<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://wiki.paskvil.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.paskvil.com/index.php?action=history&amp;feed=atom&amp;title=Creating_a_SVN_Repository</id>
		<title>Creating a SVN Repository - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.paskvil.com/index.php?action=history&amp;feed=atom&amp;title=Creating_a_SVN_Repository"/>
		<link rel="alternate" type="text/html" href="https://wiki.paskvil.com/index.php?title=Creating_a_SVN_Repository&amp;action=history"/>
		<updated>2026-04-10T09:22:56Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.22.0</generator>

	<entry>
		<id>https://wiki.paskvil.com/index.php?title=Creating_a_SVN_Repository&amp;diff=12&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;* install the '''subversion''' package, if not yet installed * create folder to hold your repositories (if it doesn't exist), and the repository:  mkdir /svn  svnadmin create /sv...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.paskvil.com/index.php?title=Creating_a_SVN_Repository&amp;diff=12&amp;oldid=prev"/>
				<updated>2011-06-27T23:48:53Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;* install the &amp;#039;&amp;#039;&amp;#039;subversion&amp;#039;&amp;#039;&amp;#039; package, if not yet installed * create folder to hold your repositories (if it doesn&amp;#039;t exist), and the repository:  mkdir /svn  svnadmin create /sv...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* install the '''subversion''' package, if not yet installed&lt;br /&gt;
* create folder to hold your repositories (if it doesn't exist), and the repository:&lt;br /&gt;
 mkdir /svn&lt;br /&gt;
 svnadmin create /svn/repo&lt;br /&gt;
* set the access rights by editing ''/svn/repo/conf/svnserve.conf'' file:&lt;br /&gt;
 anon-access = none/read/write&lt;br /&gt;
 auth-access = write&lt;br /&gt;
 password-db = passwd&lt;br /&gt;
* edit the ''/svn/repo/conf/passwd'' file, adding records for all users:&lt;br /&gt;
 my_user_name = my_awesome_password&lt;br /&gt;
* start svn server, and test it:&lt;br /&gt;
 svnserve -d&lt;br /&gt;
 svn co svn://my.domain.com/svn/repo .&lt;br /&gt;
&lt;br /&gt;
'''Note''':&lt;br /&gt;
to be a bit safer, you might want to create user ''svn'' in ''svn'' group, then set&lt;br /&gt;
 chown svn:svn -R /svn&lt;br /&gt;
 chmod go-rwx -R /svn&lt;br /&gt;
and then run the svn server as the ''svn'' user:&lt;br /&gt;
 sudo -u svn svnserve -d&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>