This is fossil version 1.36 [65e69b8dd8] 2016-10-24 18:15:07 UTC
Compiled on Oct 29 2016 19:57:38 using msc-18.00 (32-bit)
SQLite 3.15.0 2016-10-14 10:20:30 707875582f
Schema version 2015-01-24
zlib 1.2.8, loaded 1.2.8
SSL (OpenSSL 1.0.2j  26 Sep 2016)
UNICODE_COMMAND_LINE
STATIC_BUILD

Just to bring to your attention (if not already known) that the new UNVERSIONED 
command does not recognize backward slashes (\) in paths, under Windows.  
Although I prefer typing forward slashes, and so accepting forward slashes 
should be retained, I sometimes take a list of files from a another command, 
and these come with a backward slash instead, needing further processing to 
convert from \ to / to be accepted by FOSSIL.

Example:
f unv add bin\name
does not work
f unv add bin/name
works fine.

Also, I would expect
f unv add bin
to recursively add all files inside the bin subdirectory but it does not seem 
to work, resorting to a more tedious addition of each file separately.

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