Creating First Repository
From: <trlists_at_clayst.com>
Date: 2004-11-22 15:35:34 CET
I'm a new SVN user. I'm am trying to create a respository and a
I can create the repository fine with svnadmin, and I set up a mirrored
/temp/project/html
(I know I may need to deal with trunk and branches, I will do that
The import command was:
svn import /temp file:///h:/svnrepos -m "Directory setup"
and the project directory was the only one present under temp.
Then I tried:
svn list --verbose file:///h:/svnrepos
And got:
1 Administ Nov 22 09:21 project/
Then I tried to add the files, from the actual /project directory, like
svn add --targets allfiles.txt
where allfiles.txt looks like this:
html/file1.htm
I get this error:
svn: 'html' is not a working copy
What am I doing wrong here? Do I simply have to check out the
Thanks,
-- Tom --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Nov 22 15:37:48 2004 |
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.