Re: [fossil-users] Problem with symlinks

2012-03-28 Thread Eduardo Tongson
I'm also seeing the bug. Symlinks are becoming plaintext files with
the resolved pathname.

# cd /etc
# fsl settings
...
allow-symlinks   (global) on
...

# fsl addremove
ADDED  systemd/system/multi-user.target.wants/remote-fs.target
added 1 files, deleted 0 files
UNMANAGE: systemd/system/multi-user.target.wants/remote-fs.target

# fsl stash save
# fsl stash diff
ADDED systemd/system/multi-user.target.wants/remote-fs.target
Index: systemd/system/multi-user.target.wants/remote-fs.target
==
--- systemd/system/multi-user.target.wants/remote-fs.target
+++ systemd/system/multi-user.target.wants/remote-fs.target
@@ -0,0 +1,1 @@
+/usr/lib/systemd/system/remote-fs.target

# fsl stash apply
ADD systemd/system/multi-user.target.wants/remote-fs.target
fossil undo is available to undo changes to the working checkout.

# cat systemd/system/multi-user.target.wants/remote-fs.target
/usr/lib/systemd/system/remote-fs.target
___
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] bash: ./fossil: cannot execute binary file

2012-03-20 Thread Eduardo Tongson
If anyone needs a statically compiled x86_64 binary:
-rwxr-xr-x 1 root root 1830728 Mar 20 11:05 /usr/bin/fsl

It was compiled with GCC 4.6.2 and Musl. Compile options:
https://github.com/tongson/Gimokod/blob/7296c5b381994a06b0a13bd6445833f13426910c/core/fsl/PKGBUILD
___
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] Cloning, syncing via ssh appears to hang...

2011-11-07 Thread Eduardo Tongson
On Tue, Nov 8, 2011 at 4:00 AM, Matt Welland estifo...@gmail.com wrote:
 I'm on Linux and commands such as the following appear to hang:

 fossil clone ssh://u...@host.domain.tld/path/repo.fossil repo.fossil

 I have ssh with keys (passwordless login) working fine.

 How to debug this?

 fossil version
 This is fossil version 1.19 [6517b5c857] 2011-09-01 18:25:19 UTC



Adding -v to the ssh command is a good start. Set it with `fossil
settings ssh-command`

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


[fossil-users] Fossil and virtual filesystems

2011-11-01 Thread Eduardo Tongson
Hello folks,

Just a heads up for anyone who encounters this and does a search.

...
root # fossil commit -m test
New_Version: 328d4b325bd484715ed79610a6a4447a455299b4
fsl: working checkout does not match what would have ended up in the
repository:  65fadca7d8be299cb6ab092724206ca5 versus
81ef907f97473bf714e867a0cae9e245
...

I was trying to get /etc/ under Fossil and was getting that error. At
first I thought I needed to disable mtime-changes or I was somehow
corrupting the db so I did the commands mentioned here:
http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg04212.html
but the db was ok.

I did a fossil rm on each file, maybe Fossil is having trouble with
one of the files. Apparently Fossil chokes on symlinks to /proc or
/sys, the commit went fine after I removed the symlink to
/proc/self/mounts (/etc/mtab).

Fossil is still awesome.
Cheers!
___
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users