Stefan Reichör | 3 Oct 2006 21:37
Picon

[commit] rev 87: Make tla-file-revert work again

Committed revision 87 to http://bzr.xsteve.at/dvc/

Make tla-file-revert work again

  Use dvc-revision-get-file-in-buffer instead of the obsolete tla-file-get-revision-in-file
Stefan Reichör | 3 Oct 2006 21:38
Picon

[commit] rev 88: tla-archive-maintainer-name now returns the full version instead of only the archive name, if no nickname is present

Committed revision 88 to http://bzr.xsteve.at/dvc/

tla-archive-maintainer-name now returns the full version instead of only the archive name, if no
nickname is present

  The full version is the better choice, if multiple branches exist in
  the same archive.
Xavier Maillard | 3 Oct 2006 21:49
Picon

DVC and BZR

Hi,

I am trying to use BZR on DVC but I really do not understand what I should do.

Is the doc really in sync with the source code ? C-x T A for example fails here.

What command should I use for BZR ? I see lots of tla-, dvc-, bzr-
prefixed commands. Should I have to use DVC- prefixed commands or
specific BZR- ones ?

Thank you.
--

-- 
Xavier Maillard

Re: DVC and BZR

Le 4780 Septembre 1993, Xavier Maillard a tapoté:
> Hi,
>
> I am trying to use BZR on DVC but I really do not understand what I
> should do.

[...]

> What command should I use for BZR ? I see lots of tla-, dvc-, bzr-
> prefixed commands. Should I have to use DVC- prefixed commands or
> specific BZR- ones ?

I write a mini intro to begin for a friend.

http://www.asgardr.info/~nebu/dvc.miniintro.en

The same in French whitout .en

Regards.
--

-- 
Daniel 'NebuchadnezzaR' Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x2A408F69
Stefan Reichör | 3 Oct 2006 22:04
Picon

Re: DVC and BZR

Hi Xavier!

> Hi,
>
> I am trying to use BZR on DVC but I really do not understand what I should do.
>
> Is the doc really in sync with the source code ? C-x T A for example fails here.
>
> What command should I use for BZR ? I see lots of tla-, dvc-, bzr-
> prefixed commands. Should I have to use DVC- prefixed commands or
> specific BZR- ones ?

Let's look at the global map (I have bound it to s-t, instead of C-x T)
The actual revision uses C-x V

The commands starting with dvc- are available for some supported backends.
The commands starting with tla- are only usable for tla/baz.

So lets look at the keymap:

  Global Bindings Starting With s-t:
  key             binding
  ---             -------

  s-t ESC         Prefix Command
  s-t =           dvc-diff
  s-t ?           tla-help
  s-t A           tla-archives
  s-t B           Prefix Command
  s-t L           dvc-log
(Continue reading)

Xavier Maillard | 3 Oct 2006 23:16
Picon

Re: DVC and BZR


  On Tuesday, 3 October 2006, Stefan Reichör wrote:
> Hi Xavier!
> 
> > Hi,
> >
> > I am trying to use BZR on DVC but I really do not understand what I should do.
> >
> > Is the doc really in sync with the source code ? C-x T A for example fails here.
> >
> > What command should I use for BZR ? I see lots of tla-, dvc-, bzr-
> > prefixed commands. Should I have to use DVC- prefixed commands or
> > specific BZR- ones ?
> 
> Let's look at the global map (I have bound it to s-t, instead of C-x T)
> The actual revision uses C-x V
> 
> The commands starting with dvc- are available for some supported
> backends.

How can I know if a dvc- command is covering a specific backend or
not ?

Regards
--

-- 

Xavier
Matthieu Moy | 4 Oct 2006 09:07
Picon
Picon
Favicon

Re: DVC and BZR

Xavier Maillard <zedek <at> gnu.org> writes:

> How can I know if a dvc- command is covering a specific backend or
> not ?

Try it and see if it works ;-).

Interactive commands starting with dvc- will normally call the
corresponding <backend>- command. For example, dvc-diff will call
bzr-diff in a bzr tree, but tla-diff or baz-diff in a GNU Arch tree.

Obviously, we have a lack of time and motivation, and DVC is in the
middle of a transition, not in a really good shape today. But the
minimun necessary ( http://bazaar-vcs.org/DVC ) is already convenient
to use.

--

-- 
Matthieu
Andrea Russo | 4 Oct 2006 11:24
Face
Picon

Re: DVC and BZR

Matthieu Moy <Matthieu.Moy <at> imag.fr> writes:

> Obviously, we have a lack of time and motivation, and DVC is in the
> middle of a transition, not in a really good shape today.

Sorry if I have lost some news, but... why lack of interest?  And wich
transition?

I really like DVC, this is sad news for me :-|

Regards,
Andrea.

--

-- 
Reclama i tuoi diritti digitale, elimina il DRM.  Approfondisci su
http://www.no1984.org
Reclaim your digital rights, eliminate DRM.  Learn more at
http://www.defectivebydesign.org/what_is_drm
Stefan Reichör | 4 Oct 2006 11:39
Picon

Re: DVC and BZR

Andrea Russo <rast4ndy <at> gmail.com> writes:

> Matthieu Moy <Matthieu.Moy <at> imag.fr> writes:
>
>> Obviously, we have a lack of time and motivation, and DVC is in the
>> middle of a transition, not in a really good shape today.
>
> Sorry if I have lost some news, but... why lack of interest?  And wich
> transition?
>
> I really like DVC, this is sad news for me :-|

Let me say some words about the current DVC shape.

I use it every day for the tla and the hg backends. DVC provides all
features that I need for every day work. Since we now use bzr for DVC
hosting I use it sometimes also for bzr. And I evaluate bzr at work
for a software project. So I will probably use bzr more often in the
future.

The lack of time and motivation is targeted to a needed update for the
manual. At the moment it is easier for us developers to answer a
specific question on our mailing list.

The transition means that we added support for hg, bzr. But we have
still the best support for tla/baz. So there are things that work only
for tla/baz.

Stefan.
(Continue reading)

Andrea Russo | 4 Oct 2006 12:13
Face
Picon

Re: DVC and BZR

Stefan Reichör <stefan <at> xsteve.at> writes:

> The lack of time and motivation is targeted to a needed update for the
> manual. At the moment it is easier for us developers to answer a
> specific question on our mailing list.
>
> The transition means that we added support for hg, bzr. But we have
> still the best support for tla/baz. So there are things that work only
> for tla/baz.

Many thanks for the clarification.

Regards,
Andrea.

--

-- 
Reclama i tuoi diritti digitale, elimina il DRM.  Approfondisci su
http://www.no1984.org
Reclaim your digital rights, eliminate DRM.  Learn more at
http://www.defectivebydesign.org/what_is_drm

Gmane