[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: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-10-19 00:01:15 CEST

On Oct 18, 2005, at 23:37, Rajesh Patwardhan 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.

Haven't used CVS..... not sure what that means.

> 2) cvs -nq up --> Don't do the update just tell me what will happen.

I think that's supposed to be:

svn status --show-updates

> 3) cvs -q rdiff -s -rTag1 -rTag2 --> don't give me actual diffs
> just the
> file changes.

I think that's:

svn diff --diff-cmd diff --extensions '--brief' $REPO/path/to/tags/
Tag1 $REPO/path/to/tags/Tag2

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 19 00:03:34 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.