[fossil-users] option --abs-path on fossil extras/changes doesn't work

2014-03-08 Thread entspamt-fossil
Hi,

d:\testfossil settings relative-paths
relative-paths       (local)  1

d:\testfossil extras
test1.txt
test2.txt

d:\testfossil extras --abs-paths
test1.txt
test2.txt

d:\testfossil settings relative-paths 0

d:\testfossil settings relative-path
relative-paths       (local)  0

d:\testfossil extras
test1.txt
test2.txt

d:\testfossil extras --abs-paths
test1.txt
test2.txt

This is on Windows 8.1 x64

Regards
Oliver

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


Re: [fossil-users] option --abs-path on fossil extras/changes doesn't work

2014-03-08 Thread Martin Gagnon
On Sat, Mar 08, 2014 at 07:47:04PM +, entspamt-fos...@yahoo.de wrote:
 Hi,
 
 d:\testfossil settings relative-paths
 relative-paths       (local)  1
 
 d:\testfossil extras
 test1.txt
 test2.txt
 
 d:\testfossil extras --abs-paths
 test1.txt
 test2.txt
 
 d:\testfossil settings relative-paths 0
 
 d:\testfossil settings relative-path
 relative-paths       (local)  0
 
 d:\testfossil extras
 test1.txt
 test2.txt
 
 d:\testfossil extras --abs-paths
 test1.txt
 test2.txt
 
 This is on Windows 8.1 x64

Absolute path mean, absolute from the root of the checkout. Since you
always execute your command from the root of the checkout, relative or
absolute is equivalent. To see a difference you should try to work from
a subdirectory inside the checkout.

d:\testcd somedir
d:\test\somedirfossil extra --abs-paths
test1.txt
test2.txt

d:\test\somedirfossil extra --rel-paths
..\test1.txt
..\test2.txt

-- 
Martin G.
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] importing/forking from Git

2014-03-08 Thread Chad Perrin

Should I take it at this point that --incremental is deprecated and
should not be used or expected to be present in future Fossil versions?
So far, I have seen no responses that specifically addressed whether the
behavior I expected from it was the intended behavior, whether anyone
else might have the same problem indicating a bug in the software or
whether this was confined to my situation and thus might be a local
configuration issue, whether there was anything I could do to provide
more information to help, and so on.  The closest thing to meaningfully
addressing the issue that I have seen was akin to the old joke . . .

patient: Doctor, doctor, it hurts when I do this!
doctor: Don't do that.

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users


Re: [fossil-users] option --abs-path on fossil extras/changes doesn't work

2014-03-08 Thread entspamt-fossil
I erroneously interpreted the CLI-help (Display absolute pathnames) as:
show the complete path of the changed file as recorded by the Filesystem.

Thanks!


Martin Gagnon eme...@gmail.com schrieb am Sa, 8.3.2014:

 Betreff: Re: [fossil-users] option --abs-path on fossil extras/changes 
doesn't work
 An: entspamt-fos...@yahoo.de, Fossil SCM user's discussion 
fossil-users@lists.fossil-scm.org
 Datum: Samstag, 8. März, 2014 21:18 Uhr
 
 On Sat, Mar 08, 2014 at 07:47:04PM
 +, entspamt-fos...@yahoo.de
 wrote:
  Hi,
  
  d:\testfossil settings relative-paths
  relative-paths       (local)  1
  
  d:\testfossil extras
  test1.txt
  test2.txt
  
  d:\testfossil extras --abs-paths
  test1.txt
  test2.txt
  
  d:\testfossil settings relative-paths 0
  
  d:\testfossil settings relative-path
  relative-paths       (local)  0
  
  d:\testfossil extras
  test1.txt
  test2.txt
  
  d:\testfossil extras --abs-paths
  test1.txt
  test2.txt
  
  This is on Windows 8.1 x64
 
 Absolute path mean, absolute from the root of the checkout.
 Since you
 always execute your command from the root of the checkout,
 relative or
 absolute is equivalent. To see a difference you should try
 to work from
 a subdirectory inside the checkout.
 
 d:\testcd somedir
 d:\test\somedirfossil extra --abs-paths
 test1.txt
 test2.txt
 
 d:\test\somedirfossil extra --rel-paths
 ..\test1.txt
 ..\test2.txt
 
 -- 
 Martin G.
 
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users