[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: Bob Archer <bob.archer_at_amsi.com>
Date: Thu, 23 Apr 2009 20:48:49 -0400

> 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'

I think you need to do something like:

svn import d:/yourstore file://d:/test

or perhaps:

svn import d:/yourstore file:///d:/test

BOb

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

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