svn
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
svn [2016/05/21 18:29] – javapimp | svn [2023/08/18 18:15] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 12: | Line 12: | ||
<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> | ||
+ | # | ||
+ | url=http:// | ||
+ | svn mkdir $url/ | ||
+ | </ | ||
+ | |||
+ | Update the '' | ||
+ | |||
+ | Run the command like this: | ||
+ | |||
+ | <code bash> | ||
+ | $ svninit | ||
</ | </ | ||
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.1463855390.txt.gz · Last modified: 2023/08/18 18:15 (external edit)