Eric Pugh
2008-Aug-20 10:35 UTC
[Cruisecontrolrb-users] Supporting different users checking out from SVN..
I think this is more of a SVN issue then a CC.rb issue, but hoping I can fix it via the cruise_config.rb file! I have been checking out projects on the build server using user "epugh", with the password stored in the .subversion directory. I did it by doing cruise -add and passing the --username and --password settings. However, I just added a new project from a new repository using user "ciuser" with a different password and now the older projects are trying to connect using user "ciuser" as well, but they don''t have access: "svn: PROPFIND request failed on ''/osc/hightechcville/trunk'''' Any way to support a user per project? Eric