monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] Re: Scalability question


From: Thomas Keller
Subject: Re: [Monotone-devel] Re: Scalability question
Date: Fri, 04 Aug 2006 21:18:39 +0200
User-agent: Mozilla Thunderbird 1.0.7 (Macintosh/20050923)

Koen Kooi wrote:
AFAIK that's only true for .25 and earlier, .26 and beyond seem to store
 entries for directories as well, since 'mkdir foo ; touch foo/bar ; mtn
add foo/bar' errors out with 'foo' being unknown (*very* annoying).

Its true that 0.26 and later version directories (and directory attributes), but mtn add will not error out:

$ mkdir baz
$ touch baz/bam
$ mtn add baz/bam
mtn: adding baz/bam to workspace manifest
$ mtn automate get_revision
format_version "1"

new_manifest [1ca2fbd937097bfa2ca89ecf56a8a6c08b94f5c9]

old_revision [2e4f1f2036c4f40f9dced6b6eb309fab01686b71]

add_dir "baz"

add_file "baz/bam"
 content [da39a3ee5e6b4b0d3255bfef95601890afd80709]


Tommy.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]