Re: [PATCH] Atom 1.0 feeds for subversion
From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2006-07-19 17:55:21 CEST
>>In my testing, the script generated a file called '.atom', not
I haven't run this, but I betcha the test case is, "Run svn2atom.py from
% (os.path.basename(self.repos_path))
Should actually be:
% os.path.basename(os.path.abspath(self.repos_path)))
-- C. Michael Pilato <cmpilato@collab.net> CollabNet <> www.collab.net <> Distributed Development On Demand --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Jul 19 17:56:23 2006 |
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.