[gpodder-devel] New config manager in SVN

  • From: thp at perli.net (Thomas Perl)
  • Date: Fri, 02 Nov 2007 20:57:07 +0100

Hello, Pieter!

On Fri, 2007-11-02 at 20:15 +0100, Pieter De Decker wrote:
> Gave back this output:
> 
> ---
> bin/gpodder --local --verbose
> Traceback (most recent call last):
>   File "bin/gpodder", line 148, in <module>
>     sys.exit( main())
>   File "bin/gpodder", line 122, in main
>     from gpodder import gui
>   File "/home/pdedecker/gpodderSVN/src/gpodder/gui.py", line 299
>     <<<<<<< .mine
>      ^
> SyntaxError: invalid syntax
> ---

You have had local modifications (maybe a applied patch?). do the
following after having made sure you don't have any files that you need
in gpodder's working directory that are not under version control:

svn-clean && svn up

That should fix the problem (svn status should show no output).

Thomas


Other related posts: