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

Re: newbie question regarding svn diff -c

From: Andy Levy <andy.levy_at_gmail.com>
Date: 2007-09-17 21:07:18 CEST

On 9/17/07, ion <gargolite@gmail.com> wrote:
>
>
> Hello,
>
> I have a repository that I branched using svn copy <url>/trunk
> <url>/branches/my-proj-branch r38
> did a checkout of both the trunk and the branch into separate dirs
> modified a file in the trunk workarea and committed successfully, creating
> r39
>
> the branch workarea is still at r38
>
> but
>
> from the branch workarea, svn diff -c 39 does not show the modification made
> on the trunk
>
> the example in the book indicates that it should show the changes made.
>
> is this a bug, or am I doing something wrong?
> any help will be appreciated.

You didn't make any changes to the branch. svn diff assumes the
current working copy if you don't give it a path or URL to operate.
Since you were in a WC of the branch, there's nothing for svn diff -c
39 to report.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 17 21:07:41 2007

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.