File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ projects.
20
20
The ``svn:externals`` property allows one part of a Subversion
21
21
repository to depend on other parts (or other repositories) so that
22
22
when checked out the dependent parts will be checked out also. Also,
23
- updating the main checkout will update all the dependent checkouts
24
- also . Externals are often used to put together a composite application
25
- which consists of multiple independent parts.
23
+ updating the main checkout will update all the dependent
24
+ checkouts . Externals are often used to put together a composite
25
+ application which consists of multiple independent parts.
26
26
27
27
The package provides a single script -- ``gitctl`` -- which reads in a
28
28
configuration file and performs the appropriate clone / pull
@@ -32,7 +32,7 @@ working directory. Subsequent script calls will pull in (with
32
32
--rebase) changes from the remote repository.
33
33
34
34
Also remote Subversion repositories are supported which will be cloned
35
- and updated using ``git-svn``. This is useful if you're composite
35
+ and updated using ``git-svn``. This is useful if your composite
36
36
project consists of components that are hosted on Subversion
37
37
repositories not under your immediate control.
38
38
You can’t perform that action at this time.
0 commit comments