Author: dreimer
Date: Wed Aug 26 19:00:32 2009
New Revision: 42940
URL:
http://svn.reactos.org/svn/reactos?rev=42940&view=rev
Log:
Fixed a last lil bug in ssvn. Now all should work again.
Modified:
trunk/tools/RosBE/RosBE-Windows/Powershell/sSVN.ps1
trunk/tools/RosBE/RosBE-Windows/Root/sSVN.cmd
Modified: trunk/tools/RosBE/RosBE-Windows/Powershell/sSVN.ps1
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Powershe…
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Powershell/sSVN.ps1 [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Powershell/sSVN.ps1 [iso-8859-1] Wed Aug 26 19:00:32
2009
@@ -32,8 +32,6 @@
} else {
IEX "&'$_ROSBE_BASEDIR\Tools\svn.exe' update"
}
- }
- if ("$($arg[1])" -ne "") {
"Do you want to see the changelog?"
$CL = Read-Host "Please enter 'yes' or 'no': "
if (("$CL" -eq "yes") -or ("$CL" -eq
"y")) {
@@ -87,8 +85,6 @@
# its up to date or not.
elseif ("$($args[0])" -eq "status") {
$host.ui.RawUI.WindowTitle = "SVN Status"
- "This might take a while, so please be patient."
- ""
$_ROSBE_SSVN_JOB = "status"
UP($args)
}
Modified: trunk/tools/RosBE/RosBE-Windows/Root/sSVN.cmd
URL:
http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Windows/Root/sSV…
==============================================================================
--- trunk/tools/RosBE/RosBE-Windows/Root/sSVN.cmd [iso-8859-1] (original)
+++ trunk/tools/RosBE/RosBE-Windows/Root/sSVN.cmd [iso-8859-1] Wed Aug 26 19:00:32 2009
@@ -31,8 +31,6 @@
if /i "%1" == "cleanup" (
title SVN Cleaning...
- echo This might take a while, so please be patient.
- echo.
"%_ROSBE_BASEDIR%\Tools\svn.exe" cleanup