On Wed, Sep 1, 2010 at 06:31, Petra Langebroek <petra.langebr...@awi.de> wrote: > Hello, > > I am using an relatively old version of subversion (1.3.1) and would like to > edit a log file that I already committed to the main repository. > The normal solutions of changing the properties > > svn propedit -r N --revprop svn:log URL > > or > > svnadmin setlog -r <Rev. Nr> --bypass-hooks <File with log-message> > > dont work, because this version had no "hooks" directory. > > Any help is greatly appreciated!
Subversion has had hook scripts since before 1.3. Why does your repository not have a "hooks" directory at all? Did you delete it? What is the *actual* error message you get - please don't just say "it doesn't work" - there should be a useful error message returned.