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',

Attachment: signature.asc
Description: This is a digitally signed message part

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

Reply via email to