summaryrefslogtreecommitdiff
path: root/content/xdocs/Source Repository.html
blob: 71011d2d06d53a4dbeba99b7da65f0773768747c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<html>
    <head>
        <title>Apache Qpid : Source Repository</title>
	    <link rel="stylesheet" href="styles/site.css" type="text/css" />
        <META http-equiv="Content-Type" content="text/html; charset=UTF-8">	    
    </head>

    <body>
	    <table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
		    <tr>
			    <td valign="top" class="pagebody">
				    <div class="pageheader">
					    <span class="pagetitle">
                            Apache Qpid : Source Repository
                                                    </span>
				    </div>
				    <div class="pagesubheading">
					    This page last changed on Jan 08, 2007 by <font color="#0050B2">cctrieloff</font>.
				    </div>

				    <h2><a name="SourceRepository-WebBrowsingofSVN"></a>Web Browsing of SVN</h2>

<p>To browse via the web use the ViewVC interface:</p>

<p><a href="http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid" title="Visit page outside Confluence">http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid</a></p>

<p>Or to browse the source tree directly:</p>

<p><a href="https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid" title="Visit page outside Confluence">https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid</a></p>

<h3><a name="SourceRepository-CheckingoutfromSVN"></a>Checking out from SVN</h3>

<p>The source code can be checked out anonymous over HTTP by doign:</p>
<div class="code"><div class="codeContent">
<pre class="code-java">svn co http:<span class="code-comment">//svn.apache.org/repos/asf/incubator/qpid/trunk</span></pre>
</div></div>

<p>Committers can check out the code over HTTPS:</p>
<div class="code"><div class="codeContent">
<pre class="code-java">svn co https:<span class="code-comment">//svn.apache.org/repos/asf/incubator/qpid/trunk</span></pre>
</div></div>

<h2><a name="SourceRepository-Settingupyoursubversionclient"></a>Setting up your subversion client</h2>

<p>When adding files to subversion, it's important that your subversion client is properly setup to the appropriate subversion properties are set.  The client can do it automatically by modifying the auto-props section of the subversion config file.   Use the contents of:</p>
<div class="code"><div class="codeContent">
<pre class="code-java">http:<span class="code-comment">//svn.apache.org/repos/asf/incubator/qpid/trunk/etc/svn-auto-props</span></pre>
</div></div>

				    
                    			    </td>
		    </tr>
	    </table>
	    <table border="0" cellpadding="0" cellspacing="0" width="100%">
			<tr>
				<td height="12" background="border/border_bottom.gif"><img src="border/spacer.gif" width="1" height="1" border="0"/></td>
			</tr>
		    <tr>
			    <td align="center"><font color="grey">Document generated by Confluence on Apr 22, 2008 02:47</font></td>
		    </tr>
	    </table>
    </body>
</html>