[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: A. Alfred Ayache <alfred_at_lastbyte.ca>
Date: 2006-10-26 16:56:09 CEST

Ryan Schmidt wrote:
> $ svnserve -d -r /usr/local/repositories"

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. :(

Thanks again for your assistance.

A. Alfred Ayache
http://lphs76.ca - Reunion community
http://www.rentersPlus.com - Apartment Search
http://www.lastbyte.ca - Web Design, eCommerce, PHP/MySQL, Java, Oracle

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 26 16:54:27 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.