I'm trying to setup ikiwiki with Fedora 9.

This uses:
monotone 0.39 (base revision: dedb7e96fe917e0e8a30862b38e8092eefd7afa3)

There is an error coming from monotone; I've boiled it down to the
following simplified sequence:

[EMAIL PROTECTED] ~]$ cd /tmp
[EMAIL PROTECTED] tmp]$ rm -rf jnk*
[EMAIL PROTECTED] tmp]$ mtn db init --db=jnkdb.mtn
[EMAIL PROTECTED] tmp]$ mtn setup jnk --branch=jnkbranch --db=jnkdb.mtn
[EMAIL PROTECTED] tmp]$ cd jnk
[EMAIL PROTECTED] jnk]$ mkdir foo
[EMAIL PROTECTED] jnk]$ touch foo/bar
[EMAIL PROTECTED] jnk]$ mtn add foo/bar
mtn: adding foo to workspace manifest
mtn: adding foo/bar to workspace manifest
[EMAIL PROTECTED] jnk]$ mtn commit -m '' foo/bar
mtn: warning: restriction excludes addition of 'foo' but includes addition of 'foo/bar'
mtn: misuse: invalid restriction

Is there a simple workaround for this problem in 0.39?

I tried cd'ing into foo and committing bar, that works, but I'm a little nervous about messing with the path inside ikiwiki ...

Many thanks in advance!

Ken

--
Ken Sedgwick
Bonsai Software, Inc.
http://www.bonsai.com/ken/
(510) 610-4162
[EMAIL PROTECTED]
Public Key: http://www.bonsai.com/ken/ken.asc
GPG Fingerprint: 851E 3B07 E586 0843 9434  5CC7 4033 3B9B 3F3F 9640


_______________________________________________
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel

Reply via email to