[openib-general] SVN deprecation
Jeff Squyres
jsquyres at cisco.com
Wed Jan 3 04:46:28 PST 2007
On Jan 3, 2007, at 6:22 AM, Or Gerlitz wrote:
>> My thought was that if people accidentally check out of SVN, there
>> should be [almost] nothing at the HEAD except a README stating
>> that everything has moved to git (and instructions if you need to
>> get into the SVN history) so that it's blatantly obvious that
>> there's nothing new in SVN anymore.
>
> OK, it makes sense, but before doing so, can you educate me what is
> the procedure to see (ie the equivalent of svn ls) the structure of
> a deleted SVN tree (ie subset of the repositor) and what is the
> procedure to get/diff between revsions/etc those deleted sources?
Sure. The canonical SVN reference is the SVN book, which you can
find here: http://svnbook.red-bean.com/
"svn help ls" and "svn help diff" both show that these commands take -
r arguments. For example, you can ask for the ls of a specific
revision of the repository. "svn diff" takes a *range* on the -r
argument, so you can supply any arbitrary r numbers and it will do
the diff between those versions.
Additionally, "svn co" also takes the -r argument, so you can
checkout any revision you want (and not have to use "svn ls"
extensively).
See "svn help <foo>" and the SVN book for more information.
--
Jeff Squyres
Server Virtualization Business Unit
Cisco Systems
More information about the general
mailing list