Hi,

I've been happily using git-svn to access our central svn repository.
I cloned using --stdlayout and so have the full history, branches,
etc.

Yesterday a major change occurred at the svn repository - it was
decided to replace the current trunk with a release branch i.e. the
trunk was renamed to a tag and the release branch renamed to trunk.

git-svn performed a rebase, after which a number of empty directories
were created. These seem to match directories that were in the the old
trunk but not in the new. Otherwise, the contents are correct.

I created a new clone using git-svn and that suffered from the same
problem.

Is there a way of 'resynching' git with svn to have git automatically
remove the directories? If not, how can I remove them from my local
repository without impact on future git-svn transactions?

-- 
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 git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to