SubVersion Basic Commands

I started using Subversion for a web programming project. Just sharing a typical work cycle when using Subversion. For an in-depth look at each command, just visit Subversion’s documentation online.

Updating your working copy:
svn update

Making changes:
svn add, svn delete, svn copy, svn move

Examining your changes:
svn status, svn diff

Undoing changes:
svn revert

Resolving Conflicts (Merging):
svn update, svn resolved

Committing your changes:
svn commit

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Leave a Reply