Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

frnkly/svn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Playing around with SVN.

Similarities with Git

Run svn status to see what's up.

Run svn add <filename> to put files/directories under version control.

Run svn diff to see modifications.

Run svn commit -m "<message>" to commit the new version of your file to the repository.

Differences with Git

Run svn update to bring your working copy “up to date” with the repository.

Branching

Run svn copy ^/trunk ^/branches/<branch> -m "<message>"

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages