[git-users] GIT checkout with custom code

2011-06-27 Thread Thorsten Peters
i need a checkout of a branch with different custom folders for each project. i test submodules and think that this is not the correct way for my problem. (i want to commit and update the custom folder) What about this: Structur: custom/test.php index.php I checkout a branch and add custom to

Re: [git-users] GIT checkout with custom code

2011-06-27 Thread Konstantin Khomoutov
On Sun, 26 Jun 2011 23:39:08 -0700 (PDT) Thorsten Peters impyna...@googlemail.com wrote: i need a checkout of a branch with different custom folders for each project. i test submodules and think that this is not the correct way for my problem. (i want to commit and update the custom folder)

Re: [git-users] Issue with migration from Subversion?

2011-06-27 Thread Konstantin Khomoutov
On Fri, 24 Jun 2011 15:33:38 -0700 (PDT) Steph stephenjschaef...@gmail.com wrote: I am attempting to migrate a fairly sizable SVN repo to git, and a little more than a third of the way through I'm getting this: Found possible branch point: [host]/trunk = [host]/branches/interface-

Re: [git-users] Re: Issue with migration from Subversion?

2011-06-27 Thread Stephen Schaeffer
I've forwarded the error part of this to the larger git mailing list, but I have some PEBKAC issues that I'd like to hash out in a smaller forum... The command I used is this: /usr/local/git/bin/git svn clone https://[server]/svn -A svn.authorsfile --stdlayout --no-metadata From further

Re: [git-users] Re: Issue with migration from Subversion?

2011-06-27 Thread Thomas Ferris Nicolaisen
On Monday, June 27, 2011 8:07:04 PM UTC+2, Steph wrote: I've forwarded the error part of this to the larger git mailing list, but I have some PEBKAC issues that I'd like to hash out in a smaller forum... The command I used is this: /usr/local/git/bin/git svn clone https://[server]/svn -A