hi, see below -- The day Micro$oft sells something that doesn't SUCK is the day they start selling vacuum cleaners. http://www.geocities.com/tsahi_75
----- Original Message ---- > From: Kristis Makris <[EMAIL PROTECTED]> > To: Tsahi Asher <[EMAIL PROTECTED]> > Cc: scmbug-users <[email protected]> > Sent: Thursday, December 20, 2007 8:37:37 AM > Subject: Re: [scmbug-users] error 7 > > Hi Tsahi, > > http://bugzilla.mkgnu.net/show_bug.cgi?id=1083 i don't think you had to open a bug for this. it was only a configuration question :) > > On Wed, 2007-12-19 at 07:37 -0800, Tsahi Asher wrote: > > with version 0.23.0, i get the following error when trying to tag in > subversion: > > scmbug error 7: tag could not be added on product '' because no product with > that name exist > > > > (note that these are two apostrophes and not a double quote) > > > > i have a standard trunk/branches/tags/ structure, under a root project > > folder > in the repository. > > i turned off product checks in valid_product_name. product_name_definition > > is > type => 'auto', value => 'Fantasy.NET,FantasyACC,FantasyMFG' (where FantasyMFG > is the name of the root folder in SVN that contains the tags folder. > > > > valid_product_name and product_name_definition are two different > policies. Even if you don't want to verify the product name (hence you > disable the valid_product_name policy) product_name_definition still > executes. This is indicated in the description of > product_name_definition: > > # This policy is ALWAYS enabled > product_name_definition => { > > > So the problem in this case is that you misconfigured > product_name_definition so that the product name is never detected. One > correct configuration is: > > product_name_definition => { > type => 'manual', > value => '(Fantasy.+?)/' > }, > this seem to catch only e.g. FantasyM, leaving the FG out (according to http://regextester.com/). anyway, i got the same error, only with '(Fantasy.+?)/' in the error message between the apostrophes. how about this expression? 'Fantasy[\s\.\w]+' that site says it's ok, but i can only test it next Sunday. Tsahi ____________________________________________________________________________________ Looking for last minute shopping deals? Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping _______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
