Table of Contents

Todo

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

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]

misc

MORE

svn.txt · Last modified: 2022/04/16 12:24 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki