[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: help needed

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-11-22 22:06:07 CET

"Ich Selbst" <ichselbst@gmx.ch> writes:

> Hi,
>
> what is the best way to get an older revision of a file
> and save that older revision to a temporary file so
> I can watch the changes made with some graphical
> diff program?
> Steve

Well, gee, that's why people are writing "svn cat -rN foo.c". :-)

For now:

   svn up -rN foo.c
   cp foo.c foo.c.old
   svn up foo.c

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Nov 22 22:08:06 2002

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.