Trouble with git-svn when upstream svn URL changed

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Seth Falcon
Date: Friday, December 8, 2006 - 10:43 am

Hi,

One of the repositories I have been tracking with git-svn was
reorganized and the path that I have been tracking is now in a new
location.

I was hoping that the following would work:

   git clone orig new
   cd new
   git svn rebuild $NEW_URL

I also tried 

   git svn rebuild --remote $NEW_URL

This have some output that looked reasonable (svn rev nums and git
sha1's).  But git svn fetch does nothing and I don't seem to have any
of the new content.  Am I using this incorrectly?

I guess I can create a fresh git repos using git-svn init and then
fetch all of my dev branches from the original repository.

git version 1.4.4.1.g03c8-dirty (no changes to git-svn)

Thanks,

+ seth
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Trouble with git-svn when upstream svn URL changed, Seth Falcon, (Fri Dec 8, 10:43 am)
Re: Trouble with git-svn when upstream svn URL changed, Seth Falcon, (Fri Dec 8, 11:34 am)