forked from MapServer/MapServer-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsvn-externals-notes.txt
More file actions
30 lines (18 loc) · 895 Bytes
/
svn-externals-notes.txt
File metadata and controls
30 lines (18 loc) · 895 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Setting SVN External for MIGRATION_GUIDE.txt
============================================
follow steps: http://beerpla.net/2009/06/20/how-to-properly-set-svn-svnexternals-property-in-svn-command-line/
- edit file svn-externals.txt
- svn propset svn:externals . -F svn-externals.txt
- svn commit -m "setting external"
NOTE: svn:externals to a single file requires a local Subversion installation of v1.6 or greater.
- svn up
should return something like:
Fetching external item into 'en\MIGRATION_GUIDE.txt'
External at revision 11164.
- if you receive errors such as:
Fetching external item into 'en/MIGRATION_GUIDE.txt'
svn: warning: 'http://svn.osgeo.org/mapserver/trunk/docs/en'
is not the same repository as
'https://svn.osgeo.org/mapserver'
execute:
svn switch --relocate http://svn.osgeo.org/mapserver/trunk/docs/ https://svn.osgeo.org/mapserver/trunk/docs/