omg i solved the issue !! The problem is: /etc/init.d/scmbug-server stop > does not stop the server to stop the server: ps ax | grep "scm" > find pid (process id) kill -s SIGKILL <pid> rm /var/run/scmbug-server ...
> and then start it again with /etc/init.d/svmbug-server start Wow thats it. Please try to fix that Yours berni 2007/9/13, berni <[EMAIL PROTECTED]>: > > i dont think that it is an issue with apache. because i check out with > "svn co 'http:/sfasfasd/repo' --username berni > > then it prompted for an password. > > First username > What i ment was: While i setup scmbug and subversion i created one > username (my username) in the daemon and in the password file for apache > (with htpasswd). > it is working good with my username (no problems when > checking in) > > But it is not working with them i added later (also both in apache and > daemon) > i changed the order in the daemon.conf but no change. > > yours > berni > > 2007/9/12, Kristis Makris < [EMAIL PROTECTED]>: > > > > On Wed, 2007-09-12 at 20:32 +0200, berni wrote: > > > hi > > > > > > i have the following problem. I have an bugzilla & scmbug and a > > > apache2 mod_svn server > > > > > > i access my svn repos over the apache > > > > I suspect there's an issue with apache and WebDAV. > > > > > i can successfully checkout my repo > > > > > > but i can only commit with 1 username (the first 1 enterd) > > > > What do you mean by "the first 1 entered" ??? Entered where ? In > > mapping_values ?? > > > > Does this comment from Jeremy help ? > > > > http://bugzilla.mkgnu.net/show_bug.cgi?id=799#c1 > > > > > mapping_values => { > > > enabled => 1, > > > values => { > > > 'user2' => '[EMAIL PROTECTED]', > > > 'berni' => ' [EMAIL PROTECTED]', > > > 'user3' => '[EMAIL PROTECTED]' > > > } > > > > > > >
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
