ra_svn_check_path() conundrums, need advice.
From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2005-03-02 22:26:32 CET
I have a patch (just about ready to commit) which makes
I've had to tweak all three RA layers for this, as well as tweak 17
The reason for this change is
* it makes svn_ra_check_path() into a real stat-like call, which is
* it makes 'svn info URL' (and 'svn ls URL') more efficient. No
In any case, I've run into several problems. In the case of ra_dav, it
There are two possible things that could happen:
1. Have ra_svn return a "feature not implemented" error, and then
2. Teach ra_svn_check_path() to return the dirent unconditionally, by
Both strategies have ugly implications for users. If they use a 1.2
Also, the specific problem with strategy #2 above is that if the RA
I seem to be in a twisty maze of dead-ends. Can anyone help me find my
---------------------------------------------------------------------
|
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.