Re: old repository backed up
From: Kevin Grover <kevin_at_kevingrover.net>
Date: Mon, 27 Jul 2009 11:52:15 -0700
On Mon, Jul 27, 2009 at 11:32 AM, Todd Coulson <
> My new company gave me some disks of an old project. The folder
Those dirs/files are (as you said) from a Subversion repository. They are
You need an svn client to view them.
Assume you have the files here ~/repo (and your username is USER, so that's
cd
That will check out the head revision of every file in the repository.
You could also use "svn list URL" (where URL is the above URL, or some
On Windows, put the files in c:\repo and use file:///c:/repo as the URL. If
Note also, you can use "svn log -v URL" to see a log of the changes to the
For more detailed info, read the Subversion Book.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.