I have tried example from here as well:
http://centerstageproject.com/wiki/index.php/SVN_Tutorial
But that does not work either:
$ svn diff file:///srv/svn/repositories/test/trunk
svn: Not all required revisions are specified
$ svn diff file:///srv/svn/repositories/test/tags/V1_1
svn: Not all required revisions are specified
I get this 'Not all required revisions are specified' But the example
from the ilnk above just said I need to put 'PATH' as the argument of
the 'svn diff' command.
On 1/19/07, ken carlino <ken.carlino@gmail.com> wrote:
> I am trying the example here (the first example) to diff between my
> working copy and the trunk.
>
> http://svnbook.red-bean.com/en/1.1/re09.html
>
> But I get this error:
> $ svn diff COMMITTERS
> svn: 'COMMITTERS' is not under version control
>
> I try this too, and it sill does not work:
> $svn diff TRUNK
> svn: 'TRUNK' is not under version control
>
> Please help me understand how to use teh 'svn diff' command. I don't
> know where does the argument ''COMMITTERS' come from when I try to
> compare the BASE of my working copy.
>
>
> From the example page:
> Compare BASE and your working copy (one of the most popular uses of svn diff):
>
> $ svn diff COMMITTERS
> Index: COMMITTERS
> ===================================================================
> --- COMMITTERS (revision 4404)
> +++ COMMITTERS (working copy)
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 19 19:05:30 2007