After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 381970 - Make pitivi work uninstalled from SVN repositories
Make pitivi work uninstalled from SVN repositories
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: General
Git
Other All
: Normal enhancement
: 0.10.2
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2006-12-03 19:20 UTC by Richard Boulton
Modified: 2006-12-04 15:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Support for running from SVN directories (1.57 KB, patch)
2006-12-03 19:22 UTC, Richard Boulton
none Details | Review

Description Richard Boulton 2006-12-03 19:20:32 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.
Comment 1 Richard Boulton 2006-12-03 19:22:19 UTC
Created attachment 77596 [details] [review]
Support for running from SVN directories
Comment 2 Edward Hervey 2006-12-04 15:59:46 UTC
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