Re: [Amsn-devel] Do not commit cvs_date

2006-05-16 Thread Arieh Schneier
> The script which they use for sending commit emails is called SVN::Notify. I > looked at the options for this script and it does have the capabilities of > only sending emails for files that match a regular expression (exactly what > we want), the option is the '--to-regex-map' option. However sf

Re: [Amsn-devel] Do not commit cvs_date

2006-05-16 Thread Arieh Schneier
> Message from Youness : > Please, don't commit the file cvs_date any more. > > I'm going to search how to have roughly the same feature with svn. As I mentioned in a previous email, I have already looked up to see how we could do it. The email needs to be sent using a 'hook script', however the '

Re: [Amsn-devel] Do not commit cvs_date

2006-05-16 Thread Philippe Valembois - Phil
Hi, Do a "svn info --xml" just after the checkout... Hum... maybe there is a trouble if we export with "svn export" Phil Le lundi 15 mai 2006 à 18:58 +0200, Boris Faure (aka billiob) a écrit : > Message from Youness : > Please, don't commit the file cvs_date any more. > > I'm going to search how

Re: [Amsn-devel] Do not commit cvs_date

2006-05-16 Thread Youness Alaoui
Great! this way, we can remove, humm.. what was it, cvs_date from the commit logs :P no, there is no more cvs_date in the commits, I'd say, remove the langlist commit, and if there is a lang/langXX commit, send it to amsn-lang, right ? thanks. KKRT On Tue, 16 May 2006 11:24:00 -0400, Arieh

Re: [Amsn-devel] Do not commit cvs_date

2006-05-16 Thread Youness Alaoui
You say the hooks can do alot of things to the SVN DB.. now, I wanted to find a way to have a svn_revision (aka cvs_date) file written to a file... i though of the $revision$ keyword (see SVN::keywords) but that will only tell about the last revision in which a specific file was modified... it