sapling/svnwrap
Patrick Mezard e03678b306 fetch_command: bypass export3() and checkout manually
This method has several advantages:
- export3() does not work very well under Windows, while client.list() and
  ra.get_file() do
- File modes are retrieved from get_file() for free, instead of being read from
  the filesystem, which does not work under Windows, more generally the
  filesystem is bypassed completely.
- It can be made much smarter by checkouting changed files only, like convert
  extension does.
2008-11-09 18:08:35 -06:00
..
tests Reworked the svnwrap tests to use the same fixture system as I created for the hgsubversion tests since it is much much faster. 2008-10-09 23:37:22 -05:00
__init__.py Initial import of hgsubversion into a public repository. 2008-09-30 11:42:52 -05:00
svn_ctypes_wrapper.py Initial import of hgsubversion into a public repository. 2008-09-30 11:42:52 -05:00
svn_swig_wrapper.py fetch_command: bypass export3() and checkout manually 2008-11-09 18:08:35 -06:00