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

Re: url vs path

From: Ryan Schmidt <subversion-2009d_at_ryandesign.com>
Date: Mon, 21 Dec 2009 20:33:20 -0600

On Dec 21, 2009, at 19:37, Tena Sakai wrote:

> I have been using svn happily.
> Most of my use is just checkout-modify-checkin cycle, using an url.
> Like this:
> svn checkout $HTSVN/tsakai/foo.c

Well, you probably haven't been doing exactly that, since the smallest thing Subversion lets you check out is a directory (you cannot check out a file).

> Today, I wanted to run svnadmin dump command and issued:
> svnadmin dump $HTSVN/tsakai > svnDumpTsakai.dump
> And it told me:
> svnadmin: 'http://vixen.egcrc.org:8099/svn/tsakai' is an URL
> when it should be a path
>
> I haven't used the path in ages and can't remember how the url
> maps to the path. Can someone please tell me how I can do what
> I mean to do above?

Look in your apache configuration (e.g. your httpd.conf or apache.conf or similar file, or possibly a file included from one of those files). In it you will find an SVNPath or SVNParentPath directive which lists the location on disk where your repositories are stored. That will tell you the path to use for any svnadmin commands.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2432194

Please start new threads on the <users_at_subversion.apache.org> mailing list.
To subscribe to the new list, send an empty e-mail to <users-subscribe_at_subversion.apache.org>.
Received on 2009-12-22 03:34:22 CET

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.