Re: Proper URI for "svn clone" on a network share (Win32)

2013-08-20 Thread Tim Chase
On 2013-08-14 12:49, Tim Chase wrote: > c:\temp> git svn clone "file:///x:/path/to/repo/trunk/utils/project1" > > but get various failures. My best-effort (above) gets me as far as > actually starting some sort of clone but it dies with > > """ > Permission denied: Can't open '/tmp/report.tmp'

Re: Proper URI for "svn clone" on a network share (Win32)

2013-08-15 Thread Tim Chase
On 2013-08-15 12:35, John Keeping wrote: Just a follow-up, I tried it within the "bash"ish shell included in the git install and got the same error regarding "/tmp/report.tmp". >>> >>> It seems that report.tmp is something that SVN creates and for >>> some reason the svn on your sys

Re: Proper URI for "svn clone" on a network share (Win32)

2013-08-15 Thread John Keeping
On Thu, Aug 15, 2013 at 06:12:29AM -0500, Tim Chase wrote: > On 2013-08-15 09:00, John Keeping wrote: > > On Wed, Aug 14, 2013 at 06:26:57PM -0500, Tim Chase wrote: > > > On 2013-08-14 12:49, Tim Chase wrote: > > > > If it makes any difference, this is within a cmd.exe shell (with > > > > $PATH set

Re: Proper URI for "svn clone" on a network share (Win32)

2013-08-15 Thread Tim Chase
On 2013-08-15 09:00, John Keeping wrote: > On Wed, Aug 14, 2013 at 06:26:57PM -0500, Tim Chase wrote: > > On 2013-08-14 12:49, Tim Chase wrote: > > > If it makes any difference, this is within a cmd.exe shell (with > > > $PATH set appropriately so git is being found). > > > > Just a follow-up, I t

Re: Proper URI for "svn clone" on a network share (Win32)

2013-08-15 Thread John Keeping
On Wed, Aug 14, 2013 at 06:26:57PM -0500, Tim Chase wrote: > On 2013-08-14 12:49, Tim Chase wrote: > > If it makes any difference, this is within a cmd.exe shell (with > > $PATH set appropriately so git is being found). > > Just a follow-up, I tried it within the "bash"ish shell included in > the

Re: Proper URI for "svn clone" on a network share (Win32)

2013-08-14 Thread Tim Chase
On 2013-08-14 12:49, Tim Chase wrote: > If it makes any difference, this is within a cmd.exe shell (with > $PATH set appropriately so git is being found). Just a follow-up, I tried it within the "bash"ish shell included in the git install and got the same error regarding "/tmp/report.tmp". -tkc

Proper URI for "svn clone" on a network share (Win32)

2013-08-14 Thread Tim Chase
I've been sparring with the proper syntax and hope someone can give me the magic I'm missing. I want to do something of the form c:\temp> git svn clone "file:///x:/path/to/repo/trunk/utils/project1" but get various failures. My best-effort (above) gets me as far as actually starting some sort