[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: nasty commit bug

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2002-07-13 05:35:26 CEST

Okay I'm home, and I have some more info to pass along.

1. I actually had 2 segfaults after commits today. The first one didn't
seem to have an affect on the commit.

2. My guess is that the first segfault is the cause of the problem, exactly
as Ben described elsewhere. entries file thinks its at the new rev, but
text-base isn't.

3. For reference, here is part of my 'history' output with commentary.

 664 svn ci -F log include/svn_wc.h include/svn_error_codes.h
libsvn_wc/props.c libsvn_client/prop_commands.c
*** I CTRL-C'd this for some reason before any output.
 665 cat log
 666 svn ci -F log include/svn_wc.h include/svn_error_codes.h
libsvn_wc/props.c libsvn_client/prop_commands.c
*** This segfaulted, but created a valid new revision.
 667 ls
 668 gdb core
*** I had ulimit -c set to zero.
 669 ls
 670 svn ci -F log include/svn_wc.h include/svn_error_codes.h
libsvn_wc/props.c libsvn_client/prop_commands.c
*** This did nothing, because svn thought I had finished the commit.
 671 cd clients/cmdline/
 672 vi main.c
 673 cd ../
 674 cd ..
 675 vi libsvn_wc/props.c
 676 vi libsvn_client/prop_commands.c
 677 vi log
 678 vi log
 679 svn ci -F log clients/cmdline/main.c libsvn_wc/props.c
*** I CTRL-C'd this to set ulimit in case it segfaulted again.
 680 man ulimit
 681 man 1 ulimit
 682 man 2 ulimit
 683 man 4 ulimit
 684 man 5 ulimit
 685 man 6 ulimit
 686 man 7 ulimit
 687 man 8 ulimit
*** Me trying to figure out how to set ulimit (and not finding a manpage).
 688 ulimit -a
 689 ulimit -c unlimited
*** Me guessing
 690 ulimit -a
 691 svn ci -F log clients/cmdline/main.c libsvn_wc/props.c
*** This is the bogus commit
 692 gdb core
 693 gdb --corefile core
 694 gdb --help
 695 gdb --core=core
 696 gdb --core=core
/home/kevin/projects/svn.static/subversion/clients/cmdline/svn
*** This is where I got the backtrace Ben posted.
 697 history

4. svn st -v output:

__ 2471 2471 kfogel .
_ 2471 1219 kfogel ./LICENSE
_ 2471 2404 kfogel ./bindings
__ 2471 1667 kfogel ./bindings/java
_ 2471 1667 kfogel ./bindings/java/jni
_ 2471 1091 XelaRell ./bindings/java/jni/README
_ 2471 530 XelaRell ./bindings/java/jni/TestAdd.java
_ 2471 677 XelaRell ./bindings/java/jni/TestStatus.java
_ 2471 950 XelaRell ./bindings/java/jni/build-java.sh
_ 2471 978 XelaRell ./bindings/java/jni/build.sh
_ 2471 1224 kfogel ./bindings/java/jni/clientimpl_status.c
_ 2471 1224 kfogel ./bindings/java/jni/date.c
_ 2471 1667 kfogel ./bindings/java/jni/date.h
_ 2471 1224 kfogel ./bindings/java/jni/entry.c
_ 2471 1667 kfogel ./bindings/java/jni/entry.h
_ 2471 1667 kfogel ./bindings/java/jni/global.h
_ 2471 1224 kfogel ./bindings/java/jni/hashtable.c
_ 2471 1667 kfogel ./bindings/java/jni/hashtable.h
_ 2471 1224 kfogel ./bindings/java/jni/item.c
_ 2471 1667 kfogel ./bindings/java/jni/item.h
_ 2471 1224 kfogel ./bindings/java/jni/j.c
_ 2471 1667 kfogel ./bindings/java/jni/j.h
_ 2471 1224 kfogel ./bindings/java/jni/main.c
_ 2471 1224 kfogel ./bindings/java/jni/misc.c
_ 2471 1667 kfogel ./bindings/java/jni/misc.h
_ 2471 1224 kfogel ./bindings/java/jni/nodekind.c
_ 2471 1667 kfogel ./bindings/java/jni/nodekind.h
_ 2471 1224 kfogel ./bindings/java/jni/org
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris
__ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/SubversionException.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/ToBeDoneException.java
__ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/Client.java
_ 2471 929 XelaRell ./bindings/java/jni/org/tigris/subversion/lib/ClientImpl.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/Entry.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/Factory.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/Item.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/Nodekind.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/Reporter.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/Revision.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/Schedule.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/Status.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/StatusKind.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/TextdeltaHandler.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/TextdeltaOp.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/TextdeltaWindow.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/TreeDeltaEditor.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/WorkingCopy.java
_ 2471 1224 kfogel ./bindings/java/jni/revision.c
_ 2471 1667 kfogel ./bindings/java/jni/revision.h
_ 2471 927 XelaRell ./bindings/java/jni/run-tests.sh
_ 2471 1224 kfogel ./bindings/java/jni/schedule.c
_ 2471 1667 kfogel ./bindings/java/jni/schedule.h
_ 2471 1224 kfogel ./bindings/java/jni/status.c
_ 2471 1667 kfogel ./bindings/java/jni/status.h
_ 2471 1224 kfogel ./bindings/java/jni/statuskind.c
_ 2471 1667 kfogel ./bindings/java/jni/statuskind.h
_ 2471 1224 kfogel ./bindings/java/jni/string.c
_ 2471 1667 kfogel ./bindings/java/jni/string.h
_ 2471 1667 kfogel ./bindings/java/jni/svn_jni_global.h
_ 2471 1224 kfogel ./bindings/java/jni/svn_jni_item.c
_ 2471 1224 kfogel ./bindings/java/jni/tests
_ 2471 1224 kfogel ./bindings/java/jni/tests/AllTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/ClientTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/DateTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/EntryTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/HashtableTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/MiscTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/NativeWrapper.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/NodekindTests.java
_ 2471 541 XelaRell ./bindings/java/jni/tests/README
_ 2471 1224 kfogel ./bindings/java/jni/tests/RevisionTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/StatusKindTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/StatusTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/VectorTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/main.c
_ 2471 1224 kfogel ./bindings/java/jni/tests/nativewrapper.c
_ 2471 1224 kfogel ./bindings/java/jni/vector.c
_ 2471 1667 kfogel ./bindings/java/jni/vector.h
__ 2471 2404 kfogel ./bindings/ruby
_ 2471 2213 kfogel ./bindings/ruby/client.c
_ 2471 1224 kfogel ./bindings/ruby/delta_editor.c
_ 2471 1667 kfogel ./bindings/ruby/delta_editor.h
_ 2471 2404 kfogel ./bindings/ruby/error.c
_ 2471 1667 kfogel ./bindings/ruby/error.h
_ 2471 1165 yoshiki ./bindings/ruby/extconf.rb
_ 2471 2155 cmpilato ./bindings/ruby/fs.c
_ 2471 1667 kfogel ./bindings/ruby/fs.h
_ 2471 1262 yoshiki ./bindings/ruby/fs_node.c
_ 2471 1667 kfogel ./bindings/ruby/fs_node.h
_ 2471 1224 kfogel ./bindings/ruby/fs_root.c
_ 2471 1667 kfogel ./bindings/ruby/fs_root.h
_ 2471 1224 kfogel ./bindings/ruby/fs_txn.c
_ 2471 1667 kfogel ./bindings/ruby/fs_txn.h
_ 2471 1224 kfogel ./bindings/ruby/log.c
_ 2471 1667 kfogel ./bindings/ruby/log.h
_ 2471 1573 brane ./bindings/ruby/ra.c
_ 2471 1260 yoshiki ./bindings/ruby/repos.c
_ 2471 1224 kfogel ./bindings/ruby/stream.c
_ 2471 1667 kfogel ./bindings/ruby/stream.h
_ 2471 1224 kfogel ./bindings/ruby/svn_ruby.c
_ 2471 1667 kfogel ./bindings/ruby/svn_ruby.h
_ 2471 1261 yoshiki ./bindings/ruby/txdelta.c
_ 2471 1667 kfogel ./bindings/ruby/txdelta.h
_ 2471 1224 kfogel ./bindings/ruby/types.c
_ 2471 1224 kfogel ./bindings/ruby/util.c
_ 2471 1667 kfogel ./bindings/ruby/util.h
_ 2471 1508 gstein ./bindings/ruby/wc.c
_ 2471 1667 kfogel ./bindings/ruby/wc.h
__ 2471 2232 gstein ./bindings/swig
_ 2471 1014 gstein ./bindings/swig/README
_ 2471 2208 gstein ./bindings/swig/apr.i
__ 2471 2232 gstein ./bindings/swig/python
_ 2471 1039 gstein ./bindings/swig/python/fstest.py
M 2471 2206 gstein ./bindings/swig/python/setup.py
__ 2471 2232 gstein ./bindings/swig/python/svn
_ 2471 1038 gstein ./bindings/swig/python/svn/__init__.py
_ 2471 2232 gstein ./bindings/swig/python/svn/delta.py
_ 2471 1038 gstein ./bindings/swig/python/svn/fs.py
_ 2471 1246 gstein ./bindings/swig/python/svn/util.py
_ 2471 2208 gstein ./bindings/swig/svn_client.i
_ 2471 2230 gstein ./bindings/swig/svn_delta.i
_ 2471 2230 gstein ./bindings/swig/svn_fs.i
_ 2471 1224 kfogel ./bindings/swig/svn_ra.i
_ 2471 2229 gstein ./bindings/swig/svn_repos.i
_ 2471 2229 gstein ./bindings/swig/svn_string.i
_ 2471 2206 gstein ./bindings/swig/svn_types.i
_ 2471 2206 gstein ./bindings/swig/svn_wc.i
_ 2471 2230 gstein ./bindings/swig/swigutil_py.c
_ 2471 2230 gstein ./bindings/swig/swigutil_py.h
_ 2471 2229 gstein ./bindings/swig/util.i
_ 2471 2466 kfogel ./clients
__L 2471 2466 kfogel ./clients/cmdline
_ 2471 224 fitz ./clients/cmdline/README
_ 2471 1 svn ./clients/cmdline/TODO
_ 2471 2447 cmpilato ./clients/cmdline/add-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/checkout-cmd.c
_ 2471 2466 kfogel ./clients/cmdline/cl.h
_ 2471 2447 cmpilato ./clients/cmdline/cleanup-cmd.c
_ 2471 1667 kfogel ./clients/cmdline/client_errors.h
_ 2471 2447 cmpilato ./clients/cmdline/commit-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/copy-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/delete-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/diff-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/export-cmd.c
_ 2471 2441 cmpilato ./clients/cmdline/feedback.c
_ 2471 2466 kfogel ./clients/cmdline/help-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/import-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/info-cmd.c
_ 2471 2456 cmpilato ./clients/cmdline/log-cmd.c
M 2481 2481 kevin ./clients/cmdline/main.c
_ 2471 2348 sussman ./clients/cmdline/man
_ 2471 2348 sussman ./clients/cmdline/man/svn.1
_ 2471 2447 cmpilato ./clients/cmdline/merge-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/mkdir-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/move-cmd.c
_ 2471 2441 cmpilato ./clients/cmdline/prompt.c
_ 2471 2466 kfogel ./clients/cmdline/propdel-cmd.c
_ 2471 2466 kfogel ./clients/cmdline/propedit-cmd.c
_ 2471 2466 kfogel ./clients/cmdline/propget-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/proplist-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/props.c
_ 2471 2466 kfogel ./clients/cmdline/propset-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/resolve-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/revert-cmd.c
? ./clients/cmdline/skip_patch.diff
_ 2471 2447 cmpilato ./clients/cmdline/status-cmd.c
_ 2471 2441 cmpilato ./clients/cmdline/status.c
_ 2471 2307 brane ./clients/cmdline/subversion_client.dsp
_ 2471 2447 cmpilato ./clients/cmdline/switch-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/update-cmd.c
_ 2471 2466 kfogel ./clients/cmdline/util.c
_ 2471 2041 brane ./clients/win32
_ 2471 1 svn ./clients/win32/SVNControls
_ 2471 1 svn ./clients/win32/SVNControls/SGrid.ctl
_ 2471 1 svn ./clients/win32/SVNControls/SGrid.vbp
__ 2471 1 svn ./clients/win32/SVNControls/SVNControls.ocx
_ 2471 1 svn ./clients/win32/SVNControls/article.dat
_ 2471 1 svn ./clients/win32/SVNControls/cFlatHeader.cls
_ 2471 1 svn ./clients/win32/SVNControls/cGridCell.cls
_ 2471 1 svn ./clients/win32/SVNControls/cHeaderControl.cls
_ 2471 1 svn ./clients/win32/SVNControls/cScrollBars.cls
_ 2471 1 svn ./clients/win32/SVNControls/cShellSort.cls
__ 2471 1 svn ./clients/win32/SVNControls/csgrid.res
_ 2471 1 svn ./clients/win32/SVNControls/frmOutlookDemo.frm
__ 2471 1 svn ./clients/win32/SVNControls/frmOutlookDemo.frx
_ 2471 1 svn ./clients/win32/SVNControls/frmOutlookGroup.frm
__ 2471 1 svn ./clients/win32/SVNControls/frmOutlookGroup.frx
_ 2471 1 svn ./clients/win32/SVNControls/frmTest.frm
__ 2471 1 svn ./clients/win32/SVNControls/frmTest.frx
_ 2471 1 svn ./clients/win32/SVNControls/frmTestMatrix.frm
__ 2471 1 svn ./clients/win32/SVNControls/frmTestMatrix.frx
_ 2471 1 svn ./clients/win32/SVNControls/frmVirtual.frm
__ 2471 1 svn ./clients/win32/SVNControls/frmVirtual.frx
_ 2471 1 svn ./clients/win32/SVNControls/gDevGrid.vbg
_ 2471 1 svn ./clients/win32/SVNControls/link.dat
_ 2471 1 svn ./clients/win32/SVNControls/mGDI.bas
_ 2471 1 svn ./clients/win32/SVNControls/pTest.vbp
_ 2471 1 svn ./clients/win32/SVNControls/ppgColumns.pag
_ 2471 1 svn ./clients/win32/SVNControls/ppgMain.pag
_ 2471 1 svn ./clients/win32/SVNControls/type.dat
_ 2471 1 svn ./clients/win32/WinSVN
_ 2471 1 svn ./clients/win32/WinSVN/Binaries
__ 2471 1 svn ./clients/win32/WinSVN/Binaries/SSubTmr6.dll
__ 2471 1 svn ./clients/win32/WinSVN/Binaries/vbalIml6.ocx
__ 2471 1 svn ./clients/win32/WinSVN/CheckedFolder.ico
_ 2471 1 svn ./clients/win32/WinSVN/DriveHelpers.bas
_ 2471 1 svn ./clients/win32/WinSVN/ExplorerViewHelpers.cls
__ 2471 1 svn ./clients/win32/WinSVN/OpnCheckedFolder.ico
__ 2471 1 svn ./clients/win32/WinSVN/Removable.ico
_ 2471 1 svn ./clients/win32/WinSVN/Startup.bas
__ 2471 1 svn ./clients/win32/WinSVN/WinSVN.res
_ 2471 1 svn ./clients/win32/WinSVN/WinSVN.vbp
__ 2471 1 svn ./clients/win32/WinSVN/binary.ico
__ 2471 1 svn ./clients/win32/WinSVN/conflict.ico
_ 2471 1 svn ./clients/win32/WinSVN/frmAbout.frm
__ 2471 1 svn ./clients/win32/WinSVN/frmAbout.frx
_ 2471 1 svn ./clients/win32/WinSVN/frmLogin.frm
_ 2471 1 svn ./clients/win32/WinSVN/frmMain.frm
__ 2471 1 svn ./clients/win32/WinSVN/frmMain.frx
_ 2471 1 svn ./clients/win32/WinSVN/frmOptions.frm
_ 2471 1 svn ./clients/win32/WinSVN/frmSplash.frm
__ 2471 1 svn ./clients/win32/WinSVN/frmSplash.frx
__ 2471 1 svn ./clients/win32/WinSVN/ignored_dir.ico
__ 2471 1 svn ./clients/win32/WinSVN/ignored_file.ico
_ 2471 1 svn ./clients/win32/WinSVN/lvh.cls
__ 2471 1 svn ./clients/win32/WinSVN/missing_dir.ico
__ 2471 1 svn ./clients/win32/WinSVN/missing_file.ico
__ 2471 1 svn ./clients/win32/WinSVN/modified_binary.ico
__ 2471 1 svn ./clients/win32/WinSVN/modified_normal.ico
__ 2471 1 svn ./clients/win32/WinSVN/normal.ico
__ 2471 1 svn ./clients/win32/WinSVN/pending_del.ico
__ 2471 1 svn ./clients/win32/WinSVN/unknown.ico
__ 2471 1 svn ./clients/win32/WinSVN/ve_split.cur
__ 2471 1889 brane ./clients/win32/svn.ico
_ 2471 1744 striker ./clients/win32/svn.rc
__ 2471 2041 brane ./clients/win32/svn_com
_ 2471 1224 kfogel ./clients/win32/svn_com/MarshalArray.h
_ 2471 2041 brane ./clients/win32/svn_com/SVN.cpp
_ 2471 1224 kfogel ./clients/win32/svn_com/SVN.h
_ 2471 1 svn ./clients/win32/svn_com/SVN.rgs
_ 2471 1224 kfogel ./clients/win32/svn_com/SVNCOM.cpp
_ 2471 1 svn ./clients/win32/svn_com/SVNCOM.def
_ 2471 1224 kfogel ./clients/win32/svn_com/SVNCOM.idl
_ 2471 1 svn ./clients/win32/svn_com/SVNCOM.rc
_ 2471 1 svn ./clients/win32/svn_com/SVNCOMps.def
_ 2471 1 svn ./clients/win32/svn_com/SVNCOMps.mk
_ 2471 1224 kfogel ./clients/win32/svn_com/SVNStatus.cpp
_ 2471 1224 kfogel ./clients/win32/svn_com/SVNStatus.h
_ 2471 1 svn ./clients/win32/svn_com/SVNStatus.rgs
_ 2471 1224 kfogel ./clients/win32/svn_com/StdAfx.cpp
_ 2471 1224 kfogel ./clients/win32/svn_com/StdAfx.h
_ 2471 1224 kfogel ./clients/win32/svn_com/dlldatax.c
_ 2471 1224 kfogel ./clients/win32/svn_com/dlldatax.h
_ 2471 1224 kfogel ./clients/win32/svn_com/misc.cpp
_ 2471 1224 kfogel ./clients/win32/svn_com/misc.h
_ 2471 1 svn ./clients/win32/svn_com/resource.h
_ 2471 1 svn ./clients/win32/svn_com/svn_com.dsp
_ 2471 1224 kfogel ./clients/win32/svn_com/svn_comCP.h
? ./core
__L 2471 2470 philip ./include
_ 2471 2330 gstein ./include/svn_auth.h
_ 2471 2267 gstein ./include/svn_base64.h
_ 2471 2445 sussman ./include/svn_client.h
_ 2471 1565 kfogel ./include/svn_config.h
_ 2471 1436 sussman ./include/svn_dav.h
_ 2471 2305 kfogel ./include/svn_delta.h
_ 2471 1801 striker ./include/svn_diff.h
_ 2471 1460 kfogel ./include/svn_error.h
_ 2485 2485 kevin ./include/svn_error_codes.h
_ 2471 2436 cmpilato ./include/svn_fs.h
_ 2471 2267 gstein ./include/svn_hash.h
_ 2471 2436 cmpilato ./include/svn_io.h
_ 2471 2468 kfogel ./include/svn_path.h
_ 2471 1224 kfogel ./include/svn_pools.h
_ 2471 2267 gstein ./include/svn_quoprint.h
M 2471 2174 cmpilato ./include/svn_ra.h
_ 2471 2267 gstein ./include/svn_repos.h
_ 2471 2267 gstein ./include/svn_sorts.h
_ 2471 2024 kfogel ./include/svn_string.h
_ 2471 2267 gstein ./include/svn_test.h
_ 2471 2315 naked ./include/svn_time.h
_ 2471 2447 cmpilato ./include/svn_types.h
_ 2471 2447 cmpilato ./include/svn_utf.h
_ 2471 2376 sussman ./include/svn_version.h
_ 2485 2485 kevin ./include/svn_wc.h
_ 2471 2024 kfogel ./include/svn_xml.h
__ 2471 2330 gstein ./libsvn_auth
_ 2471 2330 gstein ./libsvn_auth/auth.c
__L 2471 2470 philip ./libsvn_client
_ 2471 2436 cmpilato ./libsvn_client/add.c
_ 2471 2436 cmpilato ./libsvn_client/auth.c
_ 2471 1365 gstein ./libsvn_client/cancellation_editor.c
_ 2471 2388 kfogel ./libsvn_client/checkout.c
_ 2471 2024 kfogel ./libsvn_client/cleanup.c
_ 2471 2470 philip ./libsvn_client/client.h
_ 2471 2470 philip ./libsvn_client/commit.c
_ 2471 2452 philip ./libsvn_client/commit_util.c
_ 2479 2479 kevin ./libsvn_client/copy.c
_ 2471 2058 philip ./libsvn_client/delete.c
_ 2471 2409 sussman ./libsvn_client/diff.c
_ 2471 2388 kfogel ./libsvn_client/export.c
_ 2471 2470 philip ./libsvn_client/externals.c
_ 2471 2236 brane ./libsvn_client/libsvn_client.dsp
_ 2471 2174 cmpilato ./libsvn_client/log.c
M 2471 2241 philip ./libsvn_client/prop_commands.c
_ 2471 2024 kfogel ./libsvn_client/ra.c
_ 2471 2436 cmpilato ./libsvn_client/repos_diff.c
_ 2471 2445 sussman ./libsvn_client/resolve.c
_ 2471 2024 kfogel ./libsvn_client/revert.c
_ 2471 2108 kfogel ./libsvn_client/revisions.c
_ 2471 2248 kfogel ./libsvn_client/status.c
_ 2471 2256 kfogel ./libsvn_client/switch.c
_ 2471 2388 kfogel ./libsvn_client/update.c
__ 2471 2396 kfogel ./libsvn_delta
_ 2471 1 svn ./libsvn_delta/README.xmlparse
_ 2471 2288 brane ./libsvn_delta/compose_delta.c
_ 2471 1536 sussman ./libsvn_delta/compose_editors.c
_ 2471 2107 philip ./libsvn_delta/default_editor.c
_ 2471 2269 brane ./libsvn_delta/delta.h
_ 2471 1988 striker ./libsvn_delta/diff.c
_ 2471 2396 kfogel ./libsvn_delta/diff_file.c
_ 2471 1972 brane ./libsvn_delta/libsvn_delta.dsp
_ 2471 2292 brane ./libsvn_delta/svndiff.c
_ 2471 2268 brane ./libsvn_delta/text_delta.c
_ 2471 1972 brane ./libsvn_delta/vdelta.c
_ 2471 2024 kfogel ./libsvn_delta/xml_output.c
_ 2471 1738 jerenkra ./libsvn_delta/xml_parse.c
__ 2471 2453 cmpilato ./libsvn_fs
_ 2471 1 svn ./libsvn_fs/TODO
__ 2471 2453 cmpilato ./libsvn_fs/bdb
_ 2471 2280 blair ./libsvn_fs/bdb/copies-table.c
_ 2471 2453 cmpilato ./libsvn_fs/bdb/copies-table.h
_ 2471 2277 gstein ./libsvn_fs/bdb/dbt.c
_ 2471 2277 gstein ./libsvn_fs/bdb/dbt.h
_ 2471 2277 gstein ./libsvn_fs/bdb/nodes-table.c
_ 2471 2277 gstein ./libsvn_fs/bdb/nodes-table.h
_ 2471 2277 gstein ./libsvn_fs/bdb/reps-table.c
_ 2471 2277 gstein ./libsvn_fs/bdb/reps-table.h
_ 2471 2278 cmpilato ./libsvn_fs/bdb/rev-table.c
_ 2471 2278 cmpilato ./libsvn_fs/bdb/rev-table.h
_ 2471 2299 cmpilato ./libsvn_fs/bdb/strings-table.c
_ 2471 2277 gstein ./libsvn_fs/bdb/strings-table.h
_ 2471 2300 cmpilato ./libsvn_fs/bdb/txn-table.c
_ 2471 2278 cmpilato ./libsvn_fs/bdb/txn-table.h
_ 2471 2453 cmpilato ./libsvn_fs/dag.c
_ 2471 2275 gstein ./libsvn_fs/dag.h
_ 2471 2273 cmpilato ./libsvn_fs/deltify.c
_ 2471 2093 cmpilato ./libsvn_fs/err.c
_ 2471 2093 cmpilato ./libsvn_fs/err.h
_ 2471 2453 cmpilato ./libsvn_fs/fs.c
_ 2471 2453 cmpilato ./libsvn_fs/fs.h
_ 2471 2280 blair ./libsvn_fs/id.c
_ 2471 2093 cmpilato ./libsvn_fs/id.h
_ 2471 2125 cmpilato ./libsvn_fs/key-gen.c
_ 2471 2125 cmpilato ./libsvn_fs/key-gen.h
_ 2471 2296 brane ./libsvn_fs/libsvn_fs.dsp
_ 2471 2276 gstein ./libsvn_fs/node-rev.c
_ 2471 2120 gstein ./libsvn_fs/node-rev.h
_ 2471 2276 gstein ./libsvn_fs/reps-strings.c
_ 2471 2276 gstein ./libsvn_fs/reps-strings.h
_ 2471 2278 cmpilato ./libsvn_fs/revs-txns.c
_ 2471 2278 cmpilato ./libsvn_fs/revs-txns.h
_ 2471 2273 cmpilato ./libsvn_fs/structure
_ 2471 2106 gstein ./libsvn_fs/trail.c
_ 2471 1667 kfogel ./libsvn_fs/trail.h
_ 2471 2402 sussman ./libsvn_fs/tree.c
_ 2471 1667 kfogel ./libsvn_fs/tree.h
_ 2471 2278 cmpilato ./libsvn_fs/txn.c
_ 2471 1667 kfogel ./libsvn_fs/txn.h
__ 2471 2280 blair ./libsvn_fs/util
_ 2471 2280 blair ./libsvn_fs/util/fs_skels.c
_ 2471 2277 gstein ./libsvn_fs/util/fs_skels.h
_ 2471 2277 gstein ./libsvn_fs/util/skel.c
_ 2471 2277 gstein ./libsvn_fs/util/skel.h
__ 2471 2241 philip ./libsvn_ra
_ 2471 1741 brane ./libsvn_ra/libsvn_ra.dsp
M 2471 2241 philip ./libsvn_ra/ra_loader.c
__ 2471 2406 striker ./libsvn_ra_dav
_ 2471 2063 striker ./libsvn_ra_dav/commit.c
_ 2471 2128 sussman ./libsvn_ra_dav/fetch.c
_ 2471 1741 brane ./libsvn_ra_dav/libsvn_ra_dav.dsp
_ 2471 2174 cmpilato ./libsvn_ra_dav/log.c
_ 2471 1863 gstein ./libsvn_ra_dav/merge.c
_ 2471 1863 gstein ./libsvn_ra_dav/options.c
_ 2471 2194 cmpilato ./libsvn_ra_dav/props.c
_ 2471 2174 cmpilato ./libsvn_ra_dav/ra_dav.h
M 2471 2209 philip ./libsvn_ra_dav/session.c
_ 2471 2070 striker ./libsvn_ra_dav/util.c
__ 2471 2377 brane ./libsvn_ra_local
_ 2471 2241 philip ./libsvn_ra_local/checkout.c
_ 2471 2024 kfogel ./libsvn_ra_local/commit_editor.c
_ 2471 1741 brane ./libsvn_ra_local/libsvn_ra_local.dsp
_ 2471 2024 kfogel ./libsvn_ra_local/ra_local.h
_ 2471 2174 cmpilato ./libsvn_ra_local/ra_plugin.c
_ 2471 2377 brane ./libsvn_ra_local/split_url.c
__ 2471 2024 kfogel ./libsvn_ra_pipe
M 2471 2024 kfogel ./libsvn_ra_pipe/pipe_reporter.c
M 2471 2024 kfogel ./libsvn_ra_pipe/ra_pipe.c
M 2471 1975 kevin ./libsvn_ra_pipe/ra_pipe.h
__ 2471 2444 sussman ./libsvn_repos
_ 2471 1 svn ./libsvn_repos/README
_ 2471 2170 cmpilato ./libsvn_repos/delta.c
_ 2471 2402 sussman ./libsvn_repos/dump.c
_ 2471 2024 kfogel ./libsvn_repos/hooks.c
_ 2471 1681 kfogel ./libsvn_repos/hooks.txt
_ 2471 1900 sussman ./libsvn_repos/libsvn_repos.dsp
_ 2471 2127 cmpilato ./libsvn_repos/load.c
_ 2471 2194 cmpilato ./libsvn_repos/log.c
_ 2471 1937 cmpilato ./libsvn_repos/node_tree.c
_ 2471 2444 sussman ./libsvn_repos/reporter.c
_ 2471 2404 kfogel ./libsvn_repos/repos.c
_ 2471 1667 kfogel ./libsvn_repos/repos.h
_ 2471 2308 naked ./libsvn_repos/rev_hunt.c
? ./libsvn_server
__ 2471 2467 kfogel ./libsvn_subr
_ 2471 1986 rooneg ./libsvn_subr/README.errors
_ 2471 2380 brane ./libsvn_subr/config.c
_ 2471 2359 brane ./libsvn_subr/config_file.c
_ 2471 2359 brane ./libsvn_subr/config_impl.h
_ 2471 2359 brane ./libsvn_subr/config_win.c
_ 2471 1 svn ./libsvn_subr/getdate.cw
_ 2471 1 svn ./libsvn_subr/getdate.y
_ 2471 2115 kfogel ./libsvn_subr/hash.c
_ 2471 2436 cmpilato ./libsvn_subr/io.c
_ 2471 2424 kfogel ./libsvn_subr/libsvn_subr.dsp
_ 2471 2467 kfogel ./libsvn_subr/path.c
_ 2471 1224 kfogel ./libsvn_subr/quoprint.c
_ 2471 2447 cmpilato ./libsvn_subr/sorts.c
_ 2471 1224 kfogel ./libsvn_subr/svn_base64.c
_ 2471 2436 cmpilato ./libsvn_subr/svn_error.c
_ 2471 2024 kfogel ./libsvn_subr/svn_string.c
_ 2471 2467 kfogel ./libsvn_subr/target.c
_ 2471 2336 brane ./libsvn_subr/time.c
_ 2471 2465 cmpilato ./libsvn_subr/utf.c
_ 2471 2024 kfogel ./libsvn_subr/xml.c
__L 2471 2471 kfogel ./libsvn_wc
_ 2471 963 fitz ./libsvn_wc/README
_ 2471 2445 sussman ./libsvn_wc/adm_crawler.c
_ 2471 2470 philip ./libsvn_wc/adm_files.c
_ 2471 2470 philip ./libsvn_wc/adm_files.h
_ 2471 2470 philip ./libsvn_wc/adm_ops.c
_ 2471 2024 kfogel ./libsvn_wc/adm_ops.h
_ 2471 2446 kfogel ./libsvn_wc/copy.c
_ 2471 2471 kfogel ./libsvn_wc/diff.c
_ 2471 2440 sussman ./libsvn_wc/entries.c
_ 2471 2024 kfogel ./libsvn_wc/entries.h
_ 2471 1741 brane ./libsvn_wc/libsvn_wc.dsp
_ 2471 2470 philip ./libsvn_wc/lock.c
_ 2471 2470 philip ./libsvn_wc/log.c
_ 2471 2470 philip ./libsvn_wc/log.h
_ 2471 2388 kfogel ./libsvn_wc/merge.c
? ./libsvn_wc/patch
M 2471 2470 philip ./libsvn_wc/props.c
_ 2471 2305 kfogel ./libsvn_wc/props.h
_ 2471 2423 kfogel ./libsvn_wc/questions.c
_ 2471 2024 kfogel ./libsvn_wc/questions.h
_ 2471 2413 rooneg ./libsvn_wc/status.c
_ 2471 2029 philip ./libsvn_wc/status_editor.c
_ 2471 2388 kfogel ./libsvn_wc/translate.c
_ 2471 1804 sussman ./libsvn_wc/translate.h
_ 2471 2470 philip ./libsvn_wc/update_editor.c
_ 2471 2388 kfogel ./libsvn_wc/util.c
_ 2471 2470 philip ./libsvn_wc/wc.h
? ./log
__ 2471 2401 striker ./mod_dav_svn
_ 2471 1224 kfogel ./mod_dav_svn/activity.c
_ 2471 2391 jerenkra ./mod_dav_svn/dav_svn.h
_ 2471 2399 jerenkra ./mod_dav_svn/deadprops.c
_ 2471 2391 jerenkra ./mod_dav_svn/liveprops.c
_ 2471 2174 cmpilato ./mod_dav_svn/log.c
_ 2471 2137 sussman ./mod_dav_svn/merge.c
_ 2471 2297 brane ./mod_dav_svn/mod_dav_svn.c
_ 2471 2306 brane ./mod_dav_svn/mod_dav_svn.dsp
_ 2471 2401 striker ./mod_dav_svn/repos.c
_ 2471 1 svn ./mod_dav_svn/static
_ 2471 1 svn ./mod_dav_svn/static/Makefile.in
_ 2471 1 svn ./mod_dav_svn/static/README
_ 2471 1 svn ./mod_dav_svn/static/config.m4
_ 2471 2332 sussman ./mod_dav_svn/update.c
_ 2471 2170 cmpilato ./mod_dav_svn/util.c
_ 2471 2319 cmpilato ./mod_dav_svn/version.c
__ 2471 2441 cmpilato ./svnadmin
_ 2471 2441 cmpilato ./svnadmin/main.c
_ 2471 2441 cmpilato ./svnadmin/shell.c
_ 2471 2348 sussman ./svnadmin/svnadmin.1
_ 2471 1741 brane ./svnadmin/svnadmin.dsp
_ 2471 2441 cmpilato ./svnadmin/svnadmin.h
__ 2471 2441 cmpilato ./svnlook
_ 2471 2441 cmpilato ./svnlook/main.c
_ 2471 1741 brane ./svnlook/svnlook.dsp
__ 2471 2453 cmpilato ./tests
_ 2471 727 kfogel ./tests/README
_ 2471 2426 rooneg ./tests/clients
__ 2471 2426 rooneg ./tests/clients/cmdline
_ 2471 2327 kfogel ./tests/clients/cmdline/README
__ 2471 2374 brane ./tests/clients/cmdline/basic_tests.py
__ 2471 2368 kfogel ./tests/clients/cmdline/commit_tests.py
__ 2471 2344 sussman ./tests/clients/cmdline/copy_tests.py
__ 2471 2049 brane ./tests/clients/cmdline/diff_tests.py
__ 2471 1806 sussman ./tests/clients/cmdline/getopt_tests.py
_ 2471 2216 rooneg ./tests/clients/cmdline/getopt_tests_data
_ 2471 1763 gstein ./tests/clients/cmdline/getopt_tests_data/svn--help_stderr
_ 2471 2216 rooneg ./tests/clients/cmdline/getopt_tests_data/svn--help_stdout
_ 2471 1646 blair ./tests/clients/cmdline/getopt_tests_data/svn--version_stderr
M 2471 2162 rooneg ./tests/clients/cmdline/getopt_tests_data/svn--version_stdout
_ 2471 1646 blair ./tests/clients/cmdline/getopt_tests_data/svn_help--version_stderr
_ 2471 1707 striker ./tests/clients/cmdline/getopt_tests_data/svn_help--version_stdout
_ 2471 1646 blair ./tests/clients/cmdline/getopt_tests_data/svn_help_bogus-cmd_stderr
_ 2471 1646 blair ./tests/clients/cmdline/getopt_tests_data/svn_help_bogus-cmd_stdout
_ 2471 1646 blair ./tests/clients/cmdline/getopt_tests_data/svn_help_log_switch_stderr
_ 2471 2174 cmpilato ./tests/clients/cmdline/getopt_tests_data/svn_help_log_switch_stdout
_ 2471 1646 blair ./tests/clients/cmdline/getopt_tests_data/svn_help_stderr
_ 2471 2216 rooneg ./tests/clients/cmdline/getopt_tests_data/svn_help_stdout
_ 2471 2216 rooneg ./tests/clients/cmdline/getopt_tests_data/svn_stderr
_ 2471 1646 blair ./tests/clients/cmdline/getopt_tests_data/svn_stdout
__ 2471 2259 gstein ./tests/clients/cmdline/log_tests.py
__ 2471 2365 kfogel ./tests/clients/cmdline/merge_tests.py
__ 2471 2259 gstein ./tests/clients/cmdline/module_tests.py
__ 2471 2365 kfogel ./tests/clients/cmdline/prop_tests.py
__ 2471 2259 gstein ./tests/clients/cmdline/schedule_tests.py
__ 2471 2259 gstein ./tests/clients/cmdline/stat_tests.py
__ 2471 2259 gstein ./tests/clients/cmdline/svnadmin_tests.py
__ 2471 2426 rooneg ./tests/clients/cmdline/svntest
_ 2471 2181 gstein ./tests/clients/cmdline/svntest/__init__.py
_ 2471 2426 rooneg ./tests/clients/cmdline/svntest/actions.py
_ 2471 1343 gstein ./tests/clients/cmdline/svntest/entry.py
_ 2471 2385 brane ./tests/clients/cmdline/svntest/main.py
_ 2471 2364 kfogel ./tests/clients/cmdline/svntest/tree.py
_ 2471 2260 gstein ./tests/clients/cmdline/svntest/wc.py
__ 2471 2259 gstein ./tests/clients/cmdline/switch_tests.py
__ 2471 1 svn ./tests/clients/cmdline/theta.png
__ 2471 2259 gstein ./tests/clients/cmdline/trans_tests.py
__ 2471 2259 gstein ./tests/clients/cmdline/update_tests.py
__ 2471 1767 philip ./tests/clients/cmdline/xmltests
_ 2471 1767 philip ./tests/clients/cmdline/xmltests/svn-test.sh
_ 2471 1710 brane ./tests/clients/cmdline/xmltests/svn-test2.sh
_ 2471 2273 cmpilato ./tests/fs-helpers.c
_ 2471 1667 kfogel ./tests/fs-helpers.h
_ 2471 1 svn ./tests/greek-tree.txt
__ 2471 2288 brane ./tests/libsvn_delta
_ 2471 2024 kfogel ./tests/libsvn_delta/delta-combine-test.c
_ 2471 2269 brane ./tests/libsvn_delta/delta-window-test.h
_ 2471 1224 kfogel ./tests/libsvn_delta/deltaparse-test.c
_ 2471 1741 brane ./tests/libsvn_delta/deltaparse_test.dsp
_ 2471 1 svn ./tests/libsvn_delta/foo.delta
_ 2471 1 svn ./tests/libsvn_delta/postfix.delta
_ 2471 2288 brane ./tests/libsvn_delta/random-test.c
_ 2471 1741 brane ./tests/libsvn_delta/random_test.dsp
_ 2471 2271 brane ./tests/libsvn_delta/range-index-test.h
_ 2471 1 svn ./tests/libsvn_delta/simple.delta
_ 2471 1303 cmpilato ./tests/libsvn_delta/svndiff-test.c
_ 2471 1741 brane ./tests/libsvn_delta/svndiff_test.dsp
_ 2471 2269 brane ./tests/libsvn_delta/vdelta-test.c
_ 2471 1 svn ./tests/libsvn_delta/vdelta_1.txt
_ 2471 1741 brane ./tests/libsvn_delta/vdelta_test.dsp
_ 2471 1448 cmpilato ./tests/libsvn_delta/xml-output-test.c
_ 2471 1741 brane ./tests/libsvn_delta/xml_output_test.dsp
__ 2471 2453 cmpilato ./tests/libsvn_fs
_ 2471 2453 cmpilato ./tests/libsvn_fs/fs-test.c
_ 2471 1741 brane ./tests/libsvn_fs/fs_test.dsp
_ 2471 1224 kfogel ./tests/libsvn_fs/key-test.c
_ 2471 1741 brane ./tests/libsvn_fs/key_test.dsp
_ 2471 2150 brane ./tests/libsvn_fs/run-fs-tests.py
_ 2471 2273 cmpilato ./tests/libsvn_fs/skel-test.c
_ 2471 1741 brane ./tests/libsvn_fs/skel_test.dsp
_ 2471 2273 cmpilato ./tests/libsvn_fs/strings-reps-test.c
_ 2471 1741 brane ./tests/libsvn_fs/strings_reps_test.dsp
__ 2471 1224 kfogel ./tests/libsvn_ra_local
_ 2471 1224 kfogel ./tests/libsvn_ra_local/ra-local-test.c
__ 2471 2150 brane ./tests/libsvn_repos
_ 2471 2093 cmpilato ./tests/libsvn_repos/dir-delta-editor.c
_ 2471 1667 kfogel ./tests/libsvn_repos/dir-delta-editor.h
_ 2471 1224 kfogel ./tests/libsvn_repos/md5args.c
_ 2471 1937 cmpilato ./tests/libsvn_repos/repos-test.c
_ 2471 1741 brane ./tests/libsvn_repos/repos_test.dsp
_ 2471 2150 brane ./tests/libsvn_repos/run-repos-tests.py
__ 2471 2381 brane ./tests/libsvn_subr
_ 2471 1224 kfogel ./tests/libsvn_subr/hashdump-test.c
_ 2471 1741 brane ./tests/libsvn_subr/hashdump_test.dsp
_ 2471 2088 brane ./tests/libsvn_subr/path-test.c
_ 2471 1741 brane ./tests/libsvn_subr/path_test.dsp
_ 2471 1741 brane ./tests/libsvn_subr/string_test.dsp
_ 2471 1926 philip ./tests/libsvn_subr/stringtest.c
_ 2471 2024 kfogel ./tests/libsvn_subr/target-test.c
_ 2471 2381 brane ./tests/libsvn_subr/target-test.py
_ 2471 1741 brane ./tests/libsvn_subr/target_test.dsp
_ 2471 2316 naked ./tests/libsvn_subr/time-test.c
_ 2471 2041 brane ./tests/libsvn_subr/time_test.dsp
_ 2471 741 brane ./tests/libsvn_test_main.dsp
_ 2471 1 svn ./tests/libsvn_vcdiff
_ 2471 1 svn ./tests/libsvn_vcdiff/README
_ 2471 1 svn ./tests/libsvn_vcdiff/source.txt
_ 2471 1 svn ./tests/libsvn_vcdiff/target0.txt
_ 2471 1 svn ./tests/libsvn_vcdiff/target1.txt
_ 2471 1 svn ./tests/libsvn_vcdiff/target2.txt
_ 2471 1 svn ./tests/libsvn_vcdiff/target3.txt
_ 2471 1 svn ./tests/libsvn_vcdiff/target4.txt
_ 2471 1 svn ./tests/libsvn_vcdiff/target5.txt
__ 2471 2131 kfogel ./tests/libsvn_wc
_ 2471 1 svn ./tests/libsvn_wc/checkout-1.txt
_ 2471 2131 kfogel ./tests/libsvn_wc/checkout-test.c
_ 2471 1 svn ./tests/libsvn_wc/checkout-test.sh
_ 2471 1741 brane ./tests/libsvn_wc/checkout_test.dsp
_ 2471 1 svn ./tests/libsvn_wc/simple.delta
_ 2471 1977 joe ./tests/libsvn_wc/translate-test.c
_ 2471 1741 brane ./tests/libsvn_wc/translate_test.dsp
__ 2471 2150 brane ./tests/python-libs
_ 2471 2150 brane ./tests/python-libs/exectest.py
_ 2471 1848 kfogel ./tests/svn_test_editor.c
_ 2471 1224 kfogel ./tests/svn_tests_main.c
_ 2471 492 kfogel ./tests/xml
_ 2471 1 svn ./tests/xml/README
_ 2471 1 svn ./tests/xml/co1-inline.xml
_ 2471 1 svn ./tests/xml/co1-postfix.xml
_ 2471 492 kfogel ./tests/xml/pipatch.xml
_ 2471 492 kfogel ./tests/xml/up-props.xml
_ 2471 492 kfogel ./tests/xml/up1a-inline.xml
_ 2471 492 kfogel ./tests/xml/up1a-postfix.xml
_ 2471 492 kfogel ./tests/xml/up1b-inline.xml
_ 2471 492 kfogel ./tests/xml/up1b-postfix.xml
_ 2471 492 kfogel ./tests/xml/up2.xml
_ 2471 492 kfogel ./tests/xml/up3.xml
_ 2471 492 kfogel ./tests/xml/up5.xml

5. svn st -v after find . -name .svn -prune -o -name '*.[ch]' | xargs touch:

__ 2471 2471 kfogel .
_ 2471 1219 kfogel ./LICENSE
_ 2471 2404 kfogel ./bindings
__ 2471 1667 kfogel ./bindings/java
_ 2471 1667 kfogel ./bindings/java/jni
_ 2471 1091 XelaRell ./bindings/java/jni/README
_ 2471 530 XelaRell ./bindings/java/jni/TestAdd.java
_ 2471 677 XelaRell ./bindings/java/jni/TestStatus.java
_ 2471 950 XelaRell ./bindings/java/jni/build-java.sh
_ 2471 978 XelaRell ./bindings/java/jni/build.sh
_ 2471 1224 kfogel ./bindings/java/jni/clientimpl_status.c
_ 2471 1224 kfogel ./bindings/java/jni/date.c
_ 2471 1667 kfogel ./bindings/java/jni/date.h
_ 2471 1224 kfogel ./bindings/java/jni/entry.c
_ 2471 1667 kfogel ./bindings/java/jni/entry.h
_ 2471 1667 kfogel ./bindings/java/jni/global.h
_ 2471 1224 kfogel ./bindings/java/jni/hashtable.c
_ 2471 1667 kfogel ./bindings/java/jni/hashtable.h
_ 2471 1224 kfogel ./bindings/java/jni/item.c
_ 2471 1667 kfogel ./bindings/java/jni/item.h
_ 2471 1224 kfogel ./bindings/java/jni/j.c
_ 2471 1667 kfogel ./bindings/java/jni/j.h
_ 2471 1224 kfogel ./bindings/java/jni/main.c
_ 2471 1224 kfogel ./bindings/java/jni/misc.c
_ 2471 1667 kfogel ./bindings/java/jni/misc.h
_ 2471 1224 kfogel ./bindings/java/jni/nodekind.c
_ 2471 1667 kfogel ./bindings/java/jni/nodekind.h
_ 2471 1224 kfogel ./bindings/java/jni/org
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris
__ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/SubversionException.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/ToBeDoneException.java
__ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/Client.java
_ 2471 929 XelaRell ./bindings/java/jni/org/tigris/subversion/lib/ClientImpl.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/Entry.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/Factory.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/Item.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/Nodekind.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/Reporter.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/Revision.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/Schedule.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/Status.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/StatusKind.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/TextdeltaHandler.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/TextdeltaOp.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/TextdeltaWindow.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/TreeDeltaEditor.java
_ 2471 1224 kfogel ./bindings/java/jni/org/tigris/subversion/lib/WorkingCopy.java
_ 2471 1224 kfogel ./bindings/java/jni/revision.c
_ 2471 1667 kfogel ./bindings/java/jni/revision.h
_ 2471 927 XelaRell ./bindings/java/jni/run-tests.sh
_ 2471 1224 kfogel ./bindings/java/jni/schedule.c
_ 2471 1667 kfogel ./bindings/java/jni/schedule.h
_ 2471 1224 kfogel ./bindings/java/jni/status.c
_ 2471 1667 kfogel ./bindings/java/jni/status.h
_ 2471 1224 kfogel ./bindings/java/jni/statuskind.c
_ 2471 1667 kfogel ./bindings/java/jni/statuskind.h
_ 2471 1224 kfogel ./bindings/java/jni/string.c
_ 2471 1667 kfogel ./bindings/java/jni/string.h
_ 2471 1667 kfogel ./bindings/java/jni/svn_jni_global.h
_ 2471 1224 kfogel ./bindings/java/jni/svn_jni_item.c
_ 2471 1224 kfogel ./bindings/java/jni/tests
_ 2471 1224 kfogel ./bindings/java/jni/tests/AllTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/ClientTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/DateTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/EntryTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/HashtableTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/MiscTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/NativeWrapper.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/NodekindTests.java
_ 2471 541 XelaRell ./bindings/java/jni/tests/README
_ 2471 1224 kfogel ./bindings/java/jni/tests/RevisionTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/StatusKindTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/StatusTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/VectorTests.java
_ 2471 1224 kfogel ./bindings/java/jni/tests/main.c
_ 2471 1224 kfogel ./bindings/java/jni/tests/nativewrapper.c
_ 2471 1224 kfogel ./bindings/java/jni/vector.c
_ 2471 1667 kfogel ./bindings/java/jni/vector.h
__ 2471 2404 kfogel ./bindings/ruby
_ 2471 2213 kfogel ./bindings/ruby/client.c
_ 2471 1224 kfogel ./bindings/ruby/delta_editor.c
_ 2471 1667 kfogel ./bindings/ruby/delta_editor.h
_ 2471 2404 kfogel ./bindings/ruby/error.c
_ 2471 1667 kfogel ./bindings/ruby/error.h
_ 2471 1165 yoshiki ./bindings/ruby/extconf.rb
_ 2471 2155 cmpilato ./bindings/ruby/fs.c
_ 2471 1667 kfogel ./bindings/ruby/fs.h
_ 2471 1262 yoshiki ./bindings/ruby/fs_node.c
_ 2471 1667 kfogel ./bindings/ruby/fs_node.h
_ 2471 1224 kfogel ./bindings/ruby/fs_root.c
_ 2471 1667 kfogel ./bindings/ruby/fs_root.h
_ 2471 1224 kfogel ./bindings/ruby/fs_txn.c
_ 2471 1667 kfogel ./bindings/ruby/fs_txn.h
_ 2471 1224 kfogel ./bindings/ruby/log.c
_ 2471 1667 kfogel ./bindings/ruby/log.h
_ 2471 1573 brane ./bindings/ruby/ra.c
_ 2471 1260 yoshiki ./bindings/ruby/repos.c
_ 2471 1224 kfogel ./bindings/ruby/stream.c
_ 2471 1667 kfogel ./bindings/ruby/stream.h
_ 2471 1224 kfogel ./bindings/ruby/svn_ruby.c
_ 2471 1667 kfogel ./bindings/ruby/svn_ruby.h
_ 2471 1261 yoshiki ./bindings/ruby/txdelta.c
_ 2471 1667 kfogel ./bindings/ruby/txdelta.h
_ 2471 1224 kfogel ./bindings/ruby/types.c
_ 2471 1224 kfogel ./bindings/ruby/util.c
_ 2471 1667 kfogel ./bindings/ruby/util.h
_ 2471 1508 gstein ./bindings/ruby/wc.c
_ 2471 1667 kfogel ./bindings/ruby/wc.h
__ 2471 2232 gstein ./bindings/swig
_ 2471 1014 gstein ./bindings/swig/README
_ 2471 2208 gstein ./bindings/swig/apr.i
__ 2471 2232 gstein ./bindings/swig/python
_ 2471 1039 gstein ./bindings/swig/python/fstest.py
M 2471 2206 gstein ./bindings/swig/python/setup.py
__ 2471 2232 gstein ./bindings/swig/python/svn
_ 2471 1038 gstein ./bindings/swig/python/svn/__init__.py
_ 2471 2232 gstein ./bindings/swig/python/svn/delta.py
_ 2471 1038 gstein ./bindings/swig/python/svn/fs.py
_ 2471 1246 gstein ./bindings/swig/python/svn/util.py
_ 2471 2208 gstein ./bindings/swig/svn_client.i
_ 2471 2230 gstein ./bindings/swig/svn_delta.i
_ 2471 2230 gstein ./bindings/swig/svn_fs.i
_ 2471 1224 kfogel ./bindings/swig/svn_ra.i
_ 2471 2229 gstein ./bindings/swig/svn_repos.i
_ 2471 2229 gstein ./bindings/swig/svn_string.i
_ 2471 2206 gstein ./bindings/swig/svn_types.i
_ 2471 2206 gstein ./bindings/swig/svn_wc.i
_ 2471 2230 gstein ./bindings/swig/swigutil_py.c
_ 2471 2230 gstein ./bindings/swig/swigutil_py.h
_ 2471 2229 gstein ./bindings/swig/util.i
_ 2471 2466 kfogel ./clients
__L 2471 2466 kfogel ./clients/cmdline
_ 2471 224 fitz ./clients/cmdline/README
_ 2471 1 svn ./clients/cmdline/TODO
_ 2471 2447 cmpilato ./clients/cmdline/add-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/checkout-cmd.c
_ 2471 2466 kfogel ./clients/cmdline/cl.h
_ 2471 2447 cmpilato ./clients/cmdline/cleanup-cmd.c
_ 2471 1667 kfogel ./clients/cmdline/client_errors.h
_ 2471 2447 cmpilato ./clients/cmdline/commit-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/copy-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/delete-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/diff-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/export-cmd.c
_ 2471 2441 cmpilato ./clients/cmdline/feedback.c
_ 2471 2466 kfogel ./clients/cmdline/help-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/import-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/info-cmd.c
_ 2471 2456 cmpilato ./clients/cmdline/log-cmd.c
M 2481 2481 kevin ./clients/cmdline/main.c
_ 2471 2348 sussman ./clients/cmdline/man
_ 2471 2348 sussman ./clients/cmdline/man/svn.1
_ 2471 2447 cmpilato ./clients/cmdline/merge-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/mkdir-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/move-cmd.c
_ 2471 2441 cmpilato ./clients/cmdline/prompt.c
_ 2471 2466 kfogel ./clients/cmdline/propdel-cmd.c
_ 2471 2466 kfogel ./clients/cmdline/propedit-cmd.c
_ 2471 2466 kfogel ./clients/cmdline/propget-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/proplist-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/props.c
_ 2471 2466 kfogel ./clients/cmdline/propset-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/resolve-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/revert-cmd.c
? ./clients/cmdline/skip_patch.diff
_ 2471 2447 cmpilato ./clients/cmdline/status-cmd.c
_ 2471 2441 cmpilato ./clients/cmdline/status.c
_ 2471 2307 brane ./clients/cmdline/subversion_client.dsp
_ 2471 2447 cmpilato ./clients/cmdline/switch-cmd.c
_ 2471 2447 cmpilato ./clients/cmdline/update-cmd.c
_ 2471 2466 kfogel ./clients/cmdline/util.c
_ 2471 2041 brane ./clients/win32
_ 2471 1 svn ./clients/win32/SVNControls
_ 2471 1 svn ./clients/win32/SVNControls/SGrid.ctl
_ 2471 1 svn ./clients/win32/SVNControls/SGrid.vbp
__ 2471 1 svn ./clients/win32/SVNControls/SVNControls.ocx
_ 2471 1 svn ./clients/win32/SVNControls/article.dat
_ 2471 1 svn ./clients/win32/SVNControls/cFlatHeader.cls
_ 2471 1 svn ./clients/win32/SVNControls/cGridCell.cls
_ 2471 1 svn ./clients/win32/SVNControls/cHeaderControl.cls
_ 2471 1 svn ./clients/win32/SVNControls/cScrollBars.cls
_ 2471 1 svn ./clients/win32/SVNControls/cShellSort.cls
__ 2471 1 svn ./clients/win32/SVNControls/csgrid.res
_ 2471 1 svn ./clients/win32/SVNControls/frmOutlookDemo.frm
__ 2471 1 svn ./clients/win32/SVNControls/frmOutlookDemo.frx
_ 2471 1 svn ./clients/win32/SVNControls/frmOutlookGroup.frm
__ 2471 1 svn ./clients/win32/SVNControls/frmOutlookGroup.frx
_ 2471 1 svn ./clients/win32/SVNControls/frmTest.frm
__ 2471 1 svn ./clients/win32/SVNControls/frmTest.frx
_ 2471 1 svn ./clients/win32/SVNControls/frmTestMatrix.frm
__ 2471 1 svn ./clients/win32/SVNControls/frmTestMatrix.frx
_ 2471 1 svn ./clients/win32/SVNControls/frmVirtual.frm
__ 2471 1 svn ./clients/win32/SVNControls/frmVirtual.frx
_ 2471 1 svn ./clients/win32/SVNControls/gDevGrid.vbg
_ 2471 1 svn ./clients/win32/SVNControls/link.dat
_ 2471 1 svn ./clients/win32/SVNControls/mGDI.bas
_ 2471 1 svn ./clients/win32/SVNControls/pTest.vbp
_ 2471 1 svn ./clients/win32/SVNControls/ppgColumns.pag
_ 2471 1 svn ./clients/win32/SVNControls/ppgMain.pag
_ 2471 1 svn ./clients/win32/SVNControls/type.dat
_ 2471 1 svn ./clients/win32/WinSVN
_ 2471 1 svn ./clients/win32/WinSVN/Binaries
__ 2471 1 svn ./clients/win32/WinSVN/Binaries/SSubTmr6.dll
__ 2471 1 svn ./clients/win32/WinSVN/Binaries/vbalIml6.ocx
__ 2471 1 svn ./clients/win32/WinSVN/CheckedFolder.ico
_ 2471 1 svn ./clients/win32/WinSVN/DriveHelpers.bas
_ 2471 1 svn ./clients/win32/WinSVN/ExplorerViewHelpers.cls
__ 2471 1 svn ./clients/win32/WinSVN/OpnCheckedFolder.ico
__ 2471 1 svn ./clients/win32/WinSVN/Removable.ico
_ 2471 1 svn ./clients/win32/WinSVN/Startup.bas
__ 2471 1 svn ./clients/win32/WinSVN/WinSVN.res
_ 2471 1 svn ./clients/win32/WinSVN/WinSVN.vbp
__ 2471 1 svn ./clients/win32/WinSVN/binary.ico
__ 2471 1 svn ./clients/win32/WinSVN/conflict.ico
_ 2471 1 svn ./clients/win32/WinSVN/frmAbout.frm
__ 2471 1 svn ./clients/win32/WinSVN/frmAbout.frx
_ 2471 1 svn ./clients/win32/WinSVN/frmLogin.frm
_ 2471 1 svn ./clients/win32/WinSVN/frmMain.frm
__ 2471 1 svn ./clients/win32/WinSVN/frmMain.frx
_ 2471 1 svn ./clients/win32/WinSVN/frmOptions.frm
_ 2471 1 svn ./clients/win32/WinSVN/frmSplash.frm
__ 2471 1 svn ./clients/win32/WinSVN/frmSplash.frx
__ 2471 1 svn ./clients/win32/WinSVN/ignored_dir.ico
__ 2471 1 svn ./clients/win32/WinSVN/ignored_file.ico
_ 2471 1 svn ./clients/win32/WinSVN/lvh.cls
__ 2471 1 svn ./clients/win32/WinSVN/missing_dir.ico
__ 2471 1 svn ./clients/win32/WinSVN/missing_file.ico
__ 2471 1 svn ./clients/win32/WinSVN/modified_binary.ico
__ 2471 1 svn ./clients/win32/WinSVN/modified_normal.ico
__ 2471 1 svn ./clients/win32/WinSVN/normal.ico
__ 2471 1 svn ./clients/win32/WinSVN/pending_del.ico
__ 2471 1 svn ./clients/win32/WinSVN/unknown.ico
__ 2471 1 svn ./clients/win32/WinSVN/ve_split.cur
__ 2471 1889 brane ./clients/win32/svn.ico
_ 2471 1744 striker ./clients/win32/svn.rc
__ 2471 2041 brane ./clients/win32/svn_com
_ 2471 1224 kfogel ./clients/win32/svn_com/MarshalArray.h
_ 2471 2041 brane ./clients/win32/svn_com/SVN.cpp
_ 2471 1224 kfogel ./clients/win32/svn_com/SVN.h
_ 2471 1 svn ./clients/win32/svn_com/SVN.rgs
_ 2471 1224 kfogel ./clients/win32/svn_com/SVNCOM.cpp
_ 2471 1 svn ./clients/win32/svn_com/SVNCOM.def
_ 2471 1224 kfogel ./clients/win32/svn_com/SVNCOM.idl
_ 2471 1 svn ./clients/win32/svn_com/SVNCOM.rc
_ 2471 1 svn ./clients/win32/svn_com/SVNCOMps.def
_ 2471 1 svn ./clients/win32/svn_com/SVNCOMps.mk
_ 2471 1224 kfogel ./clients/win32/svn_com/SVNStatus.cpp
_ 2471 1224 kfogel ./clients/win32/svn_com/SVNStatus.h
_ 2471 1 svn ./clients/win32/svn_com/SVNStatus.rgs
_ 2471 1224 kfogel ./clients/win32/svn_com/StdAfx.cpp
_ 2471 1224 kfogel ./clients/win32/svn_com/StdAfx.h
_ 2471 1224 kfogel ./clients/win32/svn_com/dlldatax.c
_ 2471 1224 kfogel ./clients/win32/svn_com/dlldatax.h
_ 2471 1224 kfogel ./clients/win32/svn_com/misc.cpp
_ 2471 1224 kfogel ./clients/win32/svn_com/misc.h
_ 2471 1 svn ./clients/win32/svn_com/resource.h
_ 2471 1 svn ./clients/win32/svn_com/svn_com.dsp
_ 2471 1224 kfogel ./clients/win32/svn_com/svn_comCP.h
? ./core
__L 2471 2470 philip ./include
_ 2471 2330 gstein ./include/svn_auth.h
_ 2471 2267 gstein ./include/svn_base64.h
_ 2471 2445 sussman ./include/svn_client.h
_ 2471 1565 kfogel ./include/svn_config.h
_ 2471 1436 sussman ./include/svn_dav.h
_ 2471 2305 kfogel ./include/svn_delta.h
_ 2471 1801 striker ./include/svn_diff.h
_ 2471 1460 kfogel ./include/svn_error.h
_ 2485 2485 kevin ./include/svn_error_codes.h
_ 2471 2436 cmpilato ./include/svn_fs.h
_ 2471 2267 gstein ./include/svn_hash.h
_ 2471 2436 cmpilato ./include/svn_io.h
_ 2471 2468 kfogel ./include/svn_path.h
_ 2471 1224 kfogel ./include/svn_pools.h
_ 2471 2267 gstein ./include/svn_quoprint.h
M 2471 2174 cmpilato ./include/svn_ra.h
_ 2471 2267 gstein ./include/svn_repos.h
_ 2471 2267 gstein ./include/svn_sorts.h
_ 2471 2024 kfogel ./include/svn_string.h
_ 2471 2267 gstein ./include/svn_test.h
_ 2471 2315 naked ./include/svn_time.h
_ 2471 2447 cmpilato ./include/svn_types.h
_ 2471 2447 cmpilato ./include/svn_utf.h
_ 2471 2376 sussman ./include/svn_version.h
_ 2485 2485 kevin ./include/svn_wc.h
_ 2471 2024 kfogel ./include/svn_xml.h
__ 2471 2330 gstein ./libsvn_auth
_ 2471 2330 gstein ./libsvn_auth/auth.c
__L 2471 2470 philip ./libsvn_client
_ 2471 2436 cmpilato ./libsvn_client/add.c
_ 2471 2436 cmpilato ./libsvn_client/auth.c
_ 2471 1365 gstein ./libsvn_client/cancellation_editor.c
_ 2471 2388 kfogel ./libsvn_client/checkout.c
_ 2471 2024 kfogel ./libsvn_client/cleanup.c
_ 2471 2470 philip ./libsvn_client/client.h
_ 2471 2470 philip ./libsvn_client/commit.c
_ 2471 2452 philip ./libsvn_client/commit_util.c
_ 2479 2479 kevin ./libsvn_client/copy.c
_ 2471 2058 philip ./libsvn_client/delete.c
_ 2471 2409 sussman ./libsvn_client/diff.c
_ 2471 2388 kfogel ./libsvn_client/export.c
_ 2471 2470 philip ./libsvn_client/externals.c
_ 2471 2236 brane ./libsvn_client/libsvn_client.dsp
_ 2471 2174 cmpilato ./libsvn_client/log.c
M 2471 2241 philip ./libsvn_client/prop_commands.c
_ 2471 2024 kfogel ./libsvn_client/ra.c
_ 2471 2436 cmpilato ./libsvn_client/repos_diff.c
_ 2471 2445 sussman ./libsvn_client/resolve.c
_ 2471 2024 kfogel ./libsvn_client/revert.c
_ 2471 2108 kfogel ./libsvn_client/revisions.c
_ 2471 2248 kfogel ./libsvn_client/status.c
_ 2471 2256 kfogel ./libsvn_client/switch.c
_ 2471 2388 kfogel ./libsvn_client/update.c
__ 2471 2396 kfogel ./libsvn_delta
_ 2471 1 svn ./libsvn_delta/README.xmlparse
_ 2471 2288 brane ./libsvn_delta/compose_delta.c
_ 2471 1536 sussman ./libsvn_delta/compose_editors.c
_ 2471 2107 philip ./libsvn_delta/default_editor.c
_ 2471 2269 brane ./libsvn_delta/delta.h
_ 2471 1988 striker ./libsvn_delta/diff.c
_ 2471 2396 kfogel ./libsvn_delta/diff_file.c
_ 2471 1972 brane ./libsvn_delta/libsvn_delta.dsp
_ 2471 2292 brane ./libsvn_delta/svndiff.c
_ 2471 2268 brane ./libsvn_delta/text_delta.c
_ 2471 1972 brane ./libsvn_delta/vdelta.c
_ 2471 2024 kfogel ./libsvn_delta/xml_output.c
_ 2471 1738 jerenkra ./libsvn_delta/xml_parse.c
__ 2471 2453 cmpilato ./libsvn_fs
_ 2471 1 svn ./libsvn_fs/TODO
__ 2471 2453 cmpilato ./libsvn_fs/bdb
_ 2471 2280 blair ./libsvn_fs/bdb/copies-table.c
_ 2471 2453 cmpilato ./libsvn_fs/bdb/copies-table.h
_ 2471 2277 gstein ./libsvn_fs/bdb/dbt.c
_ 2471 2277 gstein ./libsvn_fs/bdb/dbt.h
_ 2471 2277 gstein ./libsvn_fs/bdb/nodes-table.c
_ 2471 2277 gstein ./libsvn_fs/bdb/nodes-table.h
_ 2471 2277 gstein ./libsvn_fs/bdb/reps-table.c
_ 2471 2277 gstein ./libsvn_fs/bdb/reps-table.h
_ 2471 2278 cmpilato ./libsvn_fs/bdb/rev-table.c
_ 2471 2278 cmpilato ./libsvn_fs/bdb/rev-table.h
_ 2471 2299 cmpilato ./libsvn_fs/bdb/strings-table.c
_ 2471 2277 gstein ./libsvn_fs/bdb/strings-table.h
_ 2471 2300 cmpilato ./libsvn_fs/bdb/txn-table.c
_ 2471 2278 cmpilato ./libsvn_fs/bdb/txn-table.h
_ 2471 2453 cmpilato ./libsvn_fs/dag.c
_ 2471 2275 gstein ./libsvn_fs/dag.h
_ 2471 2273 cmpilato ./libsvn_fs/deltify.c
_ 2471 2093 cmpilato ./libsvn_fs/err.c
_ 2471 2093 cmpilato ./libsvn_fs/err.h
_ 2471 2453 cmpilato ./libsvn_fs/fs.c
_ 2471 2453 cmpilato ./libsvn_fs/fs.h
_ 2471 2280 blair ./libsvn_fs/id.c
_ 2471 2093 cmpilato ./libsvn_fs/id.h
_ 2471 2125 cmpilato ./libsvn_fs/key-gen.c
_ 2471 2125 cmpilato ./libsvn_fs/key-gen.h
_ 2471 2296 brane ./libsvn_fs/libsvn_fs.dsp
_ 2471 2276 gstein ./libsvn_fs/node-rev.c
_ 2471 2120 gstein ./libsvn_fs/node-rev.h
_ 2471 2276 gstein ./libsvn_fs/reps-strings.c
_ 2471 2276 gstein ./libsvn_fs/reps-strings.h
_ 2471 2278 cmpilato ./libsvn_fs/revs-txns.c
_ 2471 2278 cmpilato ./libsvn_fs/revs-txns.h
_ 2471 2273 cmpilato ./libsvn_fs/structure
_ 2471 2106 gstein ./libsvn_fs/trail.c
_ 2471 1667 kfogel ./libsvn_fs/trail.h
_ 2471 2402 sussman ./libsvn_fs/tree.c
_ 2471 1667 kfogel ./libsvn_fs/tree.h
_ 2471 2278 cmpilato ./libsvn_fs/txn.c
_ 2471 1667 kfogel ./libsvn_fs/txn.h
__ 2471 2280 blair ./libsvn_fs/util
_ 2471 2280 blair ./libsvn_fs/util/fs_skels.c
_ 2471 2277 gstein ./libsvn_fs/util/fs_skels.h
_ 2471 2277 gstein ./libsvn_fs/util/skel.c
_ 2471 2277 gstein ./libsvn_fs/util/skel.h
__ 2471 2241 philip ./libsvn_ra
_ 2471 1741 brane ./libsvn_ra/libsvn_ra.dsp
M 2471 2241 philip ./libsvn_ra/ra_loader.c
__ 2471 2406 striker ./libsvn_ra_dav
_ 2471 2063 striker ./libsvn_ra_dav/commit.c
_ 2471 2128 sussman ./libsvn_ra_dav/fetch.c
_ 2471 1741 brane ./libsvn_ra_dav/libsvn_ra_dav.dsp
_ 2471 2174 cmpilato ./libsvn_ra_dav/log.c
_ 2471 1863 gstein ./libsvn_ra_dav/merge.c
_ 2471 1863 gstein ./libsvn_ra_dav/options.c
_ 2471 2194 cmpilato ./libsvn_ra_dav/props.c
_ 2471 2174 cmpilato ./libsvn_ra_dav/ra_dav.h
M 2471 2209 philip ./libsvn_ra_dav/session.c
_ 2471 2070 striker ./libsvn_ra_dav/util.c
__ 2471 2377 brane ./libsvn_ra_local
_ 2471 2241 philip ./libsvn_ra_local/checkout.c
_ 2471 2024 kfogel ./libsvn_ra_local/commit_editor.c
_ 2471 1741 brane ./libsvn_ra_local/libsvn_ra_local.dsp
_ 2471 2024 kfogel ./libsvn_ra_local/ra_local.h
_ 2471 2174 cmpilato ./libsvn_ra_local/ra_plugin.c
_ 2471 2377 brane ./libsvn_ra_local/split_url.c
__ 2471 2024 kfogel ./libsvn_ra_pipe
M 2471 2024 kfogel ./libsvn_ra_pipe/pipe_reporter.c
M 2471 2024 kfogel ./libsvn_ra_pipe/ra_pipe.c
M 2471 1975 kevin ./libsvn_ra_pipe/ra_pipe.h
__ 2471 2444 sussman ./libsvn_repos
_ 2471 1 svn ./libsvn_repos/README
_ 2471 2170 cmpilato ./libsvn_repos/delta.c
_ 2471 2402 sussman ./libsvn_repos/dump.c
_ 2471 2024 kfogel ./libsvn_repos/hooks.c
_ 2471 1681 kfogel ./libsvn_repos/hooks.txt
_ 2471 1900 sussman ./libsvn_repos/libsvn_repos.dsp
_ 2471 2127 cmpilato ./libsvn_repos/load.c
_ 2471 2194 cmpilato ./libsvn_repos/log.c
_ 2471 1937 cmpilato ./libsvn_repos/node_tree.c
_ 2471 2444 sussman ./libsvn_repos/reporter.c
_ 2471 2404 kfogel ./libsvn_repos/repos.c
_ 2471 1667 kfogel ./libsvn_repos/repos.h
_ 2471 2308 naked ./libsvn_repos/rev_hunt.c
? ./libsvn_server
__ 2471 2467 kfogel ./libsvn_subr
_ 2471 1986 rooneg ./libsvn_subr/README.errors
_ 2471 2380 brane ./libsvn_subr/config.c
_ 2471 2359 brane ./libsvn_subr/config_file.c
_ 2471 2359 brane ./libsvn_subr/config_impl.h
_ 2471 2359 brane ./libsvn_subr/config_win.c
_ 2471 1 svn ./libsvn_subr/getdate.cw
_ 2471 1 svn ./libsvn_subr/getdate.y
_ 2471 2115 kfogel ./libsvn_subr/hash.c
_ 2471 2436 cmpilato ./libsvn_subr/io.c
_ 2471 2424 kfogel ./libsvn_subr/libsvn_subr.dsp
_ 2471 2467 kfogel ./libsvn_subr/path.c
_ 2471 1224 kfogel ./libsvn_subr/quoprint.c
_ 2471 2447 cmpilato ./libsvn_subr/sorts.c
_ 2471 1224 kfogel ./libsvn_subr/svn_base64.c
_ 2471 2436 cmpilato ./libsvn_subr/svn_error.c
_ 2471 2024 kfogel ./libsvn_subr/svn_string.c
_ 2471 2467 kfogel ./libsvn_subr/target.c
_ 2471 2336 brane ./libsvn_subr/time.c
_ 2471 2465 cmpilato ./libsvn_subr/utf.c
_ 2471 2024 kfogel ./libsvn_subr/xml.c
__L 2471 2471 kfogel ./libsvn_wc
_ 2471 963 fitz ./libsvn_wc/README
_ 2471 2445 sussman ./libsvn_wc/adm_crawler.c
_ 2471 2470 philip ./libsvn_wc/adm_files.c
_ 2471 2470 philip ./libsvn_wc/adm_files.h
_ 2471 2470 philip ./libsvn_wc/adm_ops.c
_ 2471 2024 kfogel ./libsvn_wc/adm_ops.h
_ 2471 2446 kfogel ./libsvn_wc/copy.c
_ 2471 2471 kfogel ./libsvn_wc/diff.c
_ 2471 2440 sussman ./libsvn_wc/entries.c
_ 2471 2024 kfogel ./libsvn_wc/entries.h
_ 2471 1741 brane ./libsvn_wc/libsvn_wc.dsp
_ 2471 2470 philip ./libsvn_wc/lock.c
_ 2471 2470 philip ./libsvn_wc/log.c
_ 2471 2470 philip ./libsvn_wc/log.h
_ 2471 2388 kfogel ./libsvn_wc/merge.c
? ./libsvn_wc/patch
M 2471 2470 philip ./libsvn_wc/props.c
_ 2471 2305 kfogel ./libsvn_wc/props.h
_ 2471 2423 kfogel ./libsvn_wc/questions.c
_ 2471 2024 kfogel ./libsvn_wc/questions.h
_ 2471 2413 rooneg ./libsvn_wc/status.c
_ 2471 2029 philip ./libsvn_wc/status_editor.c
_ 2471 2388 kfogel ./libsvn_wc/translate.c
_ 2471 1804 sussman ./libsvn_wc/translate.h
_ 2471 2470 philip ./libsvn_wc/update_editor.c
_ 2471 2388 kfogel ./libsvn_wc/util.c
_ 2471 2470 philip ./libsvn_wc/wc.h
? ./log
__ 2471 2401 striker ./mod_dav_svn
_ 2471 1224 kfogel ./mod_dav_svn/activity.c
_ 2471 2391 jerenkra ./mod_dav_svn/dav_svn.h
_ 2471 2399 jerenkra ./mod_dav_svn/deadprops.c
_ 2471 2391 jerenkra ./mod_dav_svn/liveprops.c
_ 2471 2174 cmpilato ./mod_dav_svn/log.c
_ 2471 2137 sussman ./mod_dav_svn/merge.c
_ 2471 2297 brane ./mod_dav_svn/mod_dav_svn.c
_ 2471 2306 brane ./mod_dav_svn/mod_dav_svn.dsp
_ 2471 2401 striker ./mod_dav_svn/repos.c
_ 2471 1 svn ./mod_dav_svn/static
_ 2471 1 svn ./mod_dav_svn/static/Makefile.in
_ 2471 1 svn ./mod_dav_svn/static/README
_ 2471 1 svn ./mod_dav_svn/static/config.m4
_ 2471 2332 sussman ./mod_dav_svn/update.c
_ 2471 2170 cmpilato ./mod_dav_svn/util.c
_ 2471 2319 cmpilato ./mod_dav_svn/version.c
__ 2471 2441 cmpilato ./svnadmin
_ 2471 2441 cmpilato ./svnadmin/main.c
_ 2471 2441 cmpilato ./svnadmin/shell.c
_ 2471 2348 sussman ./svnadmin/svnadmin.1
_ 2471 1741 brane ./svnadmin/svnadmin.dsp
_ 2471 2441 cmpilato ./svnadmin/svnadmin.h
__ 2471 2441 cmpilato ./svnlook
_ 2471 2441 cmpilato ./svnlook/main.c
_ 2471 1741 brane ./svnlook/svnlook.dsp
__ 2471 2453 cmpilato ./tests
_ 2471 727 kfogel ./tests/README
_ 2471 2426 rooneg ./tests/clients
__ 2471 2426 rooneg ./tests/clients/cmdline
_ 2471 2327 kfogel ./tests/clients/cmdline/README
__ 2471 2374 brane ./tests/clients/cmdline/basic_tests.py
__ 2471 2368 kfogel ./tests/clients/cmdline/commit_tests.py
__ 2471 2344 sussman ./tests/clients/cmdline/copy_tests.py
__ 2471 2049 brane ./tests/clients/cmdline/diff_tests.py
__ 2471 1806 sussman ./tests/clients/cmdline/getopt_tests.py
_ 2471 2216 rooneg ./tests/clients/cmdline/getopt_tests_data
_ 2471 1763 gstein ./tests/clients/cmdline/getopt_tests_data/svn--help_stderr
_ 2471 2216 rooneg ./tests/clients/cmdline/getopt_tests_data/svn--help_stdout
_ 2471 1646 blair ./tests/clients/cmdline/getopt_tests_data/svn--version_stderr
M 2471 2162 rooneg ./tests/clients/cmdline/getopt_tests_data/svn--version_stdout
_ 2471 1646 blair ./tests/clients/cmdline/getopt_tests_data/svn_help--version_stderr
_ 2471 1707 striker ./tests/clients/cmdline/getopt_tests_data/svn_help--version_stdout
_ 2471 1646 blair ./tests/clients/cmdline/getopt_tests_data/svn_help_bogus-cmd_stderr
_ 2471 1646 blair ./tests/clients/cmdline/getopt_tests_data/svn_help_bogus-cmd_stdout
_ 2471 1646 blair ./tests/clients/cmdline/getopt_tests_data/svn_help_log_switch_stderr
_ 2471 2174 cmpilato ./tests/clients/cmdline/getopt_tests_data/svn_help_log_switch_stdout
_ 2471 1646 blair ./tests/clients/cmdline/getopt_tests_data/svn_help_stderr
_ 2471 2216 rooneg ./tests/clients/cmdline/getopt_tests_data/svn_help_stdout
_ 2471 2216 rooneg ./tests/clients/cmdline/getopt_tests_data/svn_stderr
_ 2471 1646 blair ./tests/clients/cmdline/getopt_tests_data/svn_stdout
__ 2471 2259 gstein ./tests/clients/cmdline/log_tests.py
__ 2471 2365 kfogel ./tests/clients/cmdline/merge_tests.py
__ 2471 2259 gstein ./tests/clients/cmdline/module_tests.py
__ 2471 2365 kfogel ./tests/clients/cmdline/prop_tests.py
__ 2471 2259 gstein ./tests/clients/cmdline/schedule_tests.py
__ 2471 2259 gstein ./tests/clients/cmdline/stat_tests.py
__ 2471 2259 gstein ./tests/clients/cmdline/svnadmin_tests.py
__ 2471 2426 rooneg ./tests/clients/cmdline/svntest
_ 2471 2181 gstein ./tests/clients/cmdline/svntest/__init__.py
_ 2471 2426 rooneg ./tests/clients/cmdline/svntest/actions.py
_ 2471 1343 gstein ./tests/clients/cmdline/svntest/entry.py
_ 2471 2385 brane ./tests/clients/cmdline/svntest/main.py
_ 2471 2364 kfogel ./tests/clients/cmdline/svntest/tree.py
_ 2471 2260 gstein ./tests/clients/cmdline/svntest/wc.py
__ 2471 2259 gstein ./tests/clients/cmdline/switch_tests.py
__ 2471 1 svn ./tests/clients/cmdline/theta.png
__ 2471 2259 gstein ./tests/clients/cmdline/trans_tests.py
__ 2471 2259 gstein ./tests/clients/cmdline/update_tests.py
__ 2471 1767 philip ./tests/clients/cmdline/xmltests
_ 2471 1767 philip ./tests/clients/cmdline/xmltests/svn-test.sh
_ 2471 1710 brane ./tests/clients/cmdline/xmltests/svn-test2.sh
_ 2471 2273 cmpilato ./tests/fs-helpers.c
_ 2471 1667 kfogel ./tests/fs-helpers.h
_ 2471 1 svn ./tests/greek-tree.txt
__ 2471 2288 brane ./tests/libsvn_delta
_ 2471 2024 kfogel ./tests/libsvn_delta/delta-combine-test.c
_ 2471 2269 brane ./tests/libsvn_delta/delta-window-test.h
_ 2471 1224 kfogel ./tests/libsvn_delta/deltaparse-test.c
_ 2471 1741 brane ./tests/libsvn_delta/deltaparse_test.dsp
_ 2471 1 svn ./tests/libsvn_delta/foo.delta
_ 2471 1 svn ./tests/libsvn_delta/postfix.delta
_ 2471 2288 brane ./tests/libsvn_delta/random-test.c
_ 2471 1741 brane ./tests/libsvn_delta/random_test.dsp
_ 2471 2271 brane ./tests/libsvn_delta/range-index-test.h
_ 2471 1 svn ./tests/libsvn_delta/simple.delta
_ 2471 1303 cmpilato ./tests/libsvn_delta/svndiff-test.c
_ 2471 1741 brane ./tests/libsvn_delta/svndiff_test.dsp
_ 2471 2269 brane ./tests/libsvn_delta/vdelta-test.c
_ 2471 1 svn ./tests/libsvn_delta/vdelta_1.txt
_ 2471 1741 brane ./tests/libsvn_delta/vdelta_test.dsp
_ 2471 1448 cmpilato ./tests/libsvn_delta/xml-output-test.c
_ 2471 1741 brane ./tests/libsvn_delta/xml_output_test.dsp
__ 2471 2453 cmpilato ./tests/libsvn_fs
_ 2471 2453 cmpilato ./tests/libsvn_fs/fs-test.c
_ 2471 1741 brane ./tests/libsvn_fs/fs_test.dsp
_ 2471 1224 kfogel ./tests/libsvn_fs/key-test.c
_ 2471 1741 brane ./tests/libsvn_fs/key_test.dsp
_ 2471 2150 brane ./tests/libsvn_fs/run-fs-tests.py
_ 2471 2273 cmpilato ./tests/libsvn_fs/skel-test.c
_ 2471 1741 brane ./tests/libsvn_fs/skel_test.dsp
_ 2471 2273 cmpilato ./tests/libsvn_fs/strings-reps-test.c
_ 2471 1741 brane ./tests/libsvn_fs/strings_reps_test.dsp
__ 2471 1224 kfogel ./tests/libsvn_ra_local
_ 2471 1224 kfogel ./tests/libsvn_ra_local/ra-local-test.c
__ 2471 2150 brane ./tests/libsvn_repos
_ 2471 2093 cmpilato ./tests/libsvn_repos/dir-delta-editor.c
_ 2471 1667 kfogel ./tests/libsvn_repos/dir-delta-editor.h
_ 2471 1224 kfogel ./tests/libsvn_repos/md5args.c
_ 2471 1937 cmpilato ./tests/libsvn_repos/repos-test.c
_ 2471 1741 brane ./tests/libsvn_repos/repos_test.dsp
_ 2471 2150 brane ./tests/libsvn_repos/run-repos-tests.py
__ 2471 2381 brane ./tests/libsvn_subr
_ 2471 1224 kfogel ./tests/libsvn_subr/hashdump-test.c
_ 2471 1741 brane ./tests/libsvn_subr/hashdump_test.dsp
_ 2471 2088 brane ./tests/libsvn_subr/path-test.c
_ 2471 1741 brane ./tests/libsvn_subr/path_test.dsp
_ 2471 1741 brane ./tests/libsvn_subr/string_test.dsp
_ 2471 1926 philip ./tests/libsvn_subr/stringtest.c
_ 2471 2024 kfogel ./tests/libsvn_subr/target-test.c
_ 2471 2381 brane ./tests/libsvn_subr/target-test.py
_ 2471 1741 brane ./tests/libsvn_subr/target_test.dsp
_ 2471 2316 naked ./tests/libsvn_subr/time-test.c
_ 2471 2041 brane ./tests/libsvn_subr/time_test.dsp
_ 2471 741 brane ./tests/libsvn_test_main.dsp
_ 2471 1 svn ./tests/libsvn_vcdiff
_ 2471 1 svn ./tests/libsvn_vcdiff/README
_ 2471 1 svn ./tests/libsvn_vcdiff/source.txt
_ 2471 1 svn ./tests/libsvn_vcdiff/target0.txt
_ 2471 1 svn ./tests/libsvn_vcdiff/target1.txt
_ 2471 1 svn ./tests/libsvn_vcdiff/target2.txt
_ 2471 1 svn ./tests/libsvn_vcdiff/target3.txt
_ 2471 1 svn ./tests/libsvn_vcdiff/target4.txt
_ 2471 1 svn ./tests/libsvn_vcdiff/target5.txt
__ 2471 2131 kfogel ./tests/libsvn_wc
_ 2471 1 svn ./tests/libsvn_wc/checkout-1.txt
_ 2471 2131 kfogel ./tests/libsvn_wc/checkout-test.c
_ 2471 1 svn ./tests/libsvn_wc/checkout-test.sh
_ 2471 1741 brane ./tests/libsvn_wc/checkout_test.dsp
_ 2471 1 svn ./tests/libsvn_wc/simple.delta
_ 2471 1977 joe ./tests/libsvn_wc/translate-test.c
_ 2471 1741 brane ./tests/libsvn_wc/translate_test.dsp
__ 2471 2150 brane ./tests/python-libs
_ 2471 2150 brane ./tests/python-libs/exectest.py
_ 2471 1848 kfogel ./tests/svn_test_editor.c
_ 2471 1224 kfogel ./tests/svn_tests_main.c
_ 2471 492 kfogel ./tests/xml
_ 2471 1 svn ./tests/xml/README
_ 2471 1 svn ./tests/xml/co1-inline.xml
_ 2471 1 svn ./tests/xml/co1-postfix.xml
_ 2471 492 kfogel ./tests/xml/pipatch.xml
_ 2471 492 kfogel ./tests/xml/up-props.xml
_ 2471 492 kfogel ./tests/xml/up1a-inline.xml
_ 2471 492 kfogel ./tests/xml/up1a-postfix.xml
_ 2471 492 kfogel ./tests/xml/up1b-inline.xml
_ 2471 492 kfogel ./tests/xml/up1b-postfix.xml
_ 2471 492 kfogel ./tests/xml/up2.xml
_ 2471 492 kfogel ./tests/xml/up3.xml
_ 2471 492 kfogel ./tests/xml/up5.xml

6. svn diff output

Index: ./libsvn_ra/ra_loader.c
===================================================================
--- ./libsvn_ra/ra_loader.c
+++ ./libsvn_ra/ra_loader.c Fri Jul 12 23:28:09 2002
@@ -67,6 +67,13 @@
 #endif
   },
 
+ {
+ "pipe",
+#ifdef SVN_LIBSVN_CLIENT_LINKS_RA_PIPE
+ svn_ra_pipe_init
+#endif
+ },
+
   /* ADD NEW RA IMPLEMENTATIONS HERE (as they're written) */
 
   /* sentinel */
Index: ./include/svn_ra.h
===================================================================
--- ./include/svn_ra.h
+++ ./include/svn_ra.h Fri Jul 12 23:28:09 2002
@@ -579,6 +579,9 @@
 svn_error_t * svn_ra_local_init (int abi_version,
                                  apr_pool_t *pool,
                                  apr_hash_t *hash);
+svn_error_t * svn_ra_pipe_init (int abi_version,
+ apr_pool_t *pool,
+ apr_hash_t *hash);
 
 
 /*----------------------------------------------------------------------*/
Index: ./libsvn_wc/props.c
===================================================================
--- ./libsvn_wc/props.c
+++ ./libsvn_wc/props.c Fri Jul 12 23:28:09 2002
@@ -1041,6 +1041,28 @@
   /* ### argh */
   svn_stringbuf_t *valuebuf;
 
+ if (! strcmp (name, SVN_PROP_EXECUTABLE))
+ {
+ enum svn_node_kind kind;
+ SVN_ERR (svn_io_check_path (path, &kind, pool));
+
+ if (kind == svn_node_dir && value != NULL)
+ /* Setting the executable bit doesn't make sense for dirs. (And
+ don't try and tell me Unix does it...) */
+ return svn_error_create (SVN_ERR_ILLEGAL_TARGET, 0, NULL, pool,
+ "Cannot set svn:executable on a directory");
+ else
+ {
+ /* If the svn:executable property was set, then chmod +x.
+ If the svn:executable property was deleted (NULL value passed
+ in), then chmod -x. */
+ if (value == NULL)
+ SVN_ERR (svn_io_set_file_executable (path, FALSE, TRUE, pool));
+ else
+ SVN_ERR (svn_io_set_file_executable (path, TRUE, TRUE, pool));
+ }
+ }
+
   err = svn_wc_prop_list (&prophash, path, pool);
   if (err)
     return
@@ -1103,17 +1125,6 @@
                                          SVN_WC__ENTRY_MODIFY_TEXT_TIME,
                                          pool));
         }
- }
-
- /* Addendum: if the svn:executable property was set, then chmod +x.
- If the svn:executable property was deleted (NULL value passed
- in), then chmod -x. */
- if (! strcmp (name, SVN_PROP_EXECUTABLE))
- {
- if (value == NULL)
- SVN_ERR (svn_io_set_file_executable (path, FALSE, TRUE, pool));
- else
- SVN_ERR (svn_io_set_file_executable (path, TRUE, TRUE, pool));
     }
 
   return SVN_NO_ERROR;
Index: ./libsvn_client/prop_commands.c
===================================================================
--- ./libsvn_client/prop_commands.c
+++ ./libsvn_client/prop_commands.c Fri Jul 12 23:28:09 2002
@@ -79,17 +79,20 @@
 
           if (current_entry->schedule != svn_wc_schedule_delete)
             {
+ svn_error_t *err;
               if (current_entry->kind == svn_node_dir && current_entry_name)
                 {
- SVN_ERR (svn_client_propset (propname, propval,
- full_entry_path->data, recurse,
- pool));
+ err = svn_client_propset (propname, propval,
+ full_entry_path->data, recurse,
+ pool);
                 }
               else
                 {
- SVN_ERR (svn_wc_prop_set (propname, propval,
- full_entry_path->data, pool));
+ err = svn_wc_prop_set (propname, propval,
+ full_entry_path->data, pool);
                 }
+ if (err && err->apr_err != SVN_ERR_ILLEGAL_TARGET)
+ return err;
             }
         }
       
Index: ./libsvn_ra_pipe/ra_pipe.c
===================================================================
--- ./libsvn_ra_pipe/ra_pipe.c
+++ ./libsvn_ra_pipe/ra_pipe.c Fri Jul 12 23:28:09 2002
@@ -48,7 +48,7 @@
 
 static svn_error_t *
 svn_ra_pipe__open (void **session_baton,
- svn_stringbuf_t *repos_URL,
+ const char *repos_URL,
                    const svn_ra_callbacks_t *callbacks,
                    void *callback_baton,
                    apr_pool_t *pool)
@@ -66,7 +66,7 @@
     return svn_error_create (apr_err, 0, NULL, pool,
                              "ra_pipe: Couldn't open stdout\n");
   sess->pool = pool;
- sess->url = apr_pstrdup (pool, repos_URL->data);
+ sess->url = apr_pstrdup (pool, repos_URL);
 
   *session_baton = sess;
 
@@ -148,7 +148,7 @@
 
   /* ### Should we use a different date format here? */
   svn_xml_make_open_tag (&buf, sess->pool, svn_xml_self_closing,
- SVN_RA_PIPE__LATEST_REVNUM_TAG,
+ SVN_RA_PIPE__DATED_REVNUM_TAG,
                          SVN_RA_PIPE__ATT_DATE,
                          svn_time_to_nts (tm, sess->pool),
                          NULL);
@@ -265,7 +265,7 @@
                         const svn_ra_reporter_t **reporter,
                         void **report_baton,
                         svn_revnum_t update_revision,
- svn_stringbuf_t *update_target,
+ const char *update_target,
                         svn_boolean_t recurse,
                         const svn_delta_edit_fns_t *update_editor,
                         void *update_baton)
@@ -291,9 +291,9 @@
                         const svn_ra_reporter_t **reporter,
                         void **report_baton,
                         svn_revnum_t switch_revision,
- svn_stringbuf_t *switch_target,
+ const char *switch_target,
                         svn_boolean_t recurse,
- svn_stringbuf_t *switch_url,
+ const char *switch_url,
                         const svn_delta_edit_fns_t *switch_editor,
                         void *switch_baton)
 {
@@ -304,7 +304,7 @@
                                     sess->output,
                                     sess->url,
                                     switch_target,
- switch_url->data,
+ switch_url,
                                     switch_revision,
                                     recurse,
                                     switch_editor,
@@ -317,7 +317,7 @@
 svn_ra_pipe__do_status (void *session_baton,
                         const svn_ra_reporter_t **reporter,
                         void **report_baton,
- svn_stringbuf_t *status_target,
+ const char *status_target,
                         svn_boolean_t recurse,
                         const svn_delta_edit_fns_t *status_editor,
                         void *status_baton)
@@ -344,6 +344,7 @@
                       svn_revnum_t start,
                       svn_revnum_t end,
                       svn_boolean_t discover_changed_paths,
+ svn_boolean_t strict_node_history,
                       svn_log_message_receiver_t receiver,
                       void *receiver_baton)
 {
@@ -356,7 +357,7 @@
 
   svn_xml_make_open_tag (&buf, sess->pool, svn_xml_normal,
                          SVN_RA_PIPE__REQUEST_TAG, "xmlns:S",
- SVN_RA_PIPE__NAMESPACE, xNULL);
+ SVN_RA_PIPE__NAMESPACE, NULL);
   svn_xml_make_open_tag (&buf, sess->pool, svn_xml_normal,
                          SVN_RA_PIPE__GET_LOG_TAG,
                          SVN_RA_PIPE__ATT_STARTREV,
Index: ./libsvn_ra_pipe/pipe_reporter.c
===================================================================
--- ./libsvn_ra_pipe/pipe_reporter.c
+++ ./libsvn_ra_pipe/pipe_reporter.c Fri Jul 12 23:28:09 2002
@@ -171,7 +171,7 @@
                            apr_file_t *input,
                            apr_file_t *output,
                            const char *url,
- svn_stringbuf_t *target,
+ const char *target,
                            const char *dst_path,
                            svn_revnum_t revision,
                            svn_boolean_t recurse,
@@ -196,7 +196,7 @@
 
   if (SVN_IS_VALID_REVNUM (revision))
     {
- /* ### Set the target revnum */
+ /* Set the target revnum */
       svn_xml_make_open_tag (&buf, pool, svn_xml_normal,
                              SVN_RA_PIPE__TARGET_REVISION_TAG, NULL);
       svn_stringbuf_appendcstr (buf, apr_psprintf (pool,
@@ -205,10 +205,10 @@
       svn_xml_make_close_tag (&buf, pool, SVN_RA_PIPE__TARGET_REVISION_TAG);
     }
 
- if (target && target->data)
+ if (target)
     {
       svn_stringbuf_t *escaped_target = NULL;
- svn_xml_escape_stringbuf (&escaped_target, target, pool);
+ svn_xml_escape_nts (&escaped_target, target, pool);
       svn_xml_make_open_tag (&buf, pool, svn_xml_normal,
                              SVN_RA_PIPE__UPDATE_TARGET_TAG, NULL);
       svn_stringbuf_appendstr (buf, escaped_target);
Index: ./libsvn_ra_pipe/ra_pipe.h
===================================================================
--- ./libsvn_ra_pipe/ra_pipe.h
+++ ./libsvn_ra_pipe/ra_pipe.h Fri Jul 12 23:28:09 2002
@@ -32,6 +32,7 @@
 #define SVN_RA_PIPE__REQUEST_TAG "S:request"
 #define SVN_RA_PIPE__CLOSE_SESSION_TAG "S:close"
 #define SVN_RA_PIPE__LATEST_REVNUM_TAG "S:latest-revnum"
+#define SVN_RA_PIPE__DATED_REVNUM_TAG "S:dated-revnum"
 #define SVN_RA_PIPE__GET_LOG_TAG "S:get-log"
 #define SVN_RA_PIPE__PATH_TAG "S:path"
 #define SVN_RA_PIPE__CHECK_PATH_TAG "S:check-path"
@@ -74,7 +75,7 @@
                            apr_file_t *input,
                            apr_file_t *output,
                            const char *url,
- svn_stringbuf_t *target,
+ const char *target,
                            const char *dst_path,
                            svn_revnum_t revision,
                            svn_boolean_t recurse,
Index: ./bindings/swig/python/setup.py
===================================================================
--- ./bindings/swig/python/setup.py
+++ ./bindings/swig/python/setup.py Mon Jun 17 00:47:20 2002
@@ -21,7 +21,7 @@
 from distutils.command import build_ext
 from distutils import dir_util
 
-INC_DIRS=['..', '../../../include', '../../../../apr/include']
+INC_DIRS=['..', '../../../include', '/usr/local/apache2/include']
 LIB_DIRS=['/usr/local/svn/lib']
 
 class build_swig(build_ext.build_ext):
Index: ./clients/cmdline/main.c
===================================================================
--- ./clients/cmdline/main.c
+++ ./clients/cmdline/main.c Fri Jul 12 23:28:09 2002
@@ -311,8 +311,10 @@
     " Date, LastChangedDate - The date/time the object was last "
     "modified.\n"
     " Rev, LastChangedRevision - The last revision the object changed.\n"
- " svn:executable - If present, make the file executable. (Any\n"
- " attempt to set this property on a directory will be ignored.)\n"
+ " svn:executable - If present, make the file executable. This\n"
+ " property cannot be set on a directory. A non-recursive attempt\n"
+ " will fail, and a recursive attempt will set the property only\n"
+ " on the file children of the directory.\n"
     " svn:eol-style - One of 'native', 'LF', 'CR', 'CRLF'. \n"
     " svn:mimetype - The mimetype of the file. Used to determine\n"
     " whether to merge the file, and how to serve it from Apache.\n"
Index: ./tests/clients/cmdline/getopt_tests_data/svn--version_stdout
===================================================================
--- ./tests/clients/cmdline/getopt_tests_data/svn--version_stdout
+++ ./tests/clients/cmdline/getopt_tests_data/svn--version_stdout Fri Jul 12 07:54:29 2002
@@ -11,4 +11,6 @@
   - handles 'https' schema
 * ra_local : Module for accessing a repository on local disk.
   - handles 'file' schema
+* ra_pipe : Module for accessing a repository via stdin/stdout.
+ - handles 'pipe' schema
 
Index: ./libsvn_ra_dav/session.c
===================================================================
--- ./libsvn_ra_dav/session.c
+++ ./libsvn_ra_dav/session.c Fri Jul 12 23:28:09 2002
@@ -373,6 +373,9 @@
   sess = ne_session_create(uri.scheme, uri.host, uri.port);
   sess2 = ne_session_create(uri.scheme, uri.host, uri.port);
 
+ ne_set_read_timeout(sess, 6000);
+ ne_set_read_timeout(sess2, 6000);
+
   /* If there's a proxy for this URL, use it. */
   {
     const char *proxy_host;

Note that I wasn't trying to commit all of these changes :) Particularly note
the diff for ./libsvn_wc/props.c and ./libsvn_client/prop_commands.c which
seem to contain a delta for both of the revs I tried to commit.

A new issue with a tarball is coming up.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • application/pgp-signature attachment: stored
Received on Sat Jul 13 05:38:49 2002

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.