Re: AW: Companies Using Subversion
From: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Fri, 24 Apr 2009 04:50:32 +0400
Greetings, webpost_at_tigris.org!
> i have created one repository i.e:
> My current working projec folder is: D:\yourstore
> I want to add this current project folder to created repository.
> "C:\Program Files\Subversion>svnadmin create D:/test
> C:\Program Files\Subversion>svn import mytree D:/test/some/project
You should really start reading svnbook right now.
svnadmin addressing repositories through local paths.
svnadmin create D:/test
> C:\Program Files\Subversion>svn import mytree D:/yourstore
You've created D:/test, where you think svn would look for "yourstore"?
> C:\Program Files\Subversion>svn import mytree file://D:/yourstore/ -m "Initial i
Obviously, the server name "D:" is malformed at the very least.
-- WBR, Andrey Repin (anrdaemon_at_freemail.ru) 24.04.2009, <4:42> Sorry for my terrible english... ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1884201 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-04-24 02:56:22 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.