~ubuntu-branches/ubuntu/saucy/libp11/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/nonpersistent/wiki.out/SubversionReposity.html

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2011-05-01 23:14:12 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110501231412-z6jcwgfpdb54y2jj
Tags: 0.2.8-1
* New upstream release.
* debian/libp11-dev.install: Remove unneeded .la file. (Closes: #622516)
* debian/libp11-1.install, debian/libp11-2.install,
  debian/libp11-1.shlibs, debian/libp11-2.shlibs,
  debian/libp11-1.symbols, debian/libp11-2.symbols, debian/control,
  debian/rules: Bump soname to 2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
2
2
<title>
3
 
      SubversionReposity – Libp11
 
3
      SubversionReposity – libp11
4
4
    </title><style type="text/css">
5
5
           @import url(trac.css);
6
 
          </style></head><body><div id="content" class="wiki">
7
 
      <div class="wikipage searchable">
8
 
        
9
 
          <h1 id="SubversionRepository">Subversion Repository</h1>
10
 
<p>
11
 
Libp11 is using subversion as version control system. You can find out more about subversion at
12
 
</p>
13
 
<ul><li><a class="ext-link" href="http://subversion.tigris.org/" shape="rect"><span class="icon"> </span>http://subversion.tigris.org/</a> is the official home for subversion.
14
 
</li><li><a class="ext-link" href="http://svnbook.red-bean.com/" shape="rect"><span class="icon"> </span>http://svnbook.red-bean.com/</a> has the book "Version Control with Subversion"
15
 
</li></ul><p>
16
 
In our subversion repository we have
17
 
</p>
18
 
<ul><li><tt>trunk/</tt> contains the current development code
19
 
</li><li><tt>branches/</tt> will contain branches when we need those
20
 
</li><li><tt>releases/libp11-0.x.y</tt> contains the libp11 0.x.y release code.
21
 
</li></ul><p>
22
 
You can checkout these with the subversion commands
23
 
</p>
24
 
<pre class="wiki" xml:space="preserve">svn co http://www.opensc-project.org/svn/libp11/trunk/
25
 
svn co http://www.opensc-project.org/svn/libp11/releases/libp11-0.1.3/
26
 
</pre><p>
27
 
Note that the subversion repository only contains development files.
28
 
Before compiling the code you need to run the "<tt>./bootstrap</tt>" script
29
 
to create many files like "<tt>configure</tt>" and "<tt>Makefile.in</tt>". You need to have
30
 
<tt>autoconf</tt>, <tt>automake</tt> and <tt>libtool</tt> installed on your system to do that.
31
 
Also you need (as for normal compiling): pkg-config and openssl (runtime and development).
32
 
</p>
33
 
<p>
34
 
Some people have reported problems with some http proxies. If you find some problem,
35
 
you can maybe solve it by using https instead. Try to checkout the repository
36
 
like this: 
37
 
</p>
38
 
<pre class="wiki" xml:space="preserve">svn co --non-interactive https://www.opensc-project.org/svn/libp11/trunk/
39
 
svn co --non-interactive https://www.opensc-project.org/svn/libp11/releases/libp11-0.1.3/
40
 
</pre><h1 id="Writeaccessfordevelopers">Write access for developers</h1>
41
 
<p>
42
 
Developers with write access usualy access the repository via https with authentication
43
 
using ssl client certificates. You might want to put something like this into your
44
 
<tt>~/.subversion/servers</tt> file to point subversion to your client certificate:
45
 
</p>
46
 
<pre class="wiki" xml:space="preserve">[groups]
47
 
opensc = www.opensc-project.org
48
 
 
49
 
[opensc]
50
 
ssl-client-cert-file=/home/aj/.subversion/aj.p12  
51
 
</pre><p>
52
 
You can access the repositories:
53
 
</p>
54
 
<pre class="wiki" xml:space="preserve">svn co https://www.opensc-project.org/svn/libp11/trunk/
55
 
svn co https://www.opensc-project.org/svn/libp11/releases/libp11-0.1.4/
56
 
</pre>
57
 
        
58
 
        
59
 
      </div>
60
 
    </div><div class="footer"><hr></hr><p><a href="index.html">Back to Index</a></p></div></body></html>
 
6
          </style></head><body><div class="footer"><hr></hr><p><a href="index.html">Back to Index</a></p></div></body></html>