Selecting filetypes for Bazaar to handle?

Martin Pool mbp at canonical.com
Wed Dec 15 04:33:40 GMT 2010


On 14 December 2010 19:15, Lasse <main22 at larsmusik.com> wrote:
> Hi
>
> Seems like a tool that really would do the job for me as a developer.
> I used VSS and SVN before. First is to expensive, second to complicated and
> learning curve is very high.
>
> I installed and I think I get the very straightforward approach of Bazaar.

Hi Lars,

> But some config stuff is beyond my understanding:
>
> I use Visual studio for development and want to only do versioning on the
> relevant development source files, not the intermediate files created.
>
> #1.  How do I filter out the filetypes I want Bazaar to handle?
> As *.c;*.cpp;*.h;*.cs;*.vcproj are samples of what I want to include for
> versioning.

Normally you would filter out the files you don't want, by adding
*.obj *.exe etc to the .bzrignore file (or through bzr explorer.)

>
> #2. Do I set a Bazaar trunk directly into where visual studio has all
> projects?
> Or do I set aside another directory structure to copy relevant files first,
> and then let Bazaar work on that.

The first.

Have fun,
-- 
Martin



More information about the bazaar mailing list