Re: How to access local svnserve repository in Windows

2010-07-08 Thread Itamar O
On Fri, Jul 9, 2010 at 12:12 AM, David Bartmess wrote: > On 7/8/2010 1:25 PM, Itamar O wrote: > > On Thu, Jul 8, 2010 at 8:07 PM, David Bartmess wrote: > >> I've setup a local repository under C:\svn_repository\Test using "svnadmin >> create c:\svn_repository\Test", and want to access it via the

Re: How to access local svnserve repository in Windows

2010-07-08 Thread Lorenz
David Bartmess wrote: >I've setup a local repository under C:\svn_repository\Test using >"svnadmin create c:\svn_repository\Test", and want to access it via the >command line svn.exe. The svnserve is setup as a Windows service, and I >can see that it's started. >[...] >svn import -m "Test import

Re: How to access local svnserve repository in Windows

2010-07-08 Thread David Bartmess
On 7/8/2010 1:25 PM, Itamar O wrote: On Thu, Jul 8, 2010 at 8:07 PM, David Bartmess > wrote: I've setup a local repository under C:\svn_repository\Test using "svnadmin create c:\svn_repository\Test", and want to access it via the command line svn.exe. The

Re: How to access local svnserve repository in Windows

2010-07-08 Thread Ryan Schmidt
On Jul 8, 2010, at 14:25, Itamar O wrote: > On Thu, Jul 8, 2010 at 8:07 PM, David Bartmess wrote: >> I've setup a local repository under C:\svn_repository\Test using "svnadmin >> create c:\svn_repository\Test", and want to access it via the command line >> svn.exe. The svnserve is setup as a Wind

Re: How to access local svnserve repository in Windows

2010-07-08 Thread Itamar O
On Thu, Jul 8, 2010 at 8:07 PM, David Bartmess wrote: > I've setup a local repository under C:\svn_repository\Test using "svnadmin > create c:\svn_repository\Test", and want to access it via the command line > svn.exe. The svnserve is setup as a Windows service, and I can see that it's > started.