All,

I feel like such a dolt!

I'm using Subversion 1.5.6
TortoiseSVN 1.5.6
Bugzilla 3.0.8
Xampp 1.6.6.a
ScmBug 0.26.15

It works great for the one product against which the glue was installed.

When I installed the glue I was following a couple of different online tutorials and they never mentioned automatically defining product names so you could access more than one product in a given repository. We have one repository for each client/target market. Each repository has multiple products. Automatically defining product names is really appealing to us.

So I tried following the instructions at "http://files.mkgnu.net/files/scmbug/doc/latest_manual/html-single/manual.html";. I do very little scripting. I never use regular expressions. The only person in our office who does is on vacation. I took a crack at it anyway.

I modified the glue.conf this way:

   # This policy is ALWAYS enabled
   product_name_definition => {
           type => 'auto',
           values => { 'J:/SVN/SDA_Client/(.+?)/' => '$1',
'J:/SVN/SDA_Client/(?:trunk|tags|branches)/(.+?)/' => '$1'
             }
       },

Then I tried to delete a file from the repository (long story not pertinent to this issue). And I go the following message:

*******************************************
**
**
** Scmbug error 40: Unable
to autodetect product name for filename 'SDA_Client/Simulations/DTS/Source
Code/.DS_Store'.
**
**
*******************************************
svnlook:
Write error

This matches the tree that is displayed by TortoiseSVN.

Our SVN directory structure is:

J:\SVN
   -> SDA_Client
       ->conf
      -> db
         ->revprops
         ->revs
         ->transactions
         ->txn-protorevs
      ->hooks

I'm assuming the my regular expressions are wrong. Either that or Bugzilla/SVN are not configured properly.


--


     *Martin Goff*

Software Development Alternatives, Inc.
[email protected] <mailto:[email protected]>
928-632-9946 (work)
928-632-9943 (fax)

"Effective teaching is the essence of leadership..."


_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to