[svn r38745] striking another XXX, mentioning limited windows path support.

--HG--
branch : trunk
This commit is contained in:
hpk 2007-02-13 20:13:41 +01:00
parent 0590bc0af1
commit 1bddcfee3d
1 changed files with 7 additions and 10 deletions

View File

@ -187,21 +187,18 @@ properties in an :api:`py.path.svnwc` instance::
>>> len(wc.status().prop_modified) >>> len(wc.status().prop_modified)
0 0
XXX more examples (look at API)
+++++++++++++++++++++++++++++++++++++++
XXX
Known problems / limitations Known problems / limitations
=================================== ===================================
There are some known issues, most importantly * The SVN path objects require the "svn" command line,
that using the Subversion Paths requires the there is currently no support for python bindings.
command line `svn` binary and parsing its output Parsing the svn output can lead to problems, particularly
is a bit fragile across versions and locales regarding if you have a non-english "locales" setting.
(it basically only works with an english locale!).
XXX note more here * While the path objects basically work on windows,
there is no attention yet on making unicode paths
work or deal with the famous "8.3" filename issues.
Future plans Future plans
============ ============