Hi,
What is the easiest way to move many files in fossil on windows?

1)
>dir

Directory of F:\dev2\fossil-experiment\tinymce

06-Oct-14  15:41    <DIR>          .
06-Oct-14  15:41    <DIR>          ..
06-Oct-14  14:54    <DIR>          javascript
06-Oct-14  14:34    <DIR>          tinymce
06-Oct-14  14:34                      2 testfile.txt

2)
>fossil changes -v
  (none)

3)
\tinymce has :
             282 File(s)
             341 Dir(s)

4)
I want to move "\tinymce" to "javascript\tinymce". So do I need to write
some kind of script that :
fires "fossil ls"
filters that output to consider only files inside \tinymce (ie ignore
testfile.txt)
and then fires "fossil rename" on that output

?

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