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 [2015/03/24 09:34] – seela | software:subversion:start [2017/06/09 13:10] (current) – seela | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Subversion(SVN) ====== | + | ======Subversion (SVN)====== |
| \\ | \\ | ||
| - | =====FAQ===== | + | ==To access eecs svn repository== |
| + | https:// | ||
| \\ | \\ | ||
| - | \\ | + | ==How to create a new directory under an existing repository== |
| - | * How to create a new directory under an existing repository | + | Create the directory structure from the administration interface |
| - | \\ | + | |
| - | < | + | |
| - | Mar 2015 | + | |
| - | + | ||
| - | | + | |
| (https:// | (https:// | ||
| - | | + | Add the users that you want to access the repository (allow Access Allow Modify) |
| - | | + | 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 | ||
| + | Working Example | ||
| + | From administrative interface , I added myself to | ||
| + | seela top level with Access (Allow and Modify) | ||
| + | | ||
| + | Add seela with both allow and modify access | ||
| + | Ran the following command | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | < | ||
| + | ...... | ||
| + | Committing transaction... | ||
| + | Committed revision 29. | ||
| - | + | $ svn list https:// | |
| - | 4. Now the directory is created and users can have access to it | + | |
| - | + | ||
| - | | + | |
| - | From administrative interface , I added myself to | + | |
| - | | + | |
| - | Created a directory est1 | + | |
| - | | + | |
| - | Ran the following command | + | |
| - | | + | |
| - | / | + | |
| - | | + | |
| - | | + | |
| - | + | ||
| - | $ 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.1427204053.txt.gz · Last modified: by seela
