==== Todo ==== * http://sourceforge.net/tracker/index.php?func=detail&atid=677941&aid=1777572&group_id=117405 * http://developers.slashdot.org/article.pl?sid=07/03/12/1449201 ===== Misc ===== HowTo RollBack : http://aralbalkan.com/1381%2024888%2025390 svn merge --dry-run -r HEAD:$before wget -O ${package}.c http://${package}.googlecode.com/svn/trunk/${package}.c svn: http://svnbook.red-bean.com/nightly/en/svn.advanced.props.special.keywords.html # find all file not in .svn find . -type d -iname ".svn" -prune -false -o -type f -exec file {} \; | grep svn find . -type d -iname ".svn" -prune -a -type d -iname "CVS" -prune -false\ -o -type f -exec file {} \; http://www.usvn.info http://gcc.gnu.org/wiki/SvnMerge DO="svn propset svn:keywords \"Date Revision Author HeadURL Id\" " find . -type d -iname ".svn" -prune -false -o -name "*.dsw" -o -name "*.dsp" -o -name "*.bat" -exec svn propset svn:eol-style CRLF {} \; === svnmerge === * http://www.orcaware.com/svn/wiki/Svnmerge.py svnmerge init svn commit -f svnmerge.txt svnmerge init ${SCM_ROOT} -1-4 # svn commit -f svnmerge.txt svn log --stop-on-copy ${SCM_ROOT} svnmerge avail svnmerge merge svnmerge merge 42-84 svnmerge uninit -S ${SCM_ROOT} === error message === svn: Delta source ended unexpectedly [Follow Up] * http://svn.haxx.se/dev/archive-2002-12/1257.shtml === misc === * clients : http://rafal.zelazko.info/2007/10/08/smartsvn-on-debian/#comment-69 http://www.syntevo.com/smartsvn http://en.wikipedia.org/wiki/SmartSVN * [[timestamp]] : http://stackoverflow.com/questions/2171939/how-can-i-keep-original-file-timestamp-on-subversion cat .subversion/config [miscellany] use-commit-times = yes * http://svn2github.com/# Svn To Git ==== MORE ==== @TaG: ScM [[CVS]] [[OpenSource]] [[Tool]] [[Programming]] [[eclipse]]