InfoHeap
Tech
Navigation
  • Home
  • Tutorials
    • CSS tutorials & examples
    • CSS properties
    • Javascript cookbook
    • Linux/Unix Command Line
    • Mac
    • PHP
      • PHP functions online
      • PHP regex
    • WordPress
  • Online Tools
    • Text utilities
    • Online Lint Tools
search

Svn tutorials

  • Diff last committed change
  • Edit log message for a committed revision
  • Make file executable on Linux
  • Recover svn lost password on Linux
  • Short diff without context
  • Svn log of all files in a directory
  • Svn log of entire repository
  • Undo last commit
  • View older version of a file
 
  • Home
  • > Tutorials
  • > Svn

Svn – how to edit log message for a committed change

By admin on Jan 10, 2016

Command to edit a committed revision

Example command for revision r4448

$ svn propedit svn:log --revprop -r r4448

hook setup for allowing editing log message

In case you get the following error:

"svn-prop.tmp" 1L, 15C written                                                                                                  
svn: E175002: DAV request failed; it's possible that the repository's pre-revprop-change hook either failed or is non-existent
svn: E175002: Repository has not been enabled to accept revision propchanges;
ask the administrator to create a pre-revprop-change hook

Go to you repository hooks directory and follow these steps:

$cd /repo_root_dir/hooks/
$ sudo cp pre-revprop-change.tmpl pre-revprop-change
$ sudo chmod a+x pre-revprop-change

Now when you run svn propedit svn:log it should work.

Suggested posts:

  1. Svn – short diff without context
  2. Bash associative array tutorial
  3. WordPress – customize posts per page for tag, category and date archive pages
  4. Debug javascript using node-inspector, node-debug, nodemon and Chrome
  5. PHP – convert array to associative array
  6. How to use ssh port forwarding to surf a site from different location
  7. How to migrate your site from one domain to another
  8. Linux – how to add a user using useradd
Share this article: share on facebook share on linkedin tweet this submit to reddit
Posted in Tutorials | Tagged Linux/Unix Command Line, Svn, Tutorials
  • Browse content
  • Article Topics
  • Article archives
  • Contact Us
Popular Topics: Android Development | AngularJS | Apache | AWS and EC2 | Bash shell scripting | Chrome developer tools | Company results | CSS | CSS cookbook | CSS properties | CSS Pseudo Classes | CSS selectors | CSS3 | CSS3 flexbox | Devops | Git | HTML | HTML5 | Java | Javascript | Javascript cookbook | Javascript DOM | jQuery | Kubernetes | Linux | Linux/Unix Command Line | Mac | Mac Command Line | Mysql | Networking | Node.js | Online Tools | PHP | PHP cookbook | PHP Regex | Python | Python array | Python cookbook | SEO | Site Performance | SSH | Ubuntu Linux | Web Development | Webmaster | Wordpress | Wordpress customization | Wordpress How To | Wordpress Mysql Queries | InfoHeap Money

Copyright © 2025 InfoHeap.

Powered by WordPress