Menu

#88 1.7 change: Changelist notification behavior

en-1.7
Fixed
nobody
None
Medium
Defect
2011-08-24
2010-07-23
Anonymous
No

Originally created by: kca.alex...@gmail.com
Originally owned by: cmpilato

As per the svn-book@nightly, Subversion is expected to warn the user when a PATH is either removed or relocated (to another changelist). But as per the latest 1.7.0@trunk no warning is issued, it simply says deleted like ..

[alexander@localhost /tmp/wc]$ svn cl --remove bar
D [fix1] bar

[alexander@localhost /tmp/wc]$ svn cl fix2 goo
D [fix1] goo
A [fix2] goo

At present Chapter 3. "Advanced Topics" ---> "Changelists" ---> "Creating and Modifying Changelists" reads

[[[
Fortunately, Harry catches his mistake. At this point, he has two options. He can remove the changelist association from button.c, and then assign a different changelist name:

$ svn changelist --remove button.c
Path 'button.c' is no longer a member of a changelist.
$ svn changelist ui-fix button.c
Path 'button.c' is now a member of changelist 'ui-fix'.
$

Or, he can skip the removal and just assign a new changelist name. In this case, Subversion will first warn Harry that button.c is being removed from the first changelist:

$ svn changelist ui-fix button.c
svn: warning: Removing 'button.c' from changelist 'math-fixes'.
Path 'button.c' is now a member of changelist 'ui-fix'.
$ svn status

--- Changelist 'ui-fix':
       button.c

--- Changelist 'math-fixes':
M      integer.c
M      mathops.c
$
]]]

Discussion

  • Anonymous

    Anonymous - 2011-06-28

    Originally posted by: cmpilato

    (No comment was entered for this change.)

    Owner: cmpilato

     
  • Anonymous

    Anonymous - 2011-06-28

    Originally posted by: cmpilato

    (No comment was entered for this change.)

    Summary: 1.7 change: Changlist notification behavior
    Labels: Milestone-en-1.7

     
  • Anonymous

    Anonymous - 2011-08-24

    Originally posted by: cmpilato

    (No comment was entered for this change.)

    Summary: 1.7 change: Changelist notification behavior

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.