software:subversion:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| software:subversion:start [2017/06/09 12:53] – seela | software:subversion:start [2017/06/09 13:10] (current) – seela | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Subversion (SVN)====== | ======Subversion (SVN)====== | ||
| \\ | \\ | ||
| - | ==To access | + | ==To access |
| - | https:// | + | https:// |
| \\ | \\ | ||
| ==How to create a new directory under an existing repository== | ==How to create a new directory under an existing repository== | ||
| Line 11: | Line 11: | ||
| The directory must be created by the owner of the repository | The directory must be created by the owner of the repository | ||
| In this case (You). If however the user is at the top level of your repository, with (Allow Modify access) | In this case (You). If however the user is at the top level of your repository, with (Allow Modify access) | ||
| - | $ svn mkdir https:// | + | $ svn mkdir https:// |
| Now that the directory is created and users can have access to it | Now that the directory is created and users can have access to it | ||
| Working Example | Working Example | ||
| Line 28: | Line 28: | ||
| Committed revision 29. | Committed revision 29. | ||
| - | + | $ svn list https:// | |
| - | + | ||
| - | + | ||
| - | $ svn list https:// | + | |
| no data | no data | ||
| - | | + | $ svn co https:// |
| - | | + | Will create the directory back to by home directory |
| - | | + | Checked out revision |
| - | + | Created file hello.txt | |
| - | | + | $ svn status |
| - | + | ? | |
| - | % svn status | + | $ svn add hello.txt |
| - | | + | Adding |
| - | | + | Transmitting file data .. |
| - | Adding | + | |
| - | Transmitting file data .. | + | |
| - | Committed revision 540. | + | |
| - | </ | + | |
| + | ==Accessing svn from a MacOS, Linux Desktop or WindowsOS== | ||
| + | On unix like operating systems , svn has a default client / | ||
| + | On Windows you can download a free client = Most common is TortoiseSVN | ||
software/subversion/start.1497027192.txt.gz · Last modified: by seela
