[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: Bhuvaneswaran Arumugam <bhuvan_at_collab.net>
Date: 2006-07-19 18:15:52 CEST

> 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)))

Yes, i can repeat the problem with this test case. The above statement
just fixes the issue!

-- 
Regards,
Bhuvaneswaran

Received on Wed Jul 19 18:17:36 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.