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

Re: Newbie: Unable to Create Layout and Import Initial Data (Subversion & TortoiseSVN)

From: Vera Odessa Newman <mynix_at_adelphia.net>
Date: 2004-04-01 19:04:10 CEST

> > *1.* svn import trunk http://(website):8080/svn/repos --message 'initial
> > repository layout'
> > Error: svn: Too many arguments to import command

> Try with --message "Initial repository layout".

> Most Windows shell don't grok single quotes. svn is thinking you're
> passing "'initial" to --message and doesn't know what to do with
> "repository layout'".
> Juanma

I have done what you suggested and I still having a problem, though I know I
am almost there..i can taste it..

I go into my repos directory through the command prompt ( Windows XP)

svn import trunk http://(website):8080/svn/repos --message "Initial
repository layout"
Authentication realm: http://(website):8080 Subversion repositories
Password for 'xxx": xxxx
Authentication realm: http://(website):8080 Subversion repositories
User name: xxx
Password for xxx : xxxx
svn: PROPFIND request failed on '/svn/repos'
svn: PROPFIND of '/svn/repos' : 301 Moved Permanently http://(website):8080

*Sigh*

The only thing I have scene on 301 error is that there is an access call
problem.. ( however the last time I had the repos outside the Apache htdocs
folder ..it was only able to be accessed form the web 50% of the time.)

DocumentRoot "E:/ApacheGroup/Apache2/htdocs"

<Directory "E:/ApacheGroup/Apache2/htdocs">

<Location /svn>
DAV svn
SVNParentPath E:\ApacheGroup\Apache2\htdocs\SVN
AuthType Basic
AuthName "Subversion repositories"
AuthUserFile passwd
#AuthzSVNAccessFile svnaccessfile
Require valid-user
</Location>

Should the path of SVN/repos directory be outside the Apache htdocs, in
order to be accessed..or am i missing something here in coinfiguration of
the SVNParentPath??

Thank you for your help .. I already gained 10 grey hairs in the past day
working on this..

Ms. Vera O Newman :)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 1 19:17:19 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.