List Info

Thread: New - svn revert should have options to revert only contents changes or only propertie




New - svn revert should have options to revert only contents changes or only propertie
user name
2007-09-01 12:40:52
http://subversion.tigris.org/issues/show_bug.cgi?id=2901

                 Issue #|2901
                 Summary|svn revert should have options to
revert only contents
                        | changes or only properties
changes
               Component|subversion
                 Version|all
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|ENHANCEMENT
                Priority|P3
            Subcomponent|libsvn_wc
             Assigned to|issuessubversion
             Reported by|arfrever






------- Additional comments from arfrevertigris.org Sat Sep  1 10:40:52 -0700 2007 -------
svn revert should have options to revert only contents
changes or only 
properties changes. I suggest --only-contents and
--only-properties. These 
options should be mutually exclusive.

$ svnadmin create repo
$ svn co file://`pwd`/repo wc
Checked out revision 0.
$ cd wc
$ echo '$Id$' > FILE
$ svn add FILE
A         FILE
$ svn ps svn:keywords Id FILE
property 'svn:keywords' set on 'FILE'
$ svn ci -m ""
Adding         FILE
Transmitting file data .
Committed revision 1.
$ cat FILE
$Id: FILE 1 2007-09-01 17:33:04Z Arfrever $
$ svn pg svn:keywords FILE
Id
$ svn pd svn:keywords FILE
property 'svn:keywords' deleted from 'FILE'.
$ svn st
MM     FILE
$ cat FILE
$Id: FILE 1 2007-09-01 17:33:04Z Arfrever $
$ svn revert FILE
Reverted 'FILE'
$ svn st
$ cat FILE
$Id: FILE 1 2007-09-01 17:32:18Z Arfrever $
$ svn pd svn:keywords FILE
property 'svn:keywords' deleted from 'FILE'.
$ svn ci -m ""
Sending        FILE
Transmitting file data .
Committed revision 2.
$ cat FILE
$Id: FILE 1 2007-09-01 17:32:18Z Arfrever $
$ 

In this case I would like to simply revert only contents
changes, without 
reverting of properties changes.

------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribesubversion.tigris.org
For additional commands, e-mail: issues-helpsubversion.tigris.org


svn revert should have options to revert only contents changes or only properties cha
user name
2007-09-01 14:58:25
http://subversion.tigris.org/issues/show_bug.cgi?id=2901




User dionisos changed the following:

                What    ld value 
               |New value
============================================================
====================
                  Status|NEW                      
|RESOLVED
------------------------------------------------------------
--------------------
              Resolution|                          |INVALID
------------------------------------------------------------
--------------------




------- Additional comments from dionisostigris.org Sat Sep  1 12:58:25 -0700 2007 -------
I'm sorry to have to close this issue, but it doesn't
contain a use-case nor a
clear description of what behaviour is desired.

Please follow the procedure as described on the issue
tracker front page and
discuss changes/ enhancements before filing issues.

After completing the procedure (and the list agrees with
you), please feel free
to reopen.

------------------------------------------------------------
---------
To unsubscribe, e-mail: issues-unsubscribesubversion.tigris.org
For additional commands, e-mail: issues-helpsubversion.tigris.org


[1-2]

about | contact  Other archives ( Real Estate discussion Medical topics )