[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Client error against svnserve

From: Stephen Meechan <mgvk68_at_dsl.pipex.com>
Date: 2004-12-05 20:36:00 CET

Larry Marshall wrote:
> I installed Subversion 1.1.1 on a Windows 2003 DC. I
> issued the following commands:
> svnadmin create --fs-type fsfs
> k:\SharedData\Subversion
> (I uncommented the general section, anon-access,
> auth-access, passwd-db and realm lines in
> svnserve.conf and also created the passwd file)
> svnserve -d -r k:\SharedData\Subversion
>
>
> On the client side (Windows XP SP2) I typed the
> following:
> C:\>svn --editor-cmd notepad mkdir
> svn://server/Subversion/ProjectA
>
> Log message unchanged or not specified
> a)bort, c)ontinue, e)dit
> c
> svn: File not found: transaction '0-1', path
> '/Subversion/ProjectA'
>
> What am I doing wrong here?

svnserve is sharing the projects below the "Subversion" directory, so
dont include that in the name. Try:

svn --editor-cmd notepad mkdir svn://server/ProjectA

or change svnserve to be:

svnserve -d -r k:\SharedData and use your original command line. This is
useful when you have several repositories.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 5 20:37:49 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.