Say you have a fresh install of SVN working. You want a no hassle, built in way to view other revisions on your browser…
I found this solution online googling:
http://YOUR_SVN_REPO_ROOT/!svn/bc/4/
The above shows all repositories at revision 4.
So http://YOUR_SVN/!svn/bc/4/YOUR_REPO/REGULAR_DIRECTORY_STRUCTURE
Will take you wherever you’d like.
I’ll learn how to actually use SVN some time in the future. For now, this will do.
1 response so far ↓
gooli.org - Accessing SVN revision via a browser // August 10, 2008 at 8:18 am |
[...] It says Revision 65620 at the top and I’ve always wondered if you could access another revision in the same simple way. Turns out there is a way. [...]