edit - svnrdump hits a svn precommit hook - how can I resolve -


my company merging number of svn repositories.

with svn 1.7 we're using "svnrdump dump --incremental --revision start:stop source_url > patch.dump" download contents of old repository.

and "svnrdump load new_url < patch.dump" upload new repository.

but i've hit snag. our have setup number of pre-commit hooks. 1 mandates @ least 10 characters in comment.

i've found commit no comment & no author (not sure how possible).

hence error

svnrdump: e165001: commit blocked pre-commit hook (exit code 1) output: internal failure while executing hook in repository, */svn/code/path*.  require administrator correct.  please file case using srm.  error: 'svnlook info' call failed: get_info() failed: insufficient/invalid output: *myid*  2013-07-25 08:02:59 -0700 (thu, 25 jul 2013)  0 

how can resolve this? possible edit patch.dump? i.e. assign author & comment? have involve department?

i load surrounding revisions & manually commit svn diff of troublesome revision. hoping stick svnrdump.

the solution simple. identified revision number caused problem & manually updated old repository set author & appropriate comment.

this can done tortisesvn & assume can set same properties command line.

on tortisesvn choose

  1. show log
  2. right click revision , choose "edit author"
  3. right click revision , choose "edit log message"

Comments

Popular posts from this blog

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

c# - Resource not found error -