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

Re: Unable to open an ra_local session to URL -- Help

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: Fri, 18 Apr 2008 11:59:07 +0200

On Friday 18 April 2008, Ben Hansen wrote:
> svnadmin create /Users/ben/SVN

This means that the base part of any URL that uses this repository must
contain 'file:///Users/ben/SVN', followed by the path inside the repository.

> ls /Users/ben/HelloWorld/
> branches tags trunk
>
> and I get back:
>
> svn import /Users/ben/SVN file:///Users/ben/HelloWorld/ -m "comment"

The first argument is the path (i.e. the local directory) which you want to
import. If this argument is missing, I believe SVN assumes the current dir.
The second argument is a URL specifying where to import the path to.

You simply need to switch the arguments around:

  svn import /path/to/dir file:///path/to/repository

Uli

-- 
ML: http://subversion.tigris.org/mailing-list-guidelines.html
FAQ: http://subversion.tigris.org/faq.html
Docs: http://svnbook.red-bean.com/
Sator Laser GmbH
Geschäftsführer: Michael Wöhrmann, Amtsgericht Hamburg HR B62 932
**************************************************************************************
           Visit our website at <http://www.satorlaser.de/>
**************************************************************************************
Diese E-Mail einschließlich sämtlicher Anhänge ist nur für den Adressaten bestimmt und kann vertrauliche Informationen enthalten. Bitte benachrichtigen Sie den Absender umgehend, falls Sie nicht der beabsichtigte Empfänger sein sollten. Die E-Mail ist in diesem Fall zu löschen und darf weder gelesen, weitergeleitet, veröffentlicht oder anderweitig benutzt werden.
E-Mails können durch Dritte gelesen werden und Viren sowie nichtautorisierte Änderungen enthalten. Sator Laser GmbH ist für diese Folgen nicht verantwortlich.
**************************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-04-18 11:59:37 CEST

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.