> "Roland" == Roland Mainz <[EMAIL PROTECTED]> writes:
Roland> Subversion has a feature which allows to store several
Roland> attributes like "mimetype" and "character encoding" for a file -
Roland> is there anything similar in Mercurial/HG
Not that I'm aware of, but you could ask on [EMAIL P
We have our system up to the stage where we can starting doing some networking
stuff. ifconfig lo0 sets up our loopback device. When we ping 127.0.0.1 we
never get a response. I've been able to verify that ping successfully executes
the sendto() call and is now waiting on the pollsys syscall. I