Re: Some useful scripts



Le mardi 12 août 2008 à 15:26 +0200, Stéphane Raimbault a écrit :
<snip>

> It's painful to copy/paste the Changelog in the commit message, so
> sometimes I use the dangerous following command:
> head -n3 ChangeLog > ./log
> svn ci -F ./log ChangeLog fr.po
> 
Or :
  svn ci ChangeLog fr.po -m "$head -n? ChangeLog"
> 
Claude




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]