Kristis,
That did it. I got one of the other guys to go over it with me (a
second pair of eyes almost always helps), we made the following changes
(we added the Classifications) and now it works. Thank you!
# This policy is ALWAYS enabled
product_name_definition => {
type => 'auto',
values => { 'SDA_Client/Simulations/(.+?)/.*' => '$1',
'SDA_Client/Communications/(.+?)/.*' => '$1',
'SDA_Client/Diagnostic Utilities/(.+?)/.*' => '$1'}
},
*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..."
Kristis Makris wrote:
Hang in there Martin!
only person in our office who does is on vacation. I took a crack at
it anyway.
That's brave.
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
No. This is not your directory structure "inside" the repository. The
regexes correspond to the structure of what you have checked in the
repository.
So, any regex that talks about a "J:" drive is wrong.
Look at the output of 'svn ls' (well... you are Windows). You should
have something like
VLDSim/trunk/
VLDSim/branches/
VLDSim/tags/
SomeOtherProject/trunk/
SomeOtherProject/branches/
SomeOtherProject/tags/
etc.
That's the directory structure you are trying to match.
values => { 'J:/SVN/SDA_Client/(.+?)/' => '$1',
_______________________________________________
scmbug-users mailing list
[email protected]
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users