Convert SVN Log to Windows TortoiseSVN Format

Convert svn log from command line output to windows TortoiseSVN format >> 转换 Continue reading
Posted in SVN| Tagged | Leave a comment

Git Essence Tutorial

Git Essence Tutorial from Ho Kim See also: 《Pro-Git》 Cheers~ Continue reading
Posted in Git, Training| Tagged , , , , | 2 Comments

SVN Setting eol-style

When using SVN in team coding, we need the unified end of file descriptor for all the repository files. Usually it's LF(line-feed) which is the end of line char under linux. SVN has supportted this fe… Continue reading
Posted in SVN| Tagged , | Leave a comment

Version Control with SVN

1. Create trunk from proj_src(source code) : [codesyntax lang="bash"] $ mv /root/proj_src /home/projects/ $ cd /home/projects/ $ svn import proj_src svn://192.168.1.119/proj/trunk -m "create proj trun… Continue reading
Posted in SVN| Tagged | Leave a comment