[Distr-commits] r810 - branches/distr-2.4/pkg/utils
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat May 19 18:17:45 CEST 2012
Author: ruckdeschel
Date: 2012-05-19 18:17:45 +0200 (Sat, 19 May 2012)
New Revision: 810
Modified:
branches/distr-2.4/pkg/utils/showsvnlog.R
Log:
utility showsvnlog revised
Modified: branches/distr-2.4/pkg/utils/showsvnlog.R
===================================================================
--- branches/distr-2.4/pkg/utils/showsvnlog.R 2012-05-19 16:16:12 UTC (rev 809)
+++ branches/distr-2.4/pkg/utils/showsvnlog.R 2012-05-19 16:17:45 UTC (rev 810)
@@ -21,8 +21,8 @@
inRforge = TRUE, ### shall we use r-forge as repository
## (otherwise need full URL as arg pathRepo
withlogin = TRUE, ### do we need option --login (yes in cygwin, don't know in Linux)
- PathToBash = "C:/Programme/bin/bash", ## old: "C:/cygwin/bin/bash", ## path to bash
- PathToUtils="C:/rtest/distr/branches/distr-2.3/pkg/utils",
+ PathToBash = "C:/cygwin/bin/bash", ## path to bash
+ PathToUtils="C:/rtest/distr/branches/distr-2.4/pkg/utils",
### path to shell script readsvnlog.sh
fromRev = 501, ## arg for svn log --- first log-listed revision
toRev = 502, ## arg for svn log --- last log-listed revision;
More information about the Distr-commits
mailing list