|
|
There are few ways to get an access to file repository:
1) From any operation system with SVN client
Set up on your computer and using
command line line interface you could do any operation.
For an example for import files to repository:
svn import {path to directiry to be imported} https://secure.iptp.net/svn/www/{name of your repository}
For an example to create a local copy of repository:
svn checkout https://secure.iptp.net/svn/www/{name of your repository}
For an example for commiting changes into repository provided you are in root of local copy:
svn commit -m "{comment about changes}"
2) From Microsoft Windows with WebFolder
Open Folder Network Neighborhood and create a new WebFolder with path
https://secure.iptp.net/svn/www/{name of your repository}
3) Form Linux/Unix in Gnome Desktop with Nautilus
Open Nautilus and select in menu Fail option Connect Server. In new window select the Service Type Secure WebDAV (HTTPS)
with server secure.iptp.net, enter in field Folder /svn/www/{name of your repository}, and enter in field User your username.
4) Read-only access from any computer with Internet Browser
Open in Internet Browser following path for read only access of repository
https://secure.iptp.net/svn/www/{name of your repository}
|
|