Re: cvs export problem

2000-07-17 Thread Mike Castle
-- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of Manhattan. -- Watchmen

Re: Java class and jar files

2000-07-17 Thread Mike Castle
with the appropriate tools, then you're not doing true configuration management. CM is more than just tracking the individual source files, it tracking the environment (the configuration) that was used to build those files into the release. mrc -- Mike Castle Life is like a clock: You can

Re: Java class and jar files

2000-07-17 Thread Mike Castle
-- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of Manhattan. -- Watchmen

Re: Moving revisions from main trunk to branch?

2000-07-17 Thread Mike Castle
rach repository just to make sure I have the things correct. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us

Re: granting anonymous read-only CVS access

2000-07-18 Thread Mike Castle
! (At least under Unix, the write could write/rename/unlink files that are open by others without issues). mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice

Re: Concerning Timestamps When Comparing Files

2000-07-18 Thread Mike Castle
en a while and can't remember). mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of Manhattan. -- Watchmen

Re: Files checked out contains ^M characters

2000-07-18 Thread Mike Castle
original import done? Does your development process include cross platform work? mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc

Re: CVS homepage

2000-07-19 Thread Mike Castle
-- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of Manhattan. -- Watchmen

Re: getting old revision without a sticky tag

2000-07-20 Thread Mike Castle
-- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of Manhattan. -- Watchmen

Re: getting old revision without a sticky tag

2000-07-20 Thread Mike Castle
-A cvs up -j TAG -j TAG_branch cvs commit -m "integrated Joe's changes" mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc

Re: CVS security

2000-07-20 Thread Mike Castle
this control? I get the feeling that, once authenticated for the machine, you would have access to any of the repositories on that server. [I guess I could put different repositories on different machines.] Standard Unix groups. mrc -- Mike Castle Life is like a clock

Re: getting old revision without a sticky tag

2000-07-21 Thread Mike Castle
ver file] cvs up -A cvs commit I count that as four steps. What did mine give you? Seven steps? Those three extra steps give you the added benefit I mentioned above. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or

Re: CVS help

2000-07-21 Thread Mike Castle
\ \gringo\cvsroot-cbs cvs checkout: Updating swill cvs checkout: in directory swill: cvs checkout: ignoring CVS/Root because it specifies a non-existent repository \ \gringo\cvsroot-cbs U swill/test_file U swill/test_file1 U swill/test_file2 mrc -- Mike Castle Life is like

Re: Attic files

2000-07-26 Thread Mike Castle
implify code in some parts (of course, wouldn't rip out all Attic handling, for repositories already using it), but if that could eventually be pulled too. What's the saying: It's done, not when you have no more to add, but when you have no more feature to remove. mrc -- Mike Castle

Re: Project: Setting up CVS

2000-08-02 Thread Mike Castle
minutes. Maybe there's a way to tweak those settings. Or, get away from pserver and use client/server over rsh or, better, ssh. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda

Re: CVS pids and the pids of its kids

2000-08-02 Thread Mike Castle
is possible! Then again, if this is Linux, I don't know how similar to the commercial flavours of Unix it is in this regard. And if it's OpenBSD, it's, literally, random. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time

Re: Adding File Problem

2000-08-04 Thread Mike Castle
, i should simply use the "add" command. cvs add androview\de\nightdawn\androview\galaxy\SolarSystem.java -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be righ

Re: CVS'ing home directory files; CVS in place

2000-08-04 Thread Mike Castle
possible for a single CVS command to recurse into several CVS roots. This includes roots which are located on several servers, or which are both remote and local. CVS will make connections to as many servers as necessary. mrc -- Mike Castle Life is like a clock: You can work constantly

Re: How to Create Empty Directories using Export?

2000-08-08 Thread Mike Castle
a README that would explain what the dir is used for. Or have your build process create the directory. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least

Re: cvs-nserver and latest CVS advisory (Was: patch to make CVS chroot)

2000-08-09 Thread Mike Castle
On Wed, Aug 09, 2000 at 11:54:33AM -0400, Justin Wells wrote: Is it as easy for a WinCVS user to set up ssh as it is to set up pserver? Yes. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all

Re: cvs-nserver and latest CVS advisory (Was: patch to make CVS chroot)

2000-08-09 Thread Mike Castle
On Wed, Aug 09, 2000 at 02:34:02PM -0400, Justin Wells wrote: On Wed, Aug 09, 2000 at 12:06:53PM -0500, Mike Castle wrote: On Wed, Aug 09, 2000 at 11:54:33AM -0400, Justin Wells wrote: Is it as easy for a WinCVS user to set up ssh as it is to set up pserver? Yes. No it isn't. You

Re: cvs-nserver and latest CVS advisory (Was: patch to make CVS chroot)

2000-08-09 Thread Mike Castle
found it to install some packages using InstallShield. But then, I get easily confused on a Win32 system if I have to take my hands off the keyboard. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all

Re: Unable to add a file

2000-08-11 Thread Mike Castle
. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of Manhattan. -- Watchmen

Re: Unable to add a file

2000-08-11 Thread Mike Castle
) The problem has to do with the contents of the CVS/Tag file. It states that this directory is a non-branch. And if I change it to Trel6-0-0 I am able to add with no problem. jsm -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all

Re: merging main trunk to branch?

2000-08-17 Thread Mike Castle
est cvs up -j merge_to_test_1 -j merge_to_test_2 cvs commit -m "merged in changes from merge_to_test_1 to merge_to_test_2" Hope that helps! mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www

Re: Fw: Returned mail: User unknown

2000-08-17 Thread Mike Castle
] -k 'b' mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of Manhattan. -- Watchmen

Re: How to find out what files are in a module?

2000-08-24 Thread Mike Castle
On Wed, Aug 23, 2000 at 11:50:55PM -, Ramon M. Felciano wrote: cvs checkout -c option, which lists all modules in CVS; I want all files in a module. cvs -n co -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time

Re: Question

2000-08-24 Thread Mike Castle
procedure to create the directory. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of

Re: CVS tag renaming

2000-08-24 Thread Mike Castle
-- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of Manhattan. -- Watchmen

Re: SSH and PServer

2000-09-14 Thread Mike Castle
, just use standard server mode. Read the sections on using RSH, and just set CVS_RSH to the value ssh. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least

Re: cvs diff output PATCH input? (was: synchronize two repositories)

2000-10-09 Thread Mike Castle
vs diff -c is usuable by patch. cvs diff alone is not. cvs diff -u builds a unified diff that is more compact, but doesn't work with older versions of patch (solution: install latest version of patch). mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL

Re: CVS Pragma - extensibility for CVS

2000-10-10 Thread Mike Castle
be used for the unix chgrp command, but that is purely coincidental). No need at all to enhance CVS. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice

Re: PServer authentication

2000-10-12 Thread Mike Castle
to use native unix groups to manage projects. Just set the envvar CVS_RSH to the value ssh, then use cvs -d :ext:user@site:/path/to/dir mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com

Re: CVS for System Administration and Configuration Restoral

2000-10-12 Thread Mike Castle
in cvs the inputs to cfengine. [That is, if cfengine doesn't offer something already; I've not used it myself, just heard about it. Though it is on my TODO list. Someday.] mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all

Re: cvs login failure

2000-10-13 Thread Mike Castle
information there? Why don't you use :ext:luke@linuxhost:/home/mantovani/cvs-archive And set CVS_RSH to ssh. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right

Re: must cvs update before cvs commit, why??

2000-10-13 Thread Mike Castle
FWIW I am the only committer on this repository. You may be the only committer, but are you committing from only one checked out tree? Or did you do anything unusual on the checkout or update? mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and b

Re: Help! I'm having commit problems with CVS 1.11

2000-10-13 Thread Mike Castle
ter Line 2 blah blah blah enter Line 3 blah blah blah" file1 file2 file3 mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc

Re: must cvs update before cvs commit, why??

2000-10-13 Thread Mike Castle
On Fri, Oct 13, 2000 at 04:29:17PM +0200, Louis-David Mitterrand wrote: On Fri, Oct 13, 2000 at 08:22:19AM -0500, Mike Castle wrote: You may be the only committer, but are you committing from only one checked out tree? Or did you do anything unusual on the checkout or update? Always from

Re: PServer authentication

2000-10-13 Thread Mike Castle
On Fri, Oct 13, 2000 at 10:42:17AM -0400, Larry Jones wrote: Mike Castle writes: I was always under the impression the those using OpenBSD were doing so for security reasons. And pserver is far from secure! As long as all the users have shell accounts on the server, a typical pserver

Re: Problem with remote imports

2000-10-17 Thread Mike Castle
or whence? If you can't get cvs into the path, you can set the environment variable CVS_SERVER to point to the full path of the cvs binary on the server. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not w

Re: checkout via tagname, then can't add

2000-10-18 Thread Mike Castle
On Wed, Oct 18, 2000 at 04:39:12PM -0600, Kris Herrald wrote: 3. cvs update -A filenames (this was an attempt to remove the sticky cvs update -A cvs add newfiles cvs commit cvs tag newfiles cvs update -r tag -- Mike Castle Life is like a clock: You can work constantly

Re: Branching

2000-10-20 Thread Mike Castle
-- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of Manhattan. -- Watchmen

Re: diff in commit message (was: Multiple-line log message)

2000-10-24 Thread Mike Castle
ike: cat $CVSEDITLOG $1 vi $1 That is, instead of trying to shoe horn into cvs commit, put a wrapper around it. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice

Re: How to get rid of sticky options

2000-10-27 Thread Mike Castle
On Fri, Oct 27, 2000 at 01:57:37PM -0700, Matthew Berney wrote: But, there is no way to "turn off" the sticky option. cvs admin -kkv ? mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not w

Re: -T option

2000-10-30 Thread Mike Castle
On Mon, Oct 30, 2000 at 02:58:42PM -0500, Richard June wrote: 1.5MB or so. that's perfectly fine if it's intentional, I just need it to behave differently. Delete the file that's being updated, then do an update. mrc -- Mike Castle Life is like a clock: You can work constantly

Re: -T option

2000-10-30 Thread Mike Castle
a transient state where the file isn't there in a complete form. So what's the problem? Just do a cvs -n up, gather up the list of files that need to be updated, loop over deleting them and then doing a true update on each file. mrc -- Mike Castle Life is like a clock: You can work

Re: No space left on device error during cvs status/update

2000-11-01 Thread Mike Castle
? Solaris has a nifty tmpfs where /tmp is a memory based file system that is pageable. Pretty nifty. Instead of setting aside X for swap, and Y for /tmp, set aside X+Y for swap+tmp, and used as needed. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL

Re: New Server, old Repository

2000-11-01 Thread Mike Castle
that should ever be done as root is "make install" (in general). mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are

Re: Specifying CVSROOT

2000-11-22 Thread Mike Castle
t too hard I would think... mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of

Re: Is it possible to change a branch tag name?

2000-12-06 Thread Mike Castle
, right?) with a new name, and merge the changes over to it, though you obfuscate the history a little that way. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right

Re: cvs merge

2000-12-06 Thread Mike Castle
and others have changed the file too, and you are certain, VERY VERY CERTAIN that you don't want those changes, then rename your file, cvs update, copy your renamed file over the file just checked out, then commit. THIS WILL LOSE CHANGES! mrc -- Mike Castle Life is like a clock: You can

Re: Suggestions for merging system?

2000-12-06 Thread Mike Castle
1000. It's a simple rule that does help keep things straight. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all

Re: cvs merge

2000-12-06 Thread Mike Castle
more often than, say, once a quarter or so, you probably need to look at your process. Someone is probably doing things they shouldn't be doing. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all

Re: SV: Different kind of access methods

2000-12-14 Thread Mike Castle
to let the local machine do all the accessing and send you just the pertinent parts. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc

Re: Configuration woes

2001-01-24 Thread Mike Castle
and better tested user admin stuff. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of

Re: Moving, removing, and renaming files in CVS

2001-01-24 Thread Mike Castle
of a deal? Probably not. But if you've moved the file into a different subdirectory, well, perhaps it's a bigger issue. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ a

Re: Secure remote CVS

2001-02-05 Thread Mike Castle
with ssh-agent to have it up and running? I've never used ssh-agent so don't know if it would serve this purpose or not. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda

Re: CVS on NT via SSH: cannot connect to server [HELP]

2001-02-05 Thread Mike Castle
and the like)? mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of Manhattan. -- Watchmen

Re: CVS on NT via SSH: cannot connect to server [HELP]

2001-02-05 Thread Mike Castle
t). Could something similar have happened with this set up? I can't remember, but are you using wincvs or command line client? If command line, and you do "cvs -t co -c", what is your output? mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTE

Re: Multiple Repositories on a server

2001-02-07 Thread Mike Castle
(export, checkout, rlog, rtag) will need the appropriate -d option. In this set up, it might be wise to not set a CVSROOT environment variable, but instead, always explicitly use the -d so you don't accidently try to act upon the wrong repository. mrc -- Mike Castle Life is like a clock

Re: can I use rtag to tag files in a branch

2001-02-08 Thread Mike Castle
. Since there is a race condition where someone coudl check in a file on the branch after you did the merge but before you tagged, I would recommend not trying to use rtag anyway. Instead, check out the branch you want to merge, tag there, then do the merge. mrc -- Mike Castle Life

Re: can I use rtag to tag files in a branch

2001-02-08 Thread Mike Castle
On Thu, Feb 08, 2001 at 02:45:18PM -0700, Pierre Asselin wrote: Mike Castle wrote: Since there is a race condition where someone coudl check in a file on the Seems to me Trevor could do the rtag first, then the merge. Doh! $ cvs rtag -rbranch MERGE_ATTEMPT $ cvs checkout

Re: Multiple Repositories on a server

2001-02-08 Thread Mike Castle
On Thu, Feb 08, 2001 at 03:29:48PM -0800, [EMAIL PROTECTED] wrote: just use two --allow-root command line parameters Or stop using pserver and use rsh or, better, ssh instead. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all

Re: Remote repository

2001-02-12 Thread Mike Castle
words: Sure. Run cvs in server mode over ssh, and use standard unix permissions. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc

Re: Remote repository

2001-02-12 Thread Mike Castle
the server on NT (*shiver*), you could be using NT level ACL's. But, basically, something supported by your OS, rather than CVS. (No sense trying to have CVS reinvent the wheel, perhaps poorly). mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED

Re: 2 how to in CVS questions

2001-02-15 Thread Mike Castle
t;BUG #123" and you could have something on the backend that will notice this in the message, and mark the bug as fixed in the bug tracking system. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not w

Re: cvs add --new

2001-02-15 Thread Mike Castle
d. So typically add at any given time, probably no more than 3 files at once: source, header, documentation. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least

Re: questions on cvs locking

2001-02-15 Thread Mike Castle
for those files. What exact problems are you having? mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living

Re: omitting binary files from import/update

2001-02-20 Thread Mike Castle
On Wed, Feb 21, 2001 at 10:51:46AM +0900, Develop01 wrote: is there any simple command/flag for omitting binary (non-text) files from an import/update? -I mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time

Re: merge/diff

2001-03-02 Thread Mike Castle
program externally after generating diffs in a slightly different manner. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We

Re: update -jx -jy gives conflict on $Id$

2001-03-08 Thread Mike Castle
On Thu, Mar 08, 2001 at 11:15:52AM -0800, Stephen Rasku wrote: Why is this a problem? You can always do "cvs update -A" after you have checked in your changes to get rid of the sticky tag. Because it mucks up binary files? mrc -- Mike Castle Life is like a clock: Yo

Re: update -jx -jy gives conflict on $Id$

2001-03-09 Thread Mike Castle
part of the merge... oh damn cvs up -A make clean make make test Granted, not that big of a deal, but annoying. And does answer the question as to why one doesn't want to use -kk. It can also be a little slow having to rewrite all of your files when doing the -A. mrc -- Mike Castle

Re: cvs update: move away xyz; it is in the way

2001-03-09 Thread Mike Castle
on Win32 systems where people had two files of the same name but mixed case. :-/ What should I be looking at, if I really want to know what's causing this and how to stop it. Move the file out of the way, do an update, and then verify that they actually do have the same contents. mrc -- Mike

Re: It is in the way

2001-03-14 Thread Mike Castle
Thu Nov 2 22:08:47 2000// Are you using a file system that is not case senstive and tools that may change the case of files? If you see this, does the CVS/Entries file still have the file listed? Is your disk full where maybe the rewriting of the CVS/Entries file fails? mrc -- M

Re: add directory heirarchy

2001-03-14 Thread Mike Castle
On Wed, Mar 14, 2001 at 02:11:42PM -0500, Derek R. Price wrote: $ find newdir -type f -exec cvs add {} \; This is the first command I've ever seen that works better with -exec vs -print | xargs (Ie, it won't work at all with -print | xargs) mrc -- Mike Castle Life is like

Re: using NFS from homogeneous (almost) systems

2001-03-22 Thread Mike Castle
and just use :ext: with rsh or ssh. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow

Re: cvs update gives P response

2001-03-26 Thread Mike Castle
. It determines the sizes of a patch and compares it against the size of the newest version. And then sends the smaller of the two. True, the server determines whether to send a patch or not. The client just applies it. mrc -- Mike Castle Life is like a clock: You can work

Re: CVS bashing?

2001-04-11 Thread Mike Castle
g the fact that no matter what SCM tool we use, we're still going to have to write our own wrappers around it.) mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at l

Re: CVS bashing?

2001-04-11 Thread Mike Castle
On Wed, Apr 11, 2001 at 06:06:22PM -0400, Eric Siegerman wrote: On Wed, Apr 11, 2001 at 02:27:15PM -0700, Mike Castle wrote: I've recently started working at a perforce shop. One thing that perforce does with it's merging is, instead of doing a default merge, it gives you options

Re: CVS bashing?

2001-04-11 Thread Mike Castle
, and can't be managed in any natural way. A logrotate type of program can't work against history? mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice

Re: CVS bashing?

2001-04-12 Thread Mike Castle
we were talking about a generic tool that would do a merge for any arbitrary file and save it to disk. What needs to use CVS/Entries? mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com

Re: CVS bashing?

2001-04-12 Thread Mike Castle
. Ok. So there'd have to be some protocol that 3 files, and some sort of return code and CVS would handle marking up all of the Entries stuff (conflict, resolved status, appropriate time stamps, etc). mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED

Re: CVS bashing?

2001-04-13 Thread Mike Castle
On Thu, Apr 12, 2001 at 08:34:33AM -1000, Joseph Dane wrote: "Mike" == Mike Castle [EMAIL PROTECTED] writes: Mike As I said in an earlier post, this can be scripted around. can you give me an idea as to what such a script might look like? wouldn't there have to be some sort of

Re: Tagging a sticky file?

2001-04-13 Thread Mike Castle
le on your harddrive. Now, you may have uncommitted changes, and if you later commit those, the tag does not reflect that. It tags just the version of the file you last updated to. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right al

Re: Branch merging

2001-04-24 Thread Mike Castle
. Makes it easier to handle situations like this. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living

Re: Getting the list of files checkout

2001-04-25 Thread Mike Castle
On Wed, Apr 25, 2001 at 12:26:15PM -0400, [EMAIL PROTECTED] wrote: is there a way to get the list of files that a user has currently check out for writing (edit command) cvs editors? -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right

Re: Command ident

2001-04-25 Thread Mike Castle
-- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of Manhattan. -- Watchmen

Re: Merge Management

2001-04-25 Thread Mike Castle
the appropriate files, for instance) and pass that back to the developer via email. This way I don't for a commit of invalid code into the system, but the developer can still see things in the same way that I did. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL

Re: Date formats

2001-05-01 Thread Mike Castle
aborted]: Can't parse date/time: ...' I always use the ISO standard: -D 2001-05-01 -D 2001-05-01 13:00 Also relative: -D 4 hours ago -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda

Re: Automatically increment build number

2001-05-08 Thread Mike Castle
built in actually, called a change number. If I was going to run a running counter like this, I'd probably use a 3rd party database like PostgresQL. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all

Re: Using Branches

2001-05-15 Thread Mike Castle
On Tue, May 15, 2001 at 11:36:36AM -0500, Bob Stafford wrote: If my working copy is already tied to the branch, how do I make it revert to the main trunk without deleting the working copy and checking out the main trunk. cvs up -A -- Mike Castle Life is like a clock: You can

Re: rsh access method question

2001-05-15 Thread Mike Castle
on the servers mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of Manhattan. -- Watchmen

Re: problem with LF -- CRLF trasnlation

2001-05-15 Thread Mike Castle
. Just don't do it. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of Manhattan

Re: problem with LF -- CRLF trasnlation

2001-05-16 Thread Mike Castle
On Wed, May 16, 2001 at 12:45:02AM -0400, Laine Stump wrote: Mike Castle [EMAIL PROTECTED] writes: Just don't do it. Or, if you insist on living dangerously (as I do) use editors and Well, yeah. I used certain implementations of vi to accomplish that as well. I just wasn't going to give

Re: problem with LF -- CRLF trasnlation

2001-05-16 Thread Mike Castle
comfortable with it, I'd either do EVERYTHING inside of cygwin, or nothing. I get the impression that as long as you don't mix and match what type of tools work on a file, you should be ok. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all

Re: handling of MsWord-Documents in CVS ?

2001-05-16 Thread Mike Castle
-- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc We are all of us living in the shadow of Manhattan. -- Watchmen

Re: problem with LF -- CRLF trasnlation

2001-05-16 Thread Mike Castle
(probably vim, but not certain) to edit the files. And compile on the NT box. But I was EXTREMLEY careful about making sure I didn't muck up any line endings. And I would not recommend it for anyone with less than 10 years experience in both Unix and DOS-like worlds. mrc -- Mike Castle

Re: CVS: Unknown Error 523

2001-05-16 Thread Mike Castle
works fine) onto NFS-mounted partitions. You're not using a reiserfs partition via NFS are you? There are known issues with that just plain not working. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all

Re: move away file, it is in the way

2001-05-22 Thread Mike Castle
the files that are in the way, and do cvs up again and that should be sufficient. If it's a lot of files, it will probably be easier to rm -rf the heirarchy and from the top level to a cvs up -Pd. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED

Re: Crazy idea - replace RCS backend with ClearCase...!!!

2001-05-23 Thread Mike Castle
want to keep a cvs repository and a clearcase vob in sync. Maybe cvsup would offer a better level of abstraction for this. mrc -- Mike Castle Life is like a clock: You can work constantly [EMAIL PROTECTED] and be right all the time, or not work at all www.netcom.com/~dalgoda

  1   2   >