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

Re: svn commit: rev 2162 - trunk/subversion/clients/cmdline trunk/subversion/tests/clients/cmdline/getopt_tests_data

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-06-12 18:07:57 CEST

rooneg@tigris.org writes:

> Author: rooneg
> Date: 2002-06-12 04:15 GMT
> New Revision: 2162
>
> Added:
> trunk/subversion/clients/cmdline/rollback-cmd.c
> Modified:
> trunk/subversion/clients/cmdline/cl.h
> trunk/subversion/clients/cmdline/main.c
> trunk/subversion/tests/clients/cmdline/getopt_tests_data/svn--help_stdout
> trunk/subversion/tests/clients/cmdline/getopt_tests_data/svn--version_stdout
> trunk/subversion/tests/clients/cmdline/getopt_tests_data/svn_help_stdout
> trunk/subversion/tests/clients/cmdline/getopt_tests_data/svn_stderr
> Log:
> Add an 'svn rollback' command, which reverts a given revision in your working
> copy using svn_client_merge().

What am I doing wrong?

% svn st -v bar
_ 8 6 pm bar
% svn rollback -r5 bar
C ./bar

Why is that a conflict when the merge seems to work

% svn revert bar
Reverted bar
% svn merge -r6:5 bar bar
G ./bar

or

% svn revert bar
Reverted bar
% svn merge -r8:5 bar bar
G ./bar

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 12 18:08:36 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.