Re: [Pydev-users] SVN and PyDev 1.2.5
Brought to you by:
fabioz
|
From: Fabio Z. <fa...@gm...> - 2006-11-06 09:37:14
|
On 11/6/06, Andre Meyer <me...@ac...> wrote: > > Hi all > > I have been using PyDev for quite a while together with Subclipse. In the > PyDev perspective I used to see the subversion repository status in the > Navigator view. > > After installing the latest PyDev the Navigator only displays the files > without any SVN info. > > How can I get the SVN info back in Navigator? > Do you have something in your error log? That seems pretty strange, as pydev should not have any effect on the navigator (other than adding a filter for .pyc files, which is a pretty standard api)... I've had some problems with subclipse myself and ended up using the subversive plugin (but not the problem you described). Cheers, Fabio |