Using the UPDATE command, when trying to bring in a subdirectory from another 
version (I tried both from a different branch and from the same branch and I 
get the same behavior), and that subdirectory does not exist in the current 
version, nothing happens saying “changes:      None. Already up-to-date”.

But, if you manually create the needed subdirectory first, and try again, it 
works!

This looks like a bug to me.  To reproduce (Win machine commands between dotted 
lines) where f = fossil:

-------------------------
f new sample.fossil
f o sample.fossil
md a
dir > a\a
f add a
f com -m "Dir A"
md b
dir > b\b
f add b
f del a
rd a/s/q
f com -m "Dir B" --branch other
f close
f o sample.fossil other
f up trunk a
rem Here nothing happened!!!  But if I continue like this:
md a
f up trunk a
rem Success!!
-------------------------

I tried with these versions:

This is fossil version 1.33 [282ae5e4de] 2015-05-28 17:05:13 UTC
Compiled on May 28 2015 21:56:18 using msc-18.00 (32-bit)
SQLite 3.8.10.2 2015-05-20 18:17:19 2ef4f3a5b1
Schema version 2015-01-24
zlib 1.2.8, loaded 1.2.8
SSL (OpenSSL 1.0.2a 19 Mar 2015)
UNICODE_COMMAND_LINE

and with:

This is fossil version 1.33 [e2411525c1] 2015-06-05 18:07:02 UTC
Compiled on Jun  6 2015 14:43:59 using msc-18.00 (32-bit)
SQLite 3.8.11 2015-05-29 17:51:16 db4e9728fa
Schema version 2015-01-24
zlib 1.2.8, loaded 1.2.8
SSL (OpenSSL 1.0.2a 19 Mar 2015)
UNICODE_COMMAND_LINE

Thanks.
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to