log svnwrap/svn_swig_wrapper.py @ 175:2412800b1258

age author description
Fri, 02 Jan 2009 15:54:05 -0600 Patrick Mezard Support svn:externals changes via .hgsvnexternals updates
Tue, 30 Dec 2008 20:33:59 -0600 Patrick Mezard SubversionRepo: simplify and rename proplist() into list_prop()
Tue, 23 Dec 2008 22:19:26 -0600 Augie Fackler utility_commands: Implement rebuildmeta so that metadata can be rebuilt.
Tue, 02 Dec 2008 20:13:13 -0600 Patrick Mezard SubversionRepo: work around ra.get_files() not releasing input buffer
Thu, 20 Nov 2008 22:41:15 -0600 Patrick Mezard hg_delta_editor: fix symlink prefix confusion
Wed, 19 Nov 2008 09:41:09 -0600 Augie Fackler svnwrap: Fix handling of auth providers so cached credentials can work.
Fri, 14 Nov 2008 16:18:24 -0600 Patrick Mezard SubversionRepo: remember svn.diff3() does not work
Fri, 14 Nov 2008 16:18:24 -0600 Patrick Mezard fetch_command: in stupid non-diffy mode, take changed paths in account
Fri, 14 Nov 2008 16:18:24 -0600 Patrick Mezard push_cmd: delete empty svn directories, refactor directory creation
Fri, 14 Nov 2008 16:18:24 -0600 Patrick Mezard SubversionRepo: close files before rmtree() in diff3
Sun, 09 Nov 2008 18:08:35 -0600 Patrick Mezard fetch_command: bypass export3() and checkout manually
Sun, 09 Nov 2008 18:08:35 -0600 Patrick Mezard SubversionRepo: make get_file() return the file mode
Sun, 09 Nov 2008 18:08:35 -0600 Patrick Mezard SubversionRepo: add optrev() to help generate client API revisions
Sun, 09 Nov 2008 18:08:35 -0600 Patrick Mezard SubversionRepo: do not use temporary file in get_file()
Wed, 05 Nov 2008 13:37:08 +0100 Patrick Mezard push_cmd: handle copies at file level
Sun, 09 Nov 2008 17:08:09 -0600 Augie Fackler svnwrap: Fix leakage of temp dirs by using try/finally blocks.
Thu, 06 Nov 2008 09:47:42 -0600 Augie Fackler Added some coverage pragmas to stop it from trying to cover things we can't test.
Tue, 04 Nov 2008 16:38:16 -0600 Augie Fackler Performance fix for branches-from-tags in real replay, which is tied up with
Sat, 01 Nov 2008 13:05:56 -0500 Shun-ichi GOTO Catch other varieties of the server not having replay.
Sat, 01 Nov 2008 12:23:07 -0500 Augie Fackler Drop any pretense of supporting svn 1.4.x.
Wed, 29 Oct 2008 14:11:04 -0700 Valentino Volonghi aka dialtone fix svn push when there's just a file removal
Wed, 29 Oct 2008 11:48:58 -0500 Augie Fackler This appears to fix pushing over both the http and svn protocols.
Tue, 28 Oct 2008 22:52:58 -0500 Augie Fackler Change the implementation of the ra_session stuff. Thanks to Ben Collins-Sussman for pointing out the problem with the other method I was using.
Sat, 18 Oct 2008 18:56:09 -0500 Augie Fackler Fix tests against the improved SWIG bindings in Subversion 1.6.
Wed, 08 Oct 2008 16:44:40 -0500 Augie Fackler Minor fixes to the push command to make it more robust.
Mon, 06 Oct 2008 13:52:10 -0500 Augie Fackler Auto-set executable, symlink, and auto-props.
Mon, 06 Oct 2008 11:01:46 -0500 Augie Fackler Fix adding files that require new directories.
Thu, 02 Oct 2008 09:13:08 -0500 Augie Fackler Fixes for win32 compatibility. Changes suggested by Shun-ichi GOTO, with some alterations by me.
Tue, 30 Sep 2008 11:42:52 -0500 Augie Fackler Initial import of hgsubversion into a public repository.