Re: [git-users] git checkout in a subdirectory

2011-04-04 Thread Konstantin Khomoutov
On Mon, 4 Apr 2011 02:20:42 -0700 (PDT) alenoosh hope2...@gmail.com wrote: I have recently converted my svn repository to git repository (A) but I did not convert the svn branches , here is my problem : One of my svn branches is a branch of a subdirectory , I have converted that to a

[git-users] Re: Git enterprise setup on a large project

2011-04-04 Thread Daniel
Based on attempts to move from a similar humongous tree of code in SourceSafe to git here are my personal lessons: (this are my own notes, so i did not type this just for you) 1. Divide and conquer. - this pertains to the problem, not the code. You problems are actually separate issues: a) How do

[git-users] git read-tree failure

2011-04-04 Thread alenoosh
hi all I have a git repository that contains a subdirectory (for example subdir1) and I have a branch called subdir1-branch. Contents of subdir1-branch correspond to subdir1. I'm trying to use git-read-tree command : git read-tree --prefix=myrepo/subdir1 -u subdir1-branch but it fails