Mercurial > hgsubversion
log
age | author | description |
---|---|---|
Wed, 29 Oct 2008 22:58:52 -0500 | Augie Fackler | Add tests for a bunch more cases in pushing to svn. |
Wed, 29 Oct 2008 21:15:36 -0500 | Augie Fackler | Add a test that verifies push works to svn:// servers. |
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. |
Tue, 28 Oct 2008 11:39:36 -0500 | Augie Fackler | Fix an encoding bug that would occur if the local encoding was not utf-8. |
Mon, 27 Oct 2008 12:33:52 -0500 | Augie Fackler | Fix a bug with added files from outside branches/trunk/tags. |