Changes between Version 1 and Version 2 of HowToChangeLog
- Timestamp:
- Mar 6, 2008, 10:44:56 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToChangeLog
v1 v2 4 4 1) First we change the log message in the GiBUU repository. Therefore, we go to the ''workingCode'' directory and then type 5 5 6 ''svn propset --revprop -r "revisionNumber" svn:log "new log message" 7 '' 6 {{{ 7 svn propset --revprop -r "revisionNumber" svn:log "new log message" 8 }}} 8 9 9 10 2) Now you need to resync the TRAC project. Go to ''tp8'' to the directory ''/home/nucleus/buu/tracProject'' and type 10 11 11 ''trac-admin GiBUU resync'' 12 {{{ 13 trac-admin GiBUU resync 14 }}}