Recent Changes

2021-07-26
2021-03-17
2021-03-08
2021-03-03
2021-01-22
2021-01-21

>>OSDN general help

(Go to Japanese Help/Source Code page)

Source Code Help

A repository is made available for each project to manage source code. The source code management systems that can be used at present are Git, Subversion(SVN), Mercurial and Bazaar.

Anybody, from general users, can browse the repository from the project's web interface. Please see the repository page via 'Source Code' -> 'Guide' -> 'Browse (Subversion/Git) Repository.' Read-only access is also made available via anonymous pserver.

The Project Admin is automatically given SSH (or HTTPS) access to the project via Git/SVN/Hg/Bzr repository. Please register your SSH public access key in User Settings.

For further details please see the Help documents.

Command examples (Writing)

Project members can use the following command lines to gain access.

Subversion

With Subversion write access is possible by SSH and by HTTPS.

  • HTTPS
    svn checkout https://svn.osdn.net/svnroot/<projectname>/<path>
    
  • SSH
    svn checkout svn+ssh://<loginname>@svn.osdn.net/svnroot/<projectname>/<path>
    

Git

Git write access is possible using SSH and by HTTPS.

git push <loginname>@git.osdn.net:/gitroot/<projectname>/<repositoryname>