[Thunar-workers] [DokuWiki] page added: infrastructure:svn

thunar-workers at xfce.org thunar-workers at xfce.org
Thu Oct 27 00:04:02 CEST 2005


A page in your DokuWiki was added or changed. Here are the details:

Date        : 2005/10/26 22:04
Browser     : Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051009 Firefox/1.0.7
IP-Address  : 66.93.40.222
Hostname    : clara.foo-projects.org
Old Revision: none
New Revision: http://thunar.xfce.org/wiki/infrastructure:svn
Edit Summary: created SVN ifno instead of CVS.
User        : sofar

====== Infrastructure - SVN repository ======
The Thunar project uses the [[http://subversion.tigris.org/|subversion]] concurrent versions system (aka SVN) to manage documents
and files used in the development of the file manager.

Currently, there are three ways to access the repository, either using the WebSVN interface, anonymous HTTP+DAV access, or for the developers, using HTTPS+DAV.


===== Web access =====
Anonymous web access to the SVN repository is provided through WebSVN which allows you to browse the repository using a Web Browser and download files from the repository without the need to have an account.

 [[http://svn.xfce.org/]]


==== Anonymous SVN repository access =====

Anonymous SVN can be checked out by using the subversion cli "svn" as follows:

<code bash>
svn co http://svn.xfce.org/svn/xfce/thunar/trunk/ thunar
</code>

===== Developer access =====
Developers can use their https accounts to access the repository. For example, to checkout the ''trunk'', you would use the command

<code bash>
svn co https://username@xfce.org/svn/xfce/thunar/trunk/ thunar
</code>

replacing //username// with your account name.

Make sure you read the [[http://svnbook.red-bean.com/|subversion handbook]] before starting to use SVN as a developer.


-- 
This mail was generated by DokuWiki at
http://thunar.xfce.org/wiki/



More information about the Thunar-workers mailing list