/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Development/autotools/cvs/svn.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Creating repository: 
 
2
    svnadmin create test_rep
 
3
Giving permissions: 
 
4
    chgrp -R apache test_rep
 
5
    chmod -R g+w test_rep
 
6
allow access in
 
7
    test_rep/conf/svnserve.conf
 
8
    
 
9
Normally repositories are located in /var/svn, however it is possible to 
 
10
set symlinks. The paths are specified from the root of SVN (for Gentoo it's
 
11
specified in /etc/conf.d/svnserve).
 
12
 
 
13
Repository initialization:
 
14
    svn import /home/csa/1/test/ svn://gworks.ru/arvur/test_rep/trunk
 
15
        - directory test would not be created, but all it's content
 
16
        will be put inside trunk.
 
17
Listing:
 
18
    svn list svn://gworks.ru/arvur/test_rep
 
19
Status:
 
20
    svn status
 
21
    svn diff
 
22
    svn log
 
23
Synchronization:
 
24
    svn update
 
25
    svn commit
 
26
Add/Remove Files:
 
27
    svn add foo
 
28
    svn move foo bar
 
29
    svn delete bar
 
30
 
 
31
Ignoring files:
 
32
    svn propedit svn:ignore .   - and then add masks in the file, like *.so)
 
33
    
 
 
b'\\ No newline at end of file'