You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ol...@apache.org on 2012/10/24 16:20:37 UTC

[1/2] git commit: default non javasvn

Updated Branches:
  refs/heads/master a4af2ae16 -> 6a372b43c


default non javasvn


Project: http://git-wip-us.apache.org/repos/asf/incubator-helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-helix/commit/6a372b43
Tree: http://git-wip-us.apache.org/repos/asf/incubator-helix/tree/6a372b43
Diff: http://git-wip-us.apache.org/repos/asf/incubator-helix/diff/6a372b43

Branch: refs/heads/master
Commit: 6a372b43c9e6f1e11c7dc01388c6249e7f59516b
Parents: 3d1ebf1
Author: olivier lamy <ol...@apache.org>
Authored: Wed Oct 24 16:20:26 2012 +0200
Committer: olivier lamy <ol...@apache.org>
Committed: Wed Oct 24 16:20:26 2012 +0200

----------------------------------------------------------------------
 pom.xml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-helix/blob/6a372b43/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8ecddf5..70c647c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,6 +109,8 @@ under the License.
     <svnkit.version>1.7.5-v1</svnkit.version>
 
     <helix.siteFilePath>${user.home}/helix-site-deploy</helix.siteFilePath>
+    <!-- you can use javasvn too -->
+    <svnImpl>svn</svnImpl>
     <siteUrlDeployment>file://${helix.siteFilePath}</siteUrlDeployment>
     <helix.scmPubCheckoutDirectory>${user.home}/helix-site-content</helix.scmPubCheckoutDirectory>
     <scmSkipDeletedFiles>false</scmSkipDeletedFiles>
@@ -252,7 +254,7 @@ under the License.
           <configuration>
             <tryUpdate>true</tryUpdate>
             <providerImplementations>
-              <svn>javasvn</svn>
+              <svn>${svnImpl}</svn>
             </providerImplementations>
             <pubScmUrl>scm:svn:https://svn.apache.org/repos/asf/incubator/helix/site-content/</pubScmUrl>
             <content>${helix.siteFilePath}</content>