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 feature as svn:eof-style option, making all as easy as below. (1) Config file: For Win (usually): C:\Documents [...]
Version Control with SVN
1. Create trunk from proj_src(source code) : 2. To checkout the project : 3. Add tags and first release : 4. Generate working copies for developers, special offer or someone else : 5. When finished : 6. Delete ? 7. Merge revisions of branches into trunk 8. Revert merge