Wednesday, April 6, 2011

Version Control Using SVN

We can use SVN, which is very widely applied as a version control cooperation software develop platform in industry, to control version.
Several platforms that support SVN:
unfuddle
googlecode

When share with others, sub users may have such problems that “Can’t create directory” . One way to solve it is to change the permissions of the owner.
The owner can change permissions using linux command 770(first seven for owner, 4-read-2-write-1-execute, second seven for other users, the same; zero for outers, non permissions


Before doing modifications, use SVN update
After doing modifications, use commit SVN

No comments:

Post a Comment