svn
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | Next revisionBoth sides next revision | ||
svn [2016/05/21 18:29] – javapimp | svn [2016/05/21 20:09] – javapimp | ||
---|---|---|---|
Line 13: | Line 13: | ||
<code bash> | <code bash> | ||
chown -R www-data: | chown -R www-data: | ||
+ | </ | ||
+ | |||
+ | Initialize the repository with the basic directory structure. For this I use a shell script '' | ||
+ | |||
+ | <code bash> | ||
+ | #!/bin/bash | ||
+ | url=http:// | ||
+ | svn mkdir $url/ | ||
+ | </ | ||
+ | |||
+ | Update the '' | ||
+ | |||
+ | Run the command like this: | ||
+ | |||
+ | <code bash> | ||
+ | $ svninit repositoryname | ||
</ | </ | ||
On the client, check out the new repository. I use TortoiseSVN so I created the directory, right click and select "SVN Checkout..." | On the client, check out the new repository. I use TortoiseSVN so I created the directory, right click and select "SVN Checkout..." | ||
svn.txt · Last modified: 2023/08/18 18:15 by 127.0.0.1