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

Re: AW: Companies Using Subversion

From: Ryan Schmidt <subversion-2009a_at_ryandesign.com>
Date: Thu, 23 Apr 2009 19:41:45 -0500

On Apr 23, 2009, at 18:35, webpost_at_tigris.org wrote:

> i have created one repository i.e:
> C:\Program Files\Subversion>svnadmin create D:\test
>
> My current working projec folder is: D:\yourstore
>
> I want to add this current project folder to created repository.
>
> i am trying to use svn import command like below. but iam getting
> error.
> please help on this.
>
> "C:\Program Files\Subversion>svnadmin create D:/test
>
> C:\Program Files\Subversion>svn import mytree D:/test/some/project
> svn: Invalid URL 'D:/test/some/project'

See "svn help import":

-------------------------------
$ svn help import
import: Commit an unversioned file or tree into the repository.
usage: import [PATH] URL
-------------------------------

The first argument is the local filesystem path to the thing you want
to import. The second argument is the URL to the repository location
where you want to import it. So I believe you need:

svn import D:/yourstore file:///D:/test/some/project

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-24 02:43:14 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.