"bzr svn-import" with exclude?

Asked by Abscissa

How can set an filter for files to exclude with "bzr svn-import", like what svn2bzr has? (I would just use svn2bzr, but I can't get it to run.)

Question information

Language:
English Edit question
Status:
Answered
For:
Bazaar Subversion Plugin Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Jelmer Vernooij (jelmer) said :
#1

On Tue, 2011-07-26 at 08:01 +0000, Abscissa wrote:
> New question #166012 on Bazaar Subversion Plugin:
> https://answers.launchpad.net/bzr-svn/+question/166012
>
> How can set an filter for files to exclude with "bzr svn-import", like what svn2bzr has? (I would just use svn2bzr, but I can't get it to run.)
I'm not familiar with --exclude. What sort of functionality are you
looking for?

Cheers,

Jelmer

Revision history for this message
Abscissa (bus-launchpad-o) said :
#2

The SVN repo I want to convert (years old with a few hundred commits) contains the project's built executables. Although it may not have been typical, that worked out ok on SVN since it was centralized and everyone didn't have their own copy of the repo. With DVCS, everyone has their own copy of the repo, so I don't want those files included when I convert the repo to Bazaar.

svn2bzr and hg convert both have the ability to do this, but svn2bzr won't run for me ( https://answers.launchpad.net/svn2bzr/+question/165994 ), and hg convert obviously converts to hg, not bzr.

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Jelmer Vernooij (jelmer) said :
#4

bzr-svn doesn't have anything like that - because of the way it works it is hard to tweak its output without introducing corruption issues (it uses deterministic revision ids, unlike svn2bzr).

We've considered adding an option to allow it to use non-deterministic revision ids, which would be consistent with what svn2bzr does.

Revision history for this message
Jelmer Vernooij (jelmer) said :
#5

.

Can you help with this problem?

Provide an answer of your own, or ask Abscissa for more information if necessary.

To post a message you must log in.