User Tools

Site Tools


public:svn-git_web_based_administration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
public:svn-git_web_based_administration [2011/05/25 09:33] – created rcappucciopublic:svn-git_web_based_administration [2019/01/16 10:03] (current) – external edit 127.0.0.1
Line 3: Line 3:
 In order to give everyone the possibility to autonomously create and administer SVN/GIT repositories, we have created a web based interface. In order to give everyone the possibility to autonomously create and administer SVN/GIT repositories, we have created a web based interface.
 You can login using your UNIBZ credentials and you are allowed to create and administer an unlimited amount of repositories. You can login using your UNIBZ credentials and you are allowed to create and administer an unlimited amount of repositories.
-The interface allows the administration of access permissions for every repositories you create.+The interface allows the administration of access permissions for every repository you create.
 You can also see a list of repositories, created by others, for which you have been granted access. You can also see a list of repositories, created by others, for which you have been granted access.
 Finally, you can give access rights also to LDAP groups. Finally, you can give access rights also to LDAP groups.
Line 11: Line 11:
 The address of the web interface is: The address of the web interface is:
  
-[[https://babbage.inf.unibz.it/gitsvn]]+[[https://svn.scientificnet.org/gitsvn]]
  
 After login, you will see three lists: After login, you will see three lists:
Line 30: Line 30:
 Therefore, the addresses for checking out (SVN) or cloning (GIT) are: Therefore, the addresses for checking out (SVN) or cloning (GIT) are:
  
-  * https://babbage.inf.unibz.it/repositories/svn/username/repositoryname (for SVN) +  * https://svn.scientificnet.org/repositories/svn/username/repositoryname (for SVN) 
-  * https://babbage.inf.unibz.it/repositories/git/username/repositoryname.git (for GIT)+  * https://svn.scientificnet.org/repositories/git/username/repositoryname.git (for GIT)
  
  
Line 62: Line 62:
 You cannot delete or otherwise modify those 2 authorizations, and there is no need to add authorization for the creator/owner. You cannot delete or otherwise modify those 2 authorizations, and there is no need to add authorization for the creator/owner.
 </note> </note>
 +
 +== Re-assignment of ownership ==
 +
 +After creating a repository, you can re-assign it to another user. The repository will be moved into the directory of the new owner. Please use this funtion carefully. You will lose ownership of the repository and it will no longer be shown in the list of your repositories.
 +
 +The URL of the repository, to be used for checking it out, will also reflect the change.
 +
 +For example, if user original_owner creates a repository called my_repository, it will have this URL:
 +
 +  * https://svn.scientificnet.org/repositories/svn/original_owner/my_repository
 +
 +After re-assignment to user new_owner, it will have this URL:
 +
 +  * https://svn.scientificnet.org/repositories/svn/new_owner/my_repository
 +
 +In order to re-assign one of your repositories, click on the **Re-assign** button corresponding to it, select the user who will become the new owner and click **Re-assign**. You will notice that the repository no longer appears in the list of the repositories owned by you.
  
  
  
/data/www/wiki.inf.unibz.it/data/attic/public/svn-git_web_based_administration.1306308799.txt.gz · Last modified: 2019/01/16 10:03 (external edit)