Merge lp:~ian-clatworthy/bzr-svn/explorer-integration into lp:bzr-svn/1.0

Proposed by Ian Clatworthy
Status: Merged
Merged at revision: 3327
Proposed branch: lp:~ian-clatworthy/bzr-svn/explorer-integration
Merge into: lp:bzr-svn/1.0
Diff against target: 16 lines (+8/-0)
1 file modified
explorer/tools.xml (+8/-0)
To merge this branch: bzr merge lp:~ian-clatworthy/bzr-svn/explorer-integration
Reviewer Review Type Date Requested Status
bzr-svn developers Pending
Review via email: mp+19321@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ian Clatworthy (ian-clatworthy) wrote :

This branch adds svn-import into Explorer's toolbox if the bzr-svn plugin is installed.

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

Hi Ian,

On Mon, 2010-02-15 at 06:39 +0000, Ian Clatworthy wrote:
> Ian Clatworthy has proposed merging lp:~ian-clatworthy/bzr-svn/explorer-integration into lp:bzr-svn.
> This branch adds svn-import into Explorer's toolbox if the bzr-svn plugin is installed.
Thanks!

This doesn't seem to add any magic to setup.py to install these files.

Cheers,

Jelmer

Revision history for this message
Ian Clatworthy (ian-clatworthy) wrote :

Jelmer Vernooij wrote:

> This doesn't seem to add any magic to setup.py to install these files.

Ah. It probably ought to. Can you fix that while merging?

Ian C.

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

On Mon, 2010-02-15 at 13:57 +0000, Ian Clatworthy wrote:
> Jelmer Vernooij wrote:
>
> > This doesn't seem to add any magic to setup.py to install these files.
>
> Ah. It probably ought to. Can you fix that while merging?
Where should it install to though? Where does bzr explorer look ?

Cheers,

Jelmer

Revision history for this message
Ian Clatworthy (ian-clatworthy) wrote :

Jelmer Vernooij wrote:
> On Mon, 2010-02-15 at 13:57 +0000, Ian Clatworthy wrote:
>> Jelmer Vernooij wrote:
>>
>>> This doesn't seem to add any magic to setup.py to install these files.
>> Ah. It probably ought to. Can you fix that while merging?
> Where should it install to though? Where does bzr explorer look ?

Explorer looks for an explorer directory under wherever the plugin is
installed.

Ian C.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'explorer'
2=== added directory 'explorer/logos'
3=== added file 'explorer/logos/subversion.png'
4Binary files explorer/logos/subversion.png 1970-01-01 00:00:00 +0000 and explorer/logos/subversion.png 2010-02-15 06:39:17 +0000 differ
5=== added file 'explorer/tools.xml'
6--- explorer/tools.xml 1970-01-01 00:00:00 +0000
7+++ explorer/tools.xml 2010-02-15 06:39:17 +0000
8@@ -0,0 +1,8 @@
9+<folder title="Tools">
10+ <folder title="Migration Tools">
11+ <folder title="Import From" icon="actions/go-jump">
12+ <tool action="qrun svn-import" icon="logos/subversion" title="Subversion" type="bzr" />
13+ </folder>
14+ </folder>
15+</folder>
16+

Subscribers

People subscribed via source and target branches