Displaying 6 results from an estimated 6 matches for "cvsrepository".
1999 Oct 15
0
Can't delete read-only files on Linux
Hi,
I am mounting an NT share from a linux(RH6.0) box using smbmount (samba
v2.05a).
smbmount //machine/cvsrepository /home/user/cvsrepository -U user
I am trying to delete a read-only file in the mounted directory. The directory
has proper write permissions:
cd /home/user/cvsrepository
mkdir blah
cd blah
chmod +w .
touch test
chmod -w test
rm test
rm: remove write-protected file `test'? y
rm: cannot unlink...
2009 Mar 12
4
Extremely custom mailbox locations
I'm in the position where I'd like to offer IMAP access
to a collection of email accounts which are stored in
a very odd manner.
Files are stored as:
/blah/$dd-$mm-$yy/$domain/1234/1234
For example:
/reject/12-3-2009/cvsrepository.org/35199/35199639
There is a single file for each mail, which I guess technically
probably counts as an mbox folder, but only just.
I can handle the custom login requirements I have, but I see
no obvious way to create a mailstore from this information unless
I build up a parallel symlink...
2006 Jun 05
0
xen-tools v1.5
.../xen-tools.org/.
Comments, bug reports[3], and patches[4] always welcome!
Steve
--
# Debian System Administration
www.debian-administration.org/
[1] http://www.steve.org.uk/Software/xen-tools
[2] http://packages.debian.org/xen-tools
[3] http://bugs.debian.org/xen-tools
[4] http://xen-tools.cvsrepository.org/
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2003 May 23
0
[LLVMdev] lli should not put .bc in argv[0]
..., not
"./foo.bc".
Fixed by removing ".bc" from the end of InputFile if it is there, in
tools/lli/lli.cpp:main().
Ok to commit?
--
gaeke at uiuc.edu
Index: lli.cpp
===================================================================
RCS file: /home/vadve/vadve/Research/DynOpt/CVSRepository/llvm/tools/lli/lli.cpp,v
retrieving revision 1.17
diff -u -a -d -p -r1.17 lli.cpp
--- lli.cpp 12 May 2003 14:31:57 -0000 1.17
+++ lli.cpp 23 May 2003 04:45:39 -0000
@@ -88,6 +88,13 @@ int main(int argc, char** argv) {
EE = ExecutionEngine::createInterpreter(M, Config, DebugMode, TraceMode);...
2003 May 23
0
[LLVMdev] clarify comment in BugDriver.cpp
Clarify BugDriver.cpp:BugDriver::ParseInputFile()'s return values in its
explanatory comment. Committed as an obvious fix.
--
gaeke at uiuc.edu
Index: BugDriver.cpp
===================================================================
RCS file: /home/vadve/vadve/Research/DynOpt/CVSRepository/llvm/tools/bugpoint/BugDriver.cpp,v
retrieving revision 1.6
diff -u -a -d -p -r1.6 BugDriver.cpp
--- BugDriver.cpp 3 May 2003 02:16:43 -0000 1.6
+++ BugDriver.cpp 23 May 2003 05:33:20 -0000
@@ -60,7 +60,9 @@ Module *BugDriver::ParseInputFile(const
}
// This method takes the specified list of L...
2003 May 22
1
[LLVMdev] allow gcc .... /full/path/to/libfoo.a
...n on the "search" flag
to LinkLibrary() that makes LoadLibrary() search for the correct library
(i.e., when processing -lNAME options.)
cvs diff: Diffing .
Index: gccld.cpp
===================================================================
RCS file: /home/vadve/vadve/Research/DynOpt/CVSRepository/llvm/tools/gccld/gccld.cpp,v
retrieving revision 1.30
diff -u -a -d -p -r1.30 gccld.cpp
--- gccld.cpp 13 May 2003 22:14:13 -0000 1.30
+++ gccld.cpp 23 May 2003 03:43:48 -0000
@@ -9,7 +9,7 @@
//
// Note that if someone (or a script) deletes the executable program generated,
// the .bc file will b...