ythy / blog

Give everything a shot
7 stars 0 forks source link

SVN changed log message #462

Open ythy opened 2 years ago

ythy commented 2 years ago

If you made a mistake in a log message for a particular revision and want to change it, use --revprop and set svn:log to the new log message:

$ svn propset --revprop -r 25 svn:log "Journaled about trip to New York."
property 'svn:log' set on repository revision '25'

Or, if you don't have a working copy, you can provide a URL:

$ svn propset --revprop -r 26 svn:log "Document nap." \
              http://svn.red-bean.com/repos
property 'svn:log' set on repository revision '25'

example:

svn propset --revprop -r 20 svn:log "changed history" http://svn.red-bean.com/repos
ythy commented 2 years ago

modify author , list porps

svn propset --revprop -r 20 svn:author xxx
svn proplist --revprop -r 20  http://svn.red-bean.com/repos