[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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
>>REPOS_NAME.atom.
>
>
> I'm unable to repeat this issue. Can you please provide the test case ?

I haven't run this, but I betcha the test case is, "Run svn2atom.py from
inside the repository directory, and specify it as '.'" or somesuch. If the
code, is I suspect, nearly identical to that of svn2rss.py, then the line
which reads:

   % (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.org
Received 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.