Matěj Cepl wrote:
> I am trying to git-svn clone
> https://svn.calendarserver.org/repository/calendarserver/CalendarServer/
> and I cannot say I am much succesful.
Consider using (the somewhat experimental) git-remote-testsvn and the
underlying contrib/svn-fe/. For starters, try:
$ git clone
t
My experience is that the fetch will be atomic - it either fetches an
SVN commit or it doesn't.
Failure during dcommit is more painful and I usually find it is
necessary to manually use a git rebase to rebase the commits that
didn't make it to SVN on top of the commits that did.
jon.
On Mon, Dec
On 30/11/13 09:54, Jon Seymour wrote:
> I have seen this behaviour, though never determined the root cause
> .Probably the simplest thing you can do without access to the server
> is to put your git svn fetch into a bash while loop, like so:
>
> while ! git svn fetch; do :; done;
Of course, I did
I have seen this behaviour, though never determined the root cause
.Probably the simplest thing you can do without access to the server
is to put your git svn fetch into a bash while loop, like so:
while ! git svn fetch; do :; done;
jon
On Sat, Nov 30, 2013 at 10:14 AM, Matěj Cepl wrote:
> Hi,
Hi,
I am trying to git-svn clone
https://svn.calendarserver.org/repository/calendarserver/CalendarServer/
and I cannot say I am much succesful. Every couple of hundred of commits
I get this:
RA layer request failed: REPORT of
'/repository/calendarserver/!svn/vcc/default': could not connect to
5 matches
Mail list logo