-
Logged In: YES
user_id=27364
> I don't see that this is any more work than writing
> a script that updates svn properties based on the contents
> of .cvsignore files.
I guess the main difference is that I have to crawl all the
directories to be backed up to create a large exclude file.
Fortunately,
svn's support for offline "svn status" means it has have
this ignore information...
2006-11-11 17:54:58 UTC in Jikes RVM
-
Logged In: YES
user_id=27364
I think the bug is that SVN does not support .cvsignore files :)
People who use rsync for backups usually use its --cvsignore
feature to exclude generated build files.
It is not clear that it would be easy for rsync to look at
svn properties to have a similar feature for svn.
Perhaps it could look at the .svn directory to find this
information.
My own...
2006-11-11 16:00:41 UTC in Jikes RVM
-
Compiling the below OPT_Test.testFailing method
causes the optimizing
compiler to go into an infinite loop. A work around
is to use
testWorking instead which is equivalent for my
purposes.
------------------------------------------------------
public class OPT_Test
{
static int i;
static void testWorking ()
{
while (i != 0) {
;
}
}
static void...
2006-06-22 22:58:34 UTC in Jikes RVM
-
bdc committed patchset 1035 of module scsh to the Scsh - a Scheme shell CVS repository, changing 4 files.
2004-04-16 18:28:18 UTC in Scsh - a Scheme shell
-
bdc committed patchset 1034 of module scsh to the Scsh - a Scheme shell CVS repository, changing 1 files.
2004-04-16 17:36:24 UTC in Scsh - a Scheme shell
-
bdc committed patchset 1032 of module scsh to the Scsh - a Scheme shell CVS repository, changing 1 files.
2004-04-16 05:02:58 UTC in Scsh - a Scheme shell
-
bdc committed patchset 1031 of module scsh to the Scsh - a Scheme shell CVS repository, changing 13 files.
2004-04-16 04:56:03 UTC in Scsh - a Scheme shell
-
Logged In: YES
user_id=27364
I originally added the cygwin support and have tested it on a
variety of machines before every release. I always upgrade to
the latest cygwin when I test, and this has only ever caused
one issue (I think when they changed preprocessor defines).
I've never used mingw (if that is what you mean by
MinimalSystem).
I will say that it does require more...
2004-01-20 19:22:18 UTC in Scsh - a Scheme shell
-
bdc committed patchset 936 of module scsh to the Scsh - a Scheme shell CVS repository, changing 1 files.
2003-10-02 14:32:21 UTC in Scsh - a Scheme shell
-
From: Gary Houston <scsh-special@arglist.com>
To: scsh-bugs@zurich.ai.mit.edu
Subject: receive-message, receive-message! bug in scsh
0.5.3
Date: 12 Jun 2001 21:20:20 -0000
This is old, but I don't think I ever reported it to
scsh-bugs.
receive-message! usually returns a single value, the
number of bytes
read from a socket. According to the manual, it's...
2001-06-12 22:26:40 UTC in Scsh - a Scheme shell