Re: git-svn segmetation fault

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Steven Walter <stevenrwalter@...>
Cc: <git@...>
Date: Sunday, February 3, 2008 - 5:42 pm

Steven Walter wrote:
Steve,

That worked thanks, I did make some minor adjustments as when
I recloned I used the "-s" switch because my svn repo was in standard
format so rather than copying master to .git/refs/remotes/git-svn I copied
it to .git/refs/remotes/trunk. I also used git svn init to create the 
remotes
section instead of editing .git/config directly. So the following worked
for me:

lcl ~/ $ git clone git://srv/amc.git amc
lcl ~/ $ cd amc
lcl ~/amc $ git svn init -s http://async-msgcomp.googlecode.com/svn
lcl ~/amc $ rm -rf .git/svn
lcl ~/amc $ cp .git/refs/remotes/origin/master .git/refs/remotes/trunk
lcl ~/amc $ git svn fetch


It would seem creating a "git svn connect" command which did the above
might be nice. I took a quick look at git-svn and decided that since I 
don't know
perl and git-svn was almost 5000 LOC it would be dangerous for me to try
to make the change:)

Thanks for all of your help.

Wink

-
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:
git-svn segmetation fault, Wink Saville, (Fri Feb 1, 6:32 pm)
Re: git-svn segmetation fault, Wink Saville, (Fri Feb 1, 8:50 pm)
Re: git-svn segmetation fault, Eric Wong, (Sat Feb 2, 12:06 am)
Re: git-svn segmetation fault, Wink Saville, (Sat Feb 2, 12:53 am)
Re: git-svn segmetation fault, Steven Walter, (Fri Feb 1, 11:42 pm)
Re: git-svn segmetation fault, Wink Saville, (Fri Feb 1, 11:55 pm)
Re: git-svn segmetation fault, Steven Walter, (Sat Feb 2, 12:03 pm)
Re: git-svn segmetation fault, Wink Saville, (Sat Feb 2, 2:56 pm)
Re: git-svn segmetation fault, Steven Walter, (Sat Feb 2, 5:03 pm)
Re: git-svn segmetation fault, Wink Saville, (Sat Feb 2, 9:21 pm)
Re: git-svn segmetation fault, Steven Walter, (Sat Feb 2, 10:42 pm)
Re: git-svn segmetation fault, Wink Saville, (Sun Feb 3, 5:42 pm)