On Tue, Oct 04, 2016 at 01:40:59PM -0600, Andy Bradford wrote:
> Thus said Richard Hipp on Tue, 04 Oct 2016 12:15:58 -0400:
> 
> > Does anybody know of a reasonable work-around?
> 
> What  do other  VCS do?  Presumably  CVS, SVN,  Hg, Git,  etc. have  all
> Wsupported indows for a long time. Do they just return a sensible error?
> 

I just tried with git, seems not handled very well.

git version:
        - Linux (debian 8): git version 1.9.1
        - Windows: git version 2.7.4.windows.1 

Here's what I got on windows when cloning a repository from my linux
computer which contain a file named "aux.txt":

        - It just clone the repository without showing any errors. 

        - The aux.txt file never get created. 

        - Command like "git diff" or "git status" tell me that "aux.txt"
          is missing.


        - If I modify and commit aux.txt on the linux side. "git pull"
          on windows side tell me that aux.txt has change without
          reporting any errors but the file is still not created.


-- 
Martin G.
_______________________________________________
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