Closed GoogleCodeExporter closed 8 years ago
Revision 0 is not a 'proper' revision.
It has no files or folders, no message, author or date.
If you check it out (`svn checkout`) the only thing you can do is `svn update`
it which pulls in the entire repository. For that reason many public
repositories won't let you do this.
Use the 'Make Dir' repository command first.
[Since svnX 1.2 you may browse an empty repository without receiving error
messages.]
Original comment by chris...@gmail.com
on 16 Sep 2010 at 12:47
By ignoring this issue, you are making users leave the application to use
mkdir. Proper revision or not, the svn command line tool can check out r0 and,
from a usability point of view, and it make sense to allow for this workflow:
1. Create a new repository
2. Check out the empty folder (r0) for that new repository (not currently
possible)
3. Create your first file in the checked working copy
4. Commit the first file as revision 1
Original comment by hellolin...@gmail.com
on 16 Sep 2010 at 1:25
The 'Make Dir' repository command is part of svnX.
(But, you have to leave svnX to create an empty repo, anyway.)
It's bad practice to create files directly in the root of the repository.
I've never seen revision 0 listed by other svn tools/interfaces.
Original comment by chris...@gmail.com
on 16 Sep 2010 at 2:22
Original issue reported on code.google.com by
hellolin...@gmail.com
on 16 Feb 2010 at 6:10