My svn repository has the following structure [r...@localhost ~]# svn ls svn://svn.himanshu.com/<Repo-Name>
Tracking/ Planner/ branches/ documents/ mis/ tags/ trunk/ The glue.conf looks something like this label_directories => [ 'tags', 'branches', '99aTracking', 'Planner', 'documents', 'mis', 'tags' ], # This applies only to Subversion. It is recommended that the # main trunk work is stored in the 'trunk' directory. main_trunk_directories => [ 'trunk' ], On committing code in branch or trunk I don't get any error but the comments added to bugzilla doesn't contain branch name. The only thing i get is Branch: Cannot_be_determined Let me know what is missing here ?? --- On Wed, 24/3/10, Thorsten Schöning <[email protected]> wrote: From: Thorsten Schöning <[email protected]> Subject: Re: [scmbug-users] Newbie to scmbug !! To: [email protected] Date: Wednesday, 24 March, 2010, 1:14 PM Guten Tag Himanshu Raina, am Mittwoch, 24. März 2010 um 08:05 schrieben Sie: 1>> Is there a way I can bypass authentication mechanism. Is it necessary for me to map SCM usernames to bugzilla usernames or is there a work around.? Bugzilla needs authentication and you surely want to see which user committed to a bug. What is your real problem, do you have to many SCM-users or none at all? SCMBug provides some mapping mechanisms which don't rely on an 1:1 mapping. 2>> My repository looks something like this. > branches/ > documents/ > mis/ > tags/ > trunk/ > How can I configure scmbug for this. Using branches, tags and trunk is Subversion standard and SCMBug will handle them fine with default configuration. Commits in the other folders will be recognized as well. The glue provides the configuration option main_trunk_directories where you may add those directories if you want SCMBug to detect changes in those directories as if there were made in trunk. The only difference will be in the comment SCMBug saves in Bugzilla, for example for my folder structure: > branches/ > irgendwas/ > tags/ > trunk/ without "irgendwas" added to main_trunk_directories: irgendeine Änderung Branch: Cannot_be_determined Affected files: --------------- 234 --> 235 Testprodukt:irgendwas/test.txt with "irgendwas" added to main_trunk_directories: irgendeine Änderung Branch: irgendwas Affected files: --------------- 234 --> 235 Testprodukt:irgendwas/test.txt Mit freundlichen Grüßen, Thorsten Schöning -- Thorsten Schöning AM-SoFT IT-Systeme - Hameln | Potsdam | Leipzig Telefon: Potsdam: 0331-743881-0 E-Mail: [email protected] Web: http://www.am-soft.de AM-SoFT GmbH IT-Systeme, Konsumhof 1-5, 14482 Potsdam Amtsgericht Potsdam HRB 21278 P, Geschäftsführer: Andreas Muchow _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! http://downloads.yahoo.com/in/internetexplorer/
| My svn repository has the following structure [r...@localhost ~]# svn ls svn://svn.himanshu.com/<Repo-Name> Tracking/ Planner/ branches/ documents/ mis/ tags/ trunk/ The glue.conf looks something like this label_directories => [ 'tags', 'branches', '99aTracking', 'Planner', 'documents', 'mis', 'tags' ], # This applies only to Subversion. It is recommended that the # main trunk work is stored in the 'trunk' directory. main_trunk_directories => [ 'trunk' ], On committing code in branch or trunk I don't get any error but the comments added to bugzilla doesn't contain branch name. The only thing i get is Branch: Cannot_be_determinedLet me know what is missing here ?? --- On Wed, 24/3/10, Thorsten Schöning <[email protected]> wrote:
|
Your Mail works best with the New Yahoo Optimized IE8. Get it NOW!.
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
