Thanks Kristis! When I start the scm-server.bat file, I have a perl error. I have active perl 5.8 installed at c:\perl. Here is the error. Can you please let me know what I am missing? Can't locate Log/Log4perl.pm in @INC (@INC contains: C:/Program Files/Scmbug/sha re/scmbug/lib C:/Perl/site/lib C:/Perl/lib .) at C:/Program Files/Scmbug/share/s cmbug/lib/Scmbug/Common.pm line 19. BEGIN failed--compilation aborted at C:/Program Files/Scmbug/share/scmbug/lib/Sc mbug/Common.pm line 19. Compilation failed in require at C:/Program Files/Scmbug/share/scmbug/lib/Scmbug /Daemon/Integration.pm line 22. BEGIN failed--compilation aborted at C:/Program Files/Scmbug/share/scmbug/lib/Sc mbug/Daemon/Integration.pm line 22. Compilation failed in require at C:/Program Files/Scmbug/share/scmbug/lib/Scmbug /Daemon/Daemon.pm line 21. BEGIN failed--compilation aborted at C:/Program Files/Scmbug/share/scmbug/lib/Sc mbug/Daemon/Daemon.pm line 21. Compilation failed in require at C:\Program Files\Scmbug\sbin\scmbug_daemon.pl l ine 25. BEGIN failed--compilation aborted at C:\Program Files\Scmbug\sbin\scmbug_daemon. pl line 25.
On 6/9/10, Kristis Makris <[email protected]> wrote: > Hi Justin, > > On Wed, 2010-06-09 at 14:28 -0400, Justin Daubenmire wrote: >> I want to use the last user matching option in the deamon.config file >> which is a direct match. I am using subversion authentication so the >> subversion user is joe. In bugzilla the user is joe12. In the windows > > You need to map user joe to user joe12. > > Note: Bugzilla usernames are often email addresses. e.g. are you sure > the bugzilla user is joe12 ? Perhaps it is [email protected]. > >> Also, what is an scm user? Is there some sort of scm user list that I >> must setup within scmbug? Thanks for any help! > > Yes there is. Setup daemon.conf to contain an entry like: > > > > # This is a one-to-one mapping of SCM usernames to > # bugtracking usernames. Mappings in this list override > # mappings from mapping_regexes. > mapping_values => { > enabled => 1, > values => { > 'joe' => 'joe12' > } > } > > > Also make sure you set the following flag on: > > mappings => { > > # Enable SCM username translation. This flag must be > # turned on for any of the mappings that follow to apply. > enabled => 1, > > > _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
