Displaying 2 results from an estimated 2 matches for "src_cvs".
Did you mean:
src_cid
2003 Jan 09
1
Help with CVS related include pattern
I'm trying to use rsync to make a local copy of only
a subset of a directory tree: all directories, and all
files within "CVS/" directories, but nothing else.
I thought this might work:
rsync -av --include '*/' --include 'CVS/*' --exclude '*' src src_cvs
It does recursively copy all directories (including CVS directories),
but it doesn't copy the files within the CVS directories.
What am I missing? I'm using rsync 2.5.5, and I see the behavior
on both Solaris and Cygwin.
Thanks!
-David
2006 Feb 26
2
[LLVMdev] FW: assetion failed in llvm-java
Hello.
After llvm-java front-end compilation under cygwin I have encountered
with the problem. Compilation successfully complete but the assertion
message displayed while running application class2llvm.exe.
C:\SRC_CVS\COPY\llvm\tools\llvm-java\Debug\bin>class2llvm.exe
assertion "Ty->isInteger() && Ty->isSigned() && "Illegal type for signed
integer constant!"" failed: file "Constants.cpp", line 228
Stack trace:
Frame Function Args
0022E7A8 7C8025...