Can I switch a git-svn clone from a file => http url?

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Date: Wednesday, April 2, 2008 - 10:38 am

I've just created a git-svn clone from a svn repo accessed locally 
with a file:/// path.

Unfortunately the local svn repo is just a copy of the main svn repo 
normally accessed with http or https (served through Apache). I was 
having problems cloning the main svn repository (more details below) 
so I archived the remote svn repository and copied it to my local 
hard drive.

Is there an operation I can now do to switch the base url from:

   file:///Path/to/svn/repository/projects

to

   https://svn.concord.org/svn/projects

Here's more details about the problem that got me to this spot:

The svn repo is about 1GB.

I tried several times on a 1000baseT network to git-svn clone the 
repo. There are about 13000 revisions but the clone process would 
randomly stop without an error somewhere between revision 400 and 
1200.

This was the command I was using:

git svn clone https://svn.concord.org/svn/projects

I'm running git version 1.5.4.4 (installed via ports) on MacOS 10.5.2.
--
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:
Can I switch a git-svn clone from a file => http url?, Stephen Bannasch, (Wed Apr 2, 10:38 am)
Re: Can I switch a git-svn clone from a file =&gt; http url?, Stephen Bannasch, (Thu Apr 3, 8:49 pm)
Re: Can I switch a git-svn clone from a file =&gt; http url?, Stephen Bannasch, (Wed Apr 2, 10:06 pm)
Re: Can I switch a git-svn clone from a file =&gt; http url?, Johannes Schindelin, (Wed Apr 2, 9:47 am)