Stefan Reichör | 2 Nov 21:25
Picon

[commit] rev 114: When showing a diff from a revlist buffer, setup the two buffers as partners

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

When showing a diff from a revlist buffer, setup the two buffers as partners

  This mechanism allows switching between the log and the diff buffers via ?h
Matthieu Moy | 3 Nov 07:31
Picon
Picon
Favicon

[commit][xtla 1.2] Fixed lintian warnings for Debian

Revision: xtla--main--1.2--versionfix-11
Archive: Matthieu.Moy <at> imag.fr--public
Creator: Matthieu Moy <Matthieu.Moy <at> imag.fr>
Date: Fri Nov  3 07:30:52 MET 2006
Standard-date: 2006-11-03 06:30:52 GMT
Modified-files: debian/control debian/copyright
New-patches: Matthieu.Moy <at> imag.fr--public/xtla--main--1.2--versionfix-11
Summary: Fixed lintian warnings for Debian
Keywords: 
Dan Lipsitt | 7 Nov 20:41
Picon

build problem

I'm having trouble getting tla-browse.elc to compile. I think the root
of the problem is that OTHERDIRS is defined but not used in
lisp/Makefile. I've tried two versions of tree-widget.el:
http://cvs.savannah.gnu.org/viewcvs/*checkout*/emacs/emacs/lisp/tree-widget.el?rev=1.17
and
http://emhacks.cvs.sourceforge.net/emhacks/.
Details follow.

Dan

Version info:
GNU Emacs 21.3.1
http://bzr.xsteve.at/dvc/ revision 114

Build info:
~/down/dvc $ mkdir build; cd build
~/down/dvc/build $ ../configure  --with-arch=tla
--with-other-dirs=/tmp/tree-widget.emhacks/
[...]
checking checking wether tree-widget is in the load-path... yes
[...]
~/down/dvc/build $ make
cd lisp; make dvc-version.el
make[1]: Entering directory `/home/dan/down/dvc/build/lisp'
/bin/rm -f dvc-version.el
echo ';; do not edit -- automatically generated file' > dvc-version.el
echo ';; do not delete -- needed for bug reports' >> dvc-version.el
*** Warning: Unknown Xtla arch release
printf "%s" '(defconst dvc-version "' >> dvc-version.el
if [ "x" != "x" ]; then \
(Continue reading)

[commit] rev 97: Use the value passed to --with-other-dirs.

Committed revision 97 to http://http://www.asgardr.info/~nebu/archives/dvc.dev/

Use the value passed to --with-other-dirs.
--

-- 
Daniel 'NebuchadnezzaR' Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x2A408F69
Dan Lipsitt | 7 Nov 22:58
Picon

Symbol's function definition is void: tla-dvc-file-has-conflict-p

Here's another problem:

When I open a file in a directory under tla control, I get this error:

Debugger entered--Lisp error: (void-function tla-dvc-file-has-conflict-p)
  tla-dvc-file-has-conflict-p("/home/dmm2/code/coup-devel/src/ed-rams/4.3.1/model/pass_ed_data.c")
  apply(tla-dvc-file-has-conflict-p
"/home/dmm2/code/coup-devel/src/ed-rams/4.3.1/model/pass_ed_data.c")
  dvc-apply("dvc-file-has-conflict-p"
"/home/dmm2/code/coup-devel/src/ed-rams/4.3.1/model/pass_ed_data.c")
  dvc-find-file-hook()
  run-hooks(find-file-hooks)
  after-find-file(nil t)
  find-file-noselect-1(#<buffer pass_ed_data.c>
"/home/dmm2/code/coup-devel/src/ed-rams/4.3.1/model/pass_ed_data.c"
nil nil "/home/dmm2/code/coup-devel/src/ed-rams/4.3.1/model/pass_ed_data.c"
(96601386 2051))
  find-file-noselect("/home/dmm2/code/coup-devel/src/ed-rams/4.3.1/model/pass_ed_data.c"
nil nil nil)
  find-file("/home/dmm2/code/coup-devel/src/ed-rams/4.3.1/model/pass_ed_data.c")
  command-line-1(("-l"
"/usr/local/share/emacs/site-lisp/dvc/dvc-load.el" "-f"
"toggle-debug-on-error" "--find-file"
"/home/dmm2/code/coup-devel/src/ed-rams/4.3.1/model/pass_ed_data.c"))
  command-line()
  normal-top-level()

Is this an autoload problem? If I run find-file again, it works.

Thanks,
(Continue reading)

Dan Lipsitt | 8 Nov 00:18
Picon

tla-browse doesn't show registered archives

The output of tla-browse doesn't show any archives, even though
tla-archives shows many.

The window looks like this:

-------------------------------------
[+] Personal Configuration

[X]  Archives
-------------------------------------

...where "Personal Configuration" is collapsed, and "Archives" has no children.

Dan
Dan Lipsitt | 8 Nov 00:26
Picon

configure --with-arch=tla is ignored

tla-arch-branch defaults to "baz", even when I configure using
"--with-arch=tla".

Furthermore, until I customize tla-arch-branch to equal "tla", when I
run tla-browse I get a buffer named "*baz-browse*". Shouldn't
tla-browse run tla-browse under all circumstances, not baz-browse?

Thanks,
Dan
Masatake YAMATO | 8 Nov 01:05

Re: tla-browse doesn't show registered archives

> The output of tla-browse doesn't show any archives, even though
> tla-archives shows many.
> 
> The window looks like this:
> 
> -------------------------------------
> [+] Personal Configuration
> 
> [X]  Archives
> -------------------------------------
> 
> ...where "Personal Configuration" is collapsed, and "Archives" has no children.

Thank you for reporting.
I'll look at this issue. Please, wait for awhile.
I have been away from the project, so I need time to rehabilitate my knowledge
about DVC.

Masatake YAMATO
Matthieu Moy | 8 Nov 06:41
Picon
Picon
Favicon

Re: configure --with-arch=tla is ignored

Hi,

Thanks a lot for your reports. As a side note: although DVC started
with support for tla and then baz, most DVC developers have migrated
away now. And we have very limited time to spend on DVC (I'll be
almost completely offline for a month from now). So, unfortunately,
it's quite unlikely that you get very good support for tla/baz from
the developers. I appologize for that ...

"Dan Lipsitt" <danlipsitt <at> gmail.com> writes:

> tla-arch-branch defaults to "baz", even when I configure using
> "--with-arch=tla".

Can you elaborate on this ?

What do configure say ?

M-x dvc-open-internal-log-buffer RET will tell you what DVC actually
runs.

> Furthermore, until I customize tla-arch-branch to equal "tla", when I
> run tla-browse I get a buffer named "*baz-browse*". Shouldn't
> tla-browse run tla-browse under all circumstances, not baz-browse?

Not the way we implemented it. tla-browse and baz-browse are just
aliases. I added this `baz-*' aliases because my fingers started to
get used to typing "baz something" in a shell, and wanted to type
baz-something in Emacs. If you want to change dynamically, you have
M-x tla-use-{baz|tla} RET, but DVC keeps a cache of some configuration
(Continue reading)

Dan Lipsitt | 8 Nov 17:30
Picon

Re: configure --with-arch=tla is ignored

On 11/8/06, Matthieu Moy <Matthieu.Moy <at> imag.fr> wrote:
> Hi,
>
> Thanks a lot for your reports. As a side note: although DVC started
> with support for tla and then baz, most DVC developers have migrated
> away now. And we have very limited time to spend on DVC (I'll be
> almost completely offline for a month from now). So, unfortunately,
> it's quite unlikely that you get very good support for tla/baz from
> the developers. I appologize for that ...

I understand. I'm actually in the process of transitioning myself and
my lab to bzr right now. Part of that process is switching from Xtla
to DVC. I'll need tla for a while during the transition.

> "Dan Lipsitt" <danlipsitt <at> gmail.com> writes:
>
> > tla-arch-branch defaults to "baz", even when I configure using
> > "--with-arch=tla".
>
> Can you elaborate on this ?

What is the --with-arch=tla flag supposed to do? I assumed that it
would set default value of the variable tla-arch-branch to 'tla', but
instead the value is 'baz'.

> What do configure say ?

>From config.log:

  $ ../configure --with-arch=tla
(Continue reading)


Gmane