Feature #7429
openReposman.rb different way to deal with repo creation
0%
Description
Hi,
I've trying to implement the reposman.rb here in my site, but I'm facing some issues:
a) I need to create the repository with recommended folder structure (branches, tags, trunk)
b) Since I'm using the TortoiseSVN + TortoiseRedminePlugin, I need to create some properties on repository (bugtraq:logregex, bugtraq:provideruuid, bugtraq:url) to enable use it.
c) I would like to set a pre-commit hook to validate the log message is not empty
I'm not a Ruby developer, but I know other languages (.NET, PHP) I take a look on source code of reposman.rb (without knowing its structure) and I have some clues what could be done to address the issues related above.
I'm not a subversion expert, so I could not figure out how to create the repository with the default structure.