[Book] Comment & suggestion
From: Guido Ostkamp <subversion_at_ostkamp.fastmail.fm>
Date: 2004-08-12 23:43:36 CEST
Hello Subversion book authors,
here are some comments & suggestions for the book by a subversion
At the end of Chapter 1, there is a nice 'Quick start' section. In
$ svnadmin create /path/to/repos
/tmp/project/branches
$ svn import /tmp/project file:///path/to/repos -m "initial import"
$ svn checkout file:///path/to/repos/trunk project
So far, so good. Now, as a naive reader assuming that a repository is
/tmp/project2/branches
... and tried to import, but all of a sudden ...
$ svn import /tmp/project2 file:///path/to/repos -m "initial import"
Oops!
Thus, I believe it would be a better idea to change the example to
/tmp/project/branches
/tmp/project2/branches
$ svnadmin create /path/to/repos
Committed revision 1.
Committed revision 2.
$ svn checkout file:///path/to/repos/project2/trunk project2
unless you insist on having exactly one repository for each project.
Best regards,
Guido
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.