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

Initial Import Error

From: Weston Houghton <weslists_at_anapraxis.com>
Date: 2004-05-26 22:01:21 CEST

Hi all,

I just started using Subversion, so I'm guessing this may be a
completely newbie issue, but I've not been able to figure it out yet,
so I am leaning on the list for help.

I have my internal Linux server running, I installed from source a few
days ago (the server is Running RedHat 9). I have tried this both from
that machine locally, as well as from my OS X machine running a fink
install of svn.

[whoughton@evil ~]$ svnadmin create /home/whoughton/repo

This seems to work fine, all of the directories and files are created.
I then try to do:

[whoughton@evil ~]$ svn import /home/whoughton/test
file:///home/whoughton/repo -m "initial trial"
Adding /home/whoughton/test/trunk
Adding /home/whoughton/test/trunk/blah.txt
Adding /home/whoughton/test/branches
Adding /home/whoughton/test/tags

Committed revision 1.

So, to the best of my knowledge, this project should be in the
repository now, but doing a list on the repository gives:

[whoughton@evil ~]$ ll repo
total 28
drwxr-xr-x 2 whoughton root 4096 May 26 15:58 conf
drwxr-xr-x 2 whoughton root 4096 May 26 15:58 dav
drwxr-xr-x 2 whoughton root 4096 May 26 15:58 db
-r--r--r-- 1 whoughton root 2 May 26 15:58 format
drwxr-xr-x 2 whoughton root 4096 May 26 15:58 hooks
drwxr-xr-x 2 whoughton root 4096 May 26 15:58 locks
-rw-r--r-- 1 whoughton root 376 May 26 15:58 README.txt

nothing is there, and if I try to do a checkout of it:

[whoughton_at_evil ~]$ svn checkout file:///home/whoughton/repo/test/trunk
subversion/libsvn_client/checkout.c:95: (apr_err=170000)
svn: URL 'file:///home/whoughton/repo/test/trunk' doesn't exist

I get the same issues when trying to do a svn+ssh login from my mac as
well, any thoughts on this issue would be greatly appreciated.

Wes Houghton

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 26 22:02:06 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.