Re: svn commit: r959954 - /subversion/trunk/subversion/libsvn_wc/wc.h
From: Joe Swatosh <joe.swatosh_at_gmail.com>
Date: Thu, 29 Jul 2010 16:46:22 -0700
On Fri, Jul 2, 2010 at 4:28 AM, <julianfoad_at_apache.org> wrote:
Hi Julian,
Sorry for the delay, real life and all that. This commit caused a
I was able to reproduce the problem using the command line with a
<recipe>
REM ignore all the windows command line scripting nonsense
setlocal
set svnroot=C:\Users\joe-swatosh\Documents\SVN\local\svn\src-trunk-980466M\
set repo=%~pd0repo
if Exist %repo% rd /q/s %repo%
%svnadmin% create %repo%
md %wc%
REM END OF BOILERPLATE
set dir=changed_dir
set file4=changed4.txt
set file7=changed7.txt
%svn% mkdir %dir_path%
%svn% commit %wc% -m"Revision One"
%svn% rm %file4_path% %file5_path%
%svn% commit %wc% -m"Commit Two"
</recipe>
For me this produces:
<result>
S:\>setlocal
S:\>set svnroot=C:\Users\joe-swatosh\Documents\SVN\local\svn\src-trunk-980466M\
S:\>set svn=C:\Users\joe-swatosh\Documents\SVN\local\svn\src-trunk-980466M\svn.exe
S:\>set svnadmin=C:\Users\joe-swatosh\Documents\SVN\local\svn\src-trunk-980466M\svnadmin.exe
S:\>set repo=S:\repo
S:\>set repo_url=file:///S:/repo
S:\>set wc=S:\wc
S:\>if Exist S:\repo rd /q/s S:\repo
S:\>if Exist S:\wc rd /q/s S:\wc
S:\>C:\Users\joe-swatosh\Documents\SVN\local\svn\src-trunk-980466M\svnadmin.exe
S:\>md S:\wc
S:\>C:\Users\joe-swatosh\Documents\SVN\local\svn\src-trunk-980466M\svn.exe
S:\>REM END OF BOILERPLATE
S:\>set dir=changed_dir
S:\>set dir_path=S:\wc/changed_dir
S:\>set dir_svn_path=changed_dir
S:\>set file4=changed4.txt
S:\>set file5=changed5.txt
S:\>set file4_path=S:\wc/changed_dir/changed4.txt
S:\>set file5_path=S:\wc/changed5.txt
S:\>set file4_svn_path=changed_dir/changed4.txt
S:\>set file5_svn_path=changed5.txt
S:\>set file7=changed7.txt
S:\>set file7_path=S:\wc/changed7.txt
S:\>set file7_svn_path=changed7.txt
S:\>C:\Users\joe-swatosh\Documents\SVN\local\svn\src-trunk-980466M\svn.exe
S:\>echo "" 1>S:\wc/changed_dir/changed4.txt
S:\>echo "" 1>S:\wc/changed5.txt
S:\>C:\Users\joe-swatosh\Documents\SVN\local\svn\src-trunk-980466M\svn.exe
S:\>C:\Users\joe-swatosh\Documents\SVN\local\svn\src-trunk-980466M\svn.exe
S:\>C:\Users\joe-swatosh\Documents\SVN\local\svn\src-trunk-980466M\svn.exe
S:\>C:\Users\joe-swatosh\Documents\SVN\local\svn\src-trunk-980466M\svn.exe
S:\>echo "" 1>S:\wc/changed7.txt
S:\>C:\Users\joe-swatosh\Documents\SVN\local\svn\src-trunk-980466M\svn.exe
S:\>C:\Users\joe-swatosh\Documents\SVN\local\svn\src-trunk-980466M\svn.exe
</result>
It seems to me like the script should work, and obviously the tests
Thanks!
-- JoeReceived on 2010-07-30 01:47:00 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.