Found 30 matching messages (0.148 seconds). Page 1 of 2.
... 504721bf4b2702d3e56cef69950f42a43568e846 > > Those messages are from git-update-ref. What were some ... really about modifying and not about the huge data ammount... >> now ... repository before experimenting with git-svn. Have you any suggestions howto ...
git - Nicolas Vilz 'niv' - Feb 27 2006 - 15:34
... its really about modifying and not about the huge data > ammount ... conflicting commit while you're in the middle of your commit ... repository before experimenting with git-svn. :) > Have you any suggestions howto ... svn on both of it? I tried cg-merge -j to ...
git - Eric Wong - Feb 27 2006 - 16:27
... do experimental work with git and svn... and i > experienced some ... when pulling much data from svn. > > Actually that happens after i ... that... oh, i actually modified the > svn-git directly instead of ... Save your current work in git-svn-HEAD to a private ...
git - Eric Wong - Feb 27 2006 - 14:46
... confused about that... oh, i actually modified the > > > svn-git directly instead of a ... 't make it > > abundantly clear in the documentation. > > If it is not supposed to ... tracking, but which should not be modified locally. Either of those could work ...
git - Eric Wong - Feb 27 2006 - 15:24
... confused about that... oh, i actually modified the > > svn-git directly instead of a ... didn't make it > abundantly clear in the documentation. If it is not supposed ... tracking, but which should not be modified locally. Jan - To unsubscribe from this ...
git - Jan Harkes - Feb 27 2006 - 14:55
Eric Wong wrote: > [1] - See the 'Additional Fetch Arguments' section of the ... . I'll freely admit that the UI for this was an > ... only the git commits you want to SVN:: git-svn commit < ... -HEAD..my-branch --- i think the second one is intended to be ...
git - Nicolas Vilz 'niv' - Feb 27 2006 - 16:47
... , but which should not be modified locally. > > Either of those could work ... to update other tools, such as > git-fetch), but refs/remote may make more sense. git-svn-HEAD "moves" so it's ... will start breaking. Tags and heads are the same thing, except ...
git - Martin Langhoff - Feb 27 2006 - 20:25
... other directories? > > It already does. The search order is this, for ... prefix part, which git won't let you do right now ... fix get_sha1(), but part of the logic was that other subdirectories ... refs/git-svn/tracking as the svn-tracking reference head, and ...
git - Linus Torvalds - Mar 1 2006 - 11:53
... other directories? >> >>It already does. The search order is this, for ... fix get_sha1(), but part of the logic was that other > subdirectories ... refs/git-svn/tracking as the > svn-tracking reference head, and ... pub just opened and I don't feel like reading it ...
git - Andreas Ericsson - Mar 1 2006 - 12:07
... refs in a separate directory and, if it *is* > necessary, why ... be committed to (ever), > so the user convenience for searching other ... can do git checkout svn/xyzzy and start modifying it. Which ... thing is _not_ a branch and you must _not_ commit to ...
git - Linus Torvalds - Mar 1 2006 - 12:24
... can do > > git checkout svn/xyzzy > > and start modifying it. Which ... tag: it's a pointer to the last point of an ... clone clones aside from the special "master" should not be under ... contain URL: http://host/repo.git Pull: master:remotes/origin/master ...
git - Josef Weidendorfer - Mar 1 2006 - 13:14
... you can do > > > > git checkout svn/xyzzy > > > > and start modifying it. Which is ... git-clone clones aside from the > special "master" should not be under .git/ ... would contain > URL: http://host/repo.git > Pull: master:remotes/origin/master > ...
git - Shawn Pearce - Mar 1 2006 - 13:28
... you can do > > > > git checkout svn/xyzzy > > > > and start modifying it. Which is ... would contain > URL: http://host/repo.git > Pull: master:remotes/origin/master > ... log remotes/origin/master.. to do the same. So from a usability standpoint ...
git - Linus Torvalds - Mar 1 2006 - 13:40
... be committed to > > (ever), so the user convenience for searching other ... can > do > > git checkout svn/xyzzy > > _not_ a branch and you ... I just delete the email if the Subject is of no ... cannot know which one is the correct one. But my worries ...
git - Johannes Schindelin - Mar 1 2006 - 17:07
... 28 Feb 2006, Martin Langhoff wrote: > > git-svn-HEAD "moves" so it's really a bad idea to have ... will start breaking. Tags and heads are the same thing, > except that ... in anything but that subdirectory. The "tags" subdirectory is slightly special to ...
git - Linus Torvalds - Feb 27 2006 - 20:41
... expected to change (specifically, to move > > forward), and tags are expected to stand still. > ... work fine with any subdirectory > structure. Git tools only work as long as the 'refs/{remotes,svn-tracking,...}/' prefix is specified. git-svn-HEAD ( ...
git - Eric Wong - Mar 1 2006 - 02:51
... to change (specifically, to move >>>forward), and tags are expected to stand still. >> ... work fine with any subdirectory >>structure. > > > Git tools only work as long as the 'refs/{remotes,svn-tracking,...}/' > prefix is specified. git-svn-HEAD ...
git - Andreas Ericsson - Mar 1 2006 - 05:40
... a lot of work (changes in core git, and corresponding > changes in the ... a simpler change to solve the git-svn-HEAD issue. But I was about to independently bring up the issue that I wanted to hide ... a branch name that appears on the right side of ':' in a ...
git - Carl Worth - Mar 1 2006 - 19:23
... , 28 Feb 2006, Martin Langhoff wrote: > > git-svn-HEAD "moves" so it's ... > porcelains will start breaking. Tags and heads are the same thing, > > except that ... fine with any subdirectory > structure. I think the moving-forward (therefore is trackable) vs ...
git - Martin Langhoff - Feb 27 2006 - 20:58
... 19:25, Linus Torvalds wrote: > > git log origin/master.. > > > > is really ... I pull from "origin", then the name of that thing is ... branches you > pull from. So the get_sha1() magic should map "origin ... we have a .git/remotes/%s file, > and if so, parse ...
git - Josef Weidendorfer - Mar 1 2006 - 16:26