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

Newbie Question for Subversion on OS X Tiger

From: untz <untz786_at_yahoo.com>
Date: 2005-12-18 05:29:40 CET

Hello there!

I just installed Subversion 1.2.3 on OS X Tiger from:

http://metissian.com/projects/macosx/subversion/

Being fairly new to this tool, this is what I did...

1. Created a empty directory for my repository (src-repos) in /
Developer by doing this:

mkdir /Developer/src-repos

2. Used svnadmin:

svnadmin create /Developer/src-repos

So far so good... I then created an directory called 'tmpdir' and put
2 text files inside it:

1. Day.txt

Which contains:

Monday
Tuesday
Wednesday
Thursday
Friday

2. Number.txt

Which contains:

one
two
three
four
five

Now, when I tried to import both of these txt files into the src-
repos repository into a project called 'sesame', I received an error...

This is what I did and what subsequently happened:

Raven:~/tmpdir untz$ svn import -m "importing Sesame project" .
file://Developer/src-repos/sesame/trunk
subversion/libsvn_ra_local/ra_plugin.c:285: (apr_err=170000)
svn: Unable to open an ra_local session to URL
subversion/libsvn_ra_local/split_url.c:72: (apr_err=170000)
svn: Local URL 'file://Developer/src-repos/sesame/trunk' contains
unsupported hostname

What am I possibly doing wrong?

Any suggestions, advice, and help will be greatly appreciated....

Kindest regards,

Unnsse

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Dec 18 05:31:58 2005

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.