Re: [Distutils] 'sdist' command extension that supports svk
At 10:44 AM 10/1/2005 -0500, Matthew Scott wrote:
It's not pretty, and it requires the 'py' lib, but it works for those using SVK instead of Subversion :)
Any possibility you could implement this as an additional file scanner like the SVN/CVS ones in setuptools' sdist module now? Or does svk not keep per-directory lists of tracked files?
On 10/1/05, Phillip J. Eby <pje@telecommunity.com> wrote:
At 10:44 AM 10/1/2005 -0500, Matthew Scott wrote:
It's not pretty, and it requires the 'py' lib, but it works for those using SVK instead of Subversion :)
Any possibility you could implement this as an additional file scanner like the SVN/CVS ones in setuptools' sdist module now? Or does svk not keep per-directory lists of tracked files?
It keeps that information in a cache separate from the checkout path, and appears to keep it in a manner that makes it efficient for svk to compare checkout paths and repository state, but perhaps not easily grokkable by something that isn't svk. Essentially, the checkout path looks like you did an 'export' to it; the difference is, svk keeps an association between checkout paths and its cache. -- Matthew R. Scott
participants (2)
-
Matthew Scott
-
Phillip J. Eby