Automating Creation Repository
Added by Eric Dupond almost 15 years ago
I have a problem with the automatic creation of Subversion repositories. By executing the following command :
reposman.rb --redmine my.redmine.host --svn-dir /var/svn --url htp://my.svn.server
I get an error message :
unable to create /var/svn/PROJECTID : undefined method 'uid' for nil:NilClass
I didn't know anything about Ruby, someone could assist me ?
Thanks, and have a good day !
Replies (4)
RE: Automating Creation Repository
-
Added by Felix Schäfer almost 15 years ago
Don't you need an API key to use the reposman stuff?
RE: Automating Creation Repository
-
Added by Eric Dupond almost 15 years ago
Thanks for this fast answer M. Schäfer.
I have tried with an API key and without : I get always the same error message.
I forgot to say that I use Windows : maybe the problem is about Apache and his default user ? Is this also www-data with Windows ?
RE: Automating Creation Repository
-
Added by Felix Schäfer almost 15 years ago
Your using windows shouldn't make a difference. Make sure you have enabled the repository management webservice in the global settings.
RE: Automating Creation Repository
-
Added by hamide Ahadi over 13 years ago
Hi
my new project's repos is empty why?