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

Re: Help Getting Started

From: Vagmi Mudumbai <vagmi.mudumbai_at_gmail.com>
Date: 2006-10-27 03:42:54 CEST

Try using the command line clients shipped with svn 1.4. The problem might
be with incompatible version of the client and the server. Try running
svnadmin --version and svn --version to check if both the versions are what
you intended to use. There might be issues with some path variables as the
1.3 client that you installed later might have overwritten the path
variable. I am a linux user and I am not sure about how this works on
Windows. But this is just my 2 cents.

On 10/27/06, Ryan Schmidt <subversion-2006d@ryandesign.com> wrote:
>
> On Oct 26, 2006, at 09:56, A. Alfred Ayache wrote:
>
> > OK, I changed the svnserve startup to:
> >
> > C:\WINDOWS>svnserve -d -r file:///g:/svnrepo
> >
> > Then tried the import again:
> >
> > G:\>svn import e:\websites\cityfax\site svn://localhost/cityfax -
> > m"Original import"
> > svn: Can't open file 'file:\\\g:\svnrepo\cityfax\format': The
> > filename, directory name, or volume label syntax is incorrect.
> >
> > Aargh!
> >
> > But then I looked at it a little more closely, and realized I was
> > sending it to a directory which wasn't there (i.e. svn://localhost/
> > cityfax), so I tried again:
> >
> > G:\>svn import e:\websites\cityfax\site svn://localhost/ -
> > m"Original import"
> > svn: Can't open file 'file:\\\g:\svnrepo\format': The filename,
> > directory name, or volume label syntax is incorrect.
> >
> > I even tried turning the slashes around on the e:/websites...
> > directory name, but I got the same result. :(
>
> It's curious that it would print "file:\\\g:\..." in the error
> message, since I thought slashes should always be forward slashes in
> a URL, and indeed you used forward slashes when specifying the URL.
>
> Under what user does svnserve run? Does this user have permission to
> read the repository files? Does this user have access to the G:
> volume label? (They're per-user, aren't they?)
>
> If that doesn't help, I could sure use the help of a Windows expert
> here, because I'm running out of ideas. :)
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

-- 
http://geekswithblogs.net/vagmi.mudumbai
http://installneo.blogspot.com
"Peace is its own reward." - Mahatma Gandhi
Received on Fri Oct 27 03:44:07 2006

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.