svnchangelist

Rename an SVN changelist


I have files in a changelist in SVN.

I would like to rename that changelist, while keeping the files in it.

How to do that ?


Solution

  • Use the following:

    svn changelist -R <new_name> . --changelist <old_name>
    

    Explanation: