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

Re: svn usages for some useful cvs commands

From: Joshua Varner <jlvarner_at_gmail.com>
Date: 2005-10-18 23:52:14 CEST

On 10/18/05, Rajesh Patwardhan <rpatwardhan@westjet.com> wrote:
> Hi,
> I read the manual but failed to get the corresponding svn commands info
> for these cvs commands that are very helpful to me
>
> 1) cvs -t command_name --> Trace the execution of the command.
Not sure what this is for? Debugging?

> 2) cvs -nq up --> Don't do the update just tell me what will happen.
svn status -u or svn diff -r:HEAD

> 3) cvs -q rdiff -s -rTag1 -rTag2 --> don't give me actual diffs just the
> file changes.
Not sure, but you could grep the output of svn diff, diff doesn't
have a lot of options yet. Also see (the first half of) this thread
http://subversion.tigris.org/servlets/BrowseList?list=users&by=thread&from=346412

Josh

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 18 23:54:57 2005

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.