ktec-subtrac 0.1.34 → 0.1.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION.yml
CHANGED
|
@@ -13,7 +13,7 @@ This is the home of development for <%= client.display_name %>. This page is edi
|
|
|
13
13
|
Make sure you have subversion client installed, then you can check the project out using:
|
|
14
14
|
|
|
15
15
|
{{{
|
|
16
|
-
svn checkout http://<%= server_hostname
|
|
16
|
+
svn checkout http://<%= server_hostname %><%= svn_url %>/<%= client.path %>/<%= project.path %>/trunk <%= project.path %>
|
|
17
17
|
}}}
|
|
18
18
|
|
|
19
19
|
=== Using SVN ===
|
|
@@ -13,7 +13,7 @@ This is the home of development for <%= client %>. This page is editable by desi
|
|
|
13
13
|
Make sure you have subversion client installed, then you can check the project out using:
|
|
14
14
|
|
|
15
15
|
{{{
|
|
16
|
-
svn checkout http://<%= server_hostname
|
|
16
|
+
svn checkout http://<%= server_hostname %><%= svn_url %>/<%= client.path %>/<%= project.path %>/trunk <%= project.path %>
|
|
17
17
|
}}}
|
|
18
18
|
|
|
19
19
|
=== Using SVN ===
|
data/lib/subtrac.rb
CHANGED