GNOME Bugzilla – Bug 381970
Make pitivi work uninstalled from SVN repositories
Last modified: 2006-12-04 15:59:46 UTC
Pitivi currently includes special code to detect when it is being run uninstalled from a CVS directory. I have been working on pitivi in a local SVN directory, and gnome version control will eventually move to SVN, so I have added support for detecting when pitivi is being run from a SVN directory. Patch will shortly be attached to this bug.
Created attachment 77596 [details] [review] Support for running from SVN directories
2006-12-04 Edward Hervey <edward@fluendo.com> Patch by: Richard Boulton <richard@tartarus.org> * bin/pitivi.in: * pitivi/configure.py.in: Allow pitivi to work on local svn repositories in the same way it works when using uninstalled from CVS. Fixes #381970