Hi,
mgarrfl wrote:
> Thank you for the response, but I am still confused on
> how a peg-revision applies to my case in subcommander.
>
> The subVersion documentation on peg revisions gives an
> example of two files with the same name that have
> different content for different revs. My example is
> two files with the same content but different names.
It applies to renames too.
The example in the subversion book (chapter 7, Peg and
Operative
Revisions) also talks about renamed files.
When you run
> svn diff -r 10:11 newFileName
subversion is internally running
> svn diff -r 10:11 newFileName BASE
the BASE being the peg revision.
Subcommander isn't that clever at the moment. Looking at the
svn source
this magic is happening inside the svn command line tool and
not in the
api. Since subcommander is running against the api, it
doesn't
automatically add the peg revision. You have to explicitly
add it by
selecting it in the dialog.
I will add the magic to the next version, i didn't know it
existed ;)
--
Martin
Subcommander 1.2.2 - http://subcommander.ti
gris.org
a cross platform Win32/Unix/MacOSX subversion GUI client
& diff/merge tool.
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe subcommander.tigris.org
For additional commands, e-mail: dev-help subcommander.tigris.org
|