[referencer] Hello

Michele Mattioni mattions at gmail.com
Mon Mar 5 12:05:15 EST 2007


On lun, 2007-03-05 at 16:58 +0000, John Spray wrote:
> On Mon, 2007-03-05 at 13:46 -0300, Leonardo Fontenelle wrote:
[..]
> > BTW, why isn't autogen.sh executable?
> 
> Because it wasn't when I originally checked it into svn, and now when I
> do "chmod +x ./autogen.sh" svn doesn't pick that up as a change.  Anyone
> who knows more about svn than me can hopefully tell me how to make svn
> pick up on the change.
> 
> John
> 

Dirty way:

cp autogen.sh autogen.sh.tmp
svn del autogen.sh
svn ci 
mv autogen.sh.tmp autogen.sh
chmod +x autogen.sh
svn add autogen.sh

I don't know if there is another way..
usually I use this one :P




More information about the referencer mailing list