On Mon, 4 Apr 2011 22:50:01 -0700 (PDT) alenoosh <[email protected]> wrote:
> 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 with the following error : > > error: Entry 'subdir1/blahblah.php' overlaps with 'subdir1/ > blahblah.php'. Cannot bind > > What is the problem ? > > I have searched alot but couldn't find anything ... I'm inclined to think you're trying to solve your problem with converted Subversion repo in a wrong way. -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/git-users?hl=en.
