RE: how do I undo local changes

2005-07-08 Thread Jason Sicotte
$ cvs -H up Usage: cvs.exe update [-APCdflRp] [-k kopt] [-r rev] [-D date] [-j rev] -A Reset any sticky tags/date/kopts. -P Prune empty directories. -C Overwrite locally modified files with clean repository copies. ( . . . ) -W spec

Cron process to schedule CVS check in as another user ???

2005-06-22 Thread jason
Good Day. Off the wall question. We would like to version PLSQL code, but we don't want the repository to be updated until code has successfully been compiled and deployed to the DB. We are likely doing this in an atiquated an backwards approach - mainly due to artificial restrictions and

RE: cannot checkout new tag

2005-06-09 Thread Jason Sicotte
One thing that might be helpful is to use CVS with the -t (trace), flag. This causes CVS to be really verbose as to what it is doing, and my help you find out where the holdup is. Example: cvs -t co -r tag-name external src svrcfg -Original Message- From: [EMAIL PROTECTED]

remove - failed to create lock directory for .. No such file or directory

2005-05-31 Thread jason
I cannot file any file or directory on the system called attjcl.. where is cvs getting this from? $ cvs -d /x1/cvs/ remove x2/02.00/orarep/cldn010.jsp cvs remove: file `x2/02.00/orarep/cldn010.jsp' already scheduled for removal $ cvs -d /x1/cvs/ commit -m removing cvs commit: failed to create

Re: ssh authentication with key based access

2005-05-22 Thread Jason McClellen
On 5/20/05, ankush grover [EMAIL PROTECTED] wrote: Hey friends, I have configured cvs server on Fedora Core 3 .There are 2 repositories on the server.I am using SSH protocol for authencation but the problem is that I am not able to do key based authentication.Everytime I do import module

Commitinfo - finding files on the server

2005-05-12 Thread Jason . Gibbons
According to information I've read on the web, when a commit is made on a local machine to a remote server, exact copies (i.e. non-RCS format) of the files being committed are created temporarily on the server so that they are available for commitinfo scripts to act on them. I need to write a

RE: Off Topic but About Code managment

2005-04-19 Thread Jason Sicotte
Daniel, Some things you might find useful in your quest: Branching Patterns for Parallel Software Development [http://www.cmcrossroads.com/bradapp/acme/branching/] Software Release Methodology [ISBN 0136365647] The latter source goes over some of the basic of source control management such as:

Re: sserver failure - SSL connection failed

2005-03-17 Thread Jason Williard
connection failed (-1): error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol cvs [checkout aborted]: Connection to server failed Thanks, Jason Williard Todd Denniston [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Jason Williard wrote: I just completed the installation

Re: sserver failure - SSL connection failed

2005-03-17 Thread Jason Williard
' server = /usr/local/bin/cvs server_args = -f authserver } --- My assumption is that there should either be a different server or server_args or both for sserver, but I can't find any documentation on that. Thanks, Jason Williard Todd Denniston [EMAIL PROTECTED] wrote in message news

sserver failure - SSL connection failed

2005-03-16 Thread Jason Williard
to the repository. Is there something that I am missing here? Thank You, Jason Williard ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

RE: making cvs repository online using IIS

2005-03-02 Thread Jason Sicotte
You may also want to consider CVS for IIS. THE STEPS to install it on IIS are available ON their SourceForge SITE: http://sourceforge.net/docman/display_doc.php?docid=18720group_id=88210 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark D.

Problems after moving CVS repository.. HELP

2005-02-25 Thread jason
We recently moved our CVS repository to another directory on the same HPUX box. Security remainded identical on all files.. However, we are now unable to checkout files, and likely perform any other cvs functions. Is there a procedure moving the CVS repository? cvs checkout: warning: cannot

Re: Problems after moving CVS repository.. HELP

2005-02-25 Thread jason
When I grant group level write to the the cvs directories everything seems to work except: cvs checkout: warning: cannot write to history file /aacustom/cvs/CVSROOT/history: Permission denied But now I wonder, granting group level to this file opens us up to removing these files. I'm almost

Cannot Diff Added File

2005-02-24 Thread Jason Sicotte
I am unable to generate a patch under Windows for new files that have been marked as added: cvs diff -N ruleset.properties Index: ruleset.properties === RCS file: ruleset.properties diff -N ruleset.properties cvs diff: nul: Invalid

list checkout information???

2005-02-14 Thread jason
Is there a way in CVS to report every author and date that has checkout a source since a given date or release? ___ Info-cvs mailing list Info-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/info-cvs

RE: cvs module checkout problem

2005-01-25 Thread Jason Sicotte
Marylou, Unfortunately, there is no CVS move command. If you really need to move the files without using your inefficient method, you have to mess with the RCS files by hand. There are instructions in the cvshome.org FAQ-O-Matic on how to accomplish this. Note that though this is the

exporting to production - automation

2004-10-05 Thread jason
Please pardon possible repost. In the book Essential CVS they list a cron script for exporting (distributing) code and then make mention of how you could automate the distribution process using the loginfo admin file. Question is, how could a developer drive a CVS promotion to production if

commit 101

2004-10-04 Thread jason
CVS newbie here trying do a simple test. I have application files under /a/jcl I want to protect with versioning. I created a repository under /a/cvs using user cvs cvs -d /a/cvs init $ ls -ll /a total 0 drwxr-xr-x 6 cvs cvs 96 Oct 4 14:46 cvs/ drwxrwxr-x 3 auser

Re: commit 101

2004-10-04 Thread jason
Following up on my own question - after *some* reading. I guess the issue for us is that we currently don't stage code. We allow developers to promote right into production, but use our homegrown VC only to log changes... don't say it.. I know. How do I *automatically* publish/distribute checkins

adding unicode files

2004-09-16 Thread Jason . Gibbons
I'm running cvs 2.0.2 (via WinCVS 1.3) on the client side, and the linux server has version 1.11.5 running. I'm trying to add a unicode file using the -ku option, which my wincvs client seems to think is possible, but I get the following error when I try to do so: cvs server: invalid RCS keyword

Re: remote log information

2004-07-23 Thread Jason . Gibbons
Thanks, but that doesn't seem to work for me. When I try it, I get a warning that rlog is deprecated (and that I should use the synoymous log instead). It then returns the error that the file or directory cannot be found. I'm running CVS client 1.11 on Windows 2000, and 1.11.5 on the linux

remote log information

2004-07-22 Thread Jason . Gibbons
I have a script which pulls out of CVS information on changes to a project between two official builds. To do this I am using cvs log with the -r switch to interrogate CVS on individual file revisions. In order to get this to work, it appears I have to have the module checked out onto the PC

using commitinfo and verifymsg

2004-06-24 Thread Jason . Gibbons
they belong in the repository. Is their anyway of doing that? For info, the version of cvs running on the server is 1.11.5 Thanks Jason Gibbons

Can't we all just get along?

2004-06-18 Thread Carucci, Jason
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, June 17, 2004 7:50 PM To: [EMAIL PROTECTED] Subject: Smoke, FUD (was Re: CVS corrupts binary files ...) Whew, the smoke's getting thick in here! From: [EMAIL PROTECTED]

RE: when cvs repository

2004-06-18 Thread Carucci, Jason
Use it for anything where you want a history of changes and/or files where multiple people are editing them. I use it for my website as well as app development. I also put my shell scripts in there too. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

RE: Why should you want to remove sticky tags?

2004-06-18 Thread Carucci, Jason
Because you won't be able to change the file until the sticky tag is removed. A sticky tag means you have the file checked out on a particular tag. When you want to make changes they have to be on the HEAD or a branch. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: Backing up a Repository on MacOSX

2004-06-15 Thread Carucci, Jason
I backup my CVS repository on OS X by using the hdiutil (or you could use Disk Utility for a nice GUI interface to this tool) to create a disk image. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Gorr Sent: Monday, June 14, 2004 5:48 PM To: [EMAIL

RE: Bug with paths containing '/./' in file paths?

2004-06-11 Thread Carucci, Jason
It looks to me like your script is broken. The /./ in the middle of the path although legal does nothing. Why not fix the script? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Abhinandan Jain Sent: Thursday, June 10, 2004 7:26 PM To: [EMAIL PROTECTED]

RE: CVS binary for Unisys MCP

2004-06-11 Thread Carucci, Jason
I thought COBOL died with Y2K, how much COBOL development still goes on? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kyle Adams Sent: Friday, June 11, 2004 3:19 PM To: [EMAIL PROTECTED] Subject: CVS binary for Unisys MCP Does anyone know of a binary

cvs format strings

2004-06-10 Thread Jason Novotny
need to do? (I also added UseNewInfoFmtStrings=yes to the CVSROOT/config file) Thanks, Jason ___ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs

RE: Tags usage -- comments please

2004-06-10 Thread Carucci, Jason
The way we approach this in our team is to have a bug tracking database. When we fix a bug, we put a list of the files that changed in the database. Then we can query the database by bug number, file, or whatever. It's a little more work, but more flexible than trying to use CVS for this task.

RE: Tags usage -- comments please

2004-06-10 Thread Carucci, Jason
Well, it's not explicitly supported, but we use the comments field for that purpose. You can then write a query for that comment field, or more often look for the defect number and then look at the comments field for the list of files. It's by a company called segue. It used to be called

cvs format strings

2004-06-08 Thread Jason Novotny
need to do? (I also added UseNewInfoFmtStrings=yes to the CVSROOT/config file) Thanks, Jason ___ Info-cvs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs

Automatic merging

2004-06-08 Thread Carucci, Jason
I'm trying to get my company to move to CVS from Source Safe. One of the concerns that people have raised is that CVS does automatic merging of changes with the repository. Apparently they had bad experiences with PVCS which did the same thing. I personally never had these problems with PVCS,

RE: Running standard CVS and CVSNT on the same repository?

2004-06-07 Thread Carucci, Jason
Why not just keep the CVS installation the same on your server and install CVSNT on your Windows machines? This is the setup that I'm using and it works just fine. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Lee Sent: Saturday, June 05, 2004

RE: Branching bug ??? (was Re: Bug is tagging the head of a branc h head???)

2004-05-20 Thread Carucci, Jason
they're equivalent (see, I understand now!) I prefer the first picture. -chris -Original Message- From: Carucci, Jason [mailto:[EMAIL PROTECTED] Sent: Thursday, May 20, 2004 10:59 AM To: Fouts Christopher (); [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Branching bug ??? (was Re: Bug

RE: Check in and out a file.

2004-05-19 Thread Carucci, Jason
CVS does not like it when you rename files. This is one of it's weaknesses. In this case I don't see why you want to do this though. You can check out different versions of the files from CVS, no need to explicitly start renaming them. -Original Message- From: [EMAIL PROTECTED]

RE: [Fwd: Re: WinCvs Python macros]

2004-05-14 Thread Carucci, Jason
I think you'll have much better luck asking this question on the cvsgui group: http://groups.yahoo.com/subscribe/cvsgui -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Paul LevinSent: Friday, May 14, 2004 2:08 PMTo: [EMAIL

RE: Creating a CVS environment

2004-05-13 Thread Carucci, Jason
There is a CVS version for Windows NT, I think that would be better than using VMWare. http://www.cvsnt.org/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Thursday, May 13, 2004 5:17 AM To: [EMAIL PROTECTED] Subject: Creating a CVS

checkout getting only dirs?

2004-05-11 Thread Jason Morehouse
Hello, I'm trying to setup cvs for our web developer studio (PHP).

RE: RES: CVS import

2004-04-15 Thread Carucci, Jason
How is this the grep command? It doesn't support regular expressions which is kind of the whole point of grep isn't it? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim.Hyslop Sent: Thursday, April 15, 2004 3:34 PM To: 'Conrad T. Pino'; Geoff Beier

RE: cvs tag: some slightly counterintuitive behaviour

2004-03-25 Thread Carucci, Jason
No, I believe cvs will tag the files in the repository, the files in your working directory are irrelevant for this operation. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andy Jones Sent: Thursday, March 25, 2004 11:52 AM To: [EMAIL PROTECTED]

Ways to find out about removed files

2004-01-28 Thread Jason . Gibbons
commands to list the files inside those directories. Thanks. jason gibbons ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

preventing commits on branches

2003-05-02 Thread Jason . Gibbons
Does anyone have any example scripts (preferably perl) which can be activated via the commitinfo hook and which can prevent commits to specific branches / by specific people / a combination of both. If no scripts available, any advice on this topic would be appreciated. Jason Gibbons

Problems with WinCVS

2002-11-13 Thread Jason . Gibbons
Just on the off chance that anyone else has had similar problems: We are running a cvs repository on an NT server, and are using WinCVS on various client machines to access the repository (using NTServer protocol). For most people, there are no problems whatsoever. A couple of machines, however,

difference between tag and rtag?

2002-11-13 Thread Jason Yeung
Hi, I'm a beginner of CVS and I was wondering what is the difference between tag and rtag? They both assign symbolic tags to a set of files. Jason ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Retrieving deleted file from the Attic

2002-11-13 Thread Jason Yeung
Hi, I was wondering if it's possible to recover a file that is in the Attic directory? When you remove a file (and committed), the file gets copied to the Attic directory. For all purposes, it's removed from the repository. Jason ___ Info-cvs

Exporting file versions

2002-10-15 Thread Jason Yeung
I'm trying to use the export command to export files of a given revision, but am unsuccessful. The command and options I ran is "cvs export -r 1.2 -d testing testing123" and the error I get is "tag `1.2' must be a symbolic tag". If I create tags to represent the revisions and run and "cvs

Problems with rtag command in WinCVS

2002-09-13 Thread Jason . Gibbons
service yet, but that would be next on the list I suppose. I really don't want to have to reboot the server. Many thanks to anyone who can help Jason Gibbons (A Clearcase user, new to CVS) ___ Info-cvs mailing list [EMAIL PROTECTED] http

.cvsrc files

2002-04-09 Thread Jason Frisvold
for `/tmp/Routers/10.7.0.1.config' cvs [commit aborted]: correct above errors first! Any ideas on how to fix this? Thanks, --- Jason H. Frisvold Senior ATM Engineer Engineering Dept. Penteledata CCNA Certified - CSCO10151622 [EMAIL PROTECTED

Re: PROPOSAL: Addressing the list's spam issue: was: [GB2312] ±ÜÃâåeÎóµÄÍâÙQÐÐäN·½Ê

2002-04-08 Thread Jason Allen
Definitely in favour. Thanks! - Original Message - From: R P Herrold [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 08, 2002 12:58 PM Subject: PROPOSAL: Addressing the list's spam issue: was: [GB2312] ±ÜÃâåeÎóµÄÍâÙQÐÐäN·½Ê dag nabbit ... (see below after snipage...)

Re: CVS Download Progress

2002-02-06 Thread Jason Allen
Ok. Is it at least possible to get a simple list of updated files without doing an actual update? or get a list of files in a module without doing a checkout? Jason A. - Original Message - From: Larry Jones [EMAIL PROTECTED] To: Jason Allen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent

CVS Download Progress

2002-02-05 Thread Jason Allen
Is it possible to get CVS to display the progress for the current file? Or the overall progress for an update? I'm using CVS in my application and would like to use progress bars to display how much time is left for an update and the download speed (in KB/s). Thanks, Jason A.

Re: it is in the way problem

2002-01-29 Thread Jason Allen
folder having dissapeared from the Entries file. Any idea why this would be happening? Thanks, Jason A. - Original Message - From: Larry Jones [EMAIL PROTECTED] To: Jason Allen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 9:41 AM Subject: Re

Re: it is in the way problem

2002-01-28 Thread Jason Allen
how to have CVS do this automatically? I've tried the -d option with no success. Thanks for all the replies, Jason A. - Original Message - From: Anjali Madhekar To: Jason Allen Cc: [EMAIL PROTECTED] Sent: Friday, January 25, 2002 9:06 AM Subject: Re: it is in the way problem I believe

Sharing files between projects with symbolic links

2001-12-18 Thread Greenfield, Jason
wondering if anyone on this list has more experience in this area and can point out any pitfalls with using them. Also, if using symbolic links is too dangerous, is there a better and reasonably easy way to accomplish file sharing in CVS. Thanks in advance, -- Jason

TortoiseCVS and text/binary files

2001-12-13 Thread Jason Allen
server using TortoiseCVS, it will continuosly prompt me whether the plf files are text or binary. I'd like to be able to specify that all files of a certian extension are text. Thanks, Jason A.

Re: TortoiseCVS and text/binary files

2001-12-13 Thread Jason Allen
Cool, thanks for the reply :) Jason A. - Original Message - From: Michael Sims [EMAIL PROTECTED] To: Jason Allen [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, December 13, 2001 7:18 PM Subject: Re: TortoiseCVS and text/binary files At 01:49 PM 12/13/2001 -0600, Jason Allen

CVS and Binaries

2001-10-26 Thread Jason Mowat
ould I use CVS to store Visio diagrams and Access apps, or should I try a different product? Any feedback is appreciated. Cheers, Jason

Checkout into a specific directory

2001-10-25 Thread Jason Allen
"c:\test" moduleName then no "moduleName" folder is created and everything checks out normally,which would be fine exceptI only want to checkout certain directories within the module. Any help is appreciated! Jason A.

Re: Checkout into a specific directory

2001-10-25 Thread Jason Allen
Hmm, if I do this: cvs co -d c:/test -l moduleName then i get a folder called moduleName in my c:\test directory, which is what I don't want :( Jason A. - Original Message - From: Larry Jones [EMAIL PROTECTED] To: Jason Allen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday

Re: Checkout into a specific directory

2001-10-25 Thread Jason Allen
Doesn't work with or without the -N option :( Jason A. - Original Message - From: Eric Siegerman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 25, 2001 1:59 PM Subject: Re: Checkout into a specific directory On Thu, Oct 25, 2001 at 01:24:17PM -0600, Jason Allen wrote

Re: Checkout into a specific directory

2001-10-25 Thread Jason Allen
line. Thanks for you help! Jason A. - Original Message - From: Larry Jones [EMAIL PROTECTED] To: Jason Allen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, October 25, 2001 2:37 PM Subject: Re: Checkout into a specific directory Jason Allen writes: Hmm, if I do this: cvs

CVS a Web site

2001-10-17 Thread Jason Purdy
the more travelled on the list. I hope there's already a solution for this scenario, though I couldn't find anything on the cvshome.org Web site or in a Google search. Thanks, Jason PS: Here are some of my ideas: 1) Create a Perl script/Cron job (run every 15 minutes) which would basically

removing a ghost directory?

2001-10-15 Thread Jason R. Mastaler
I'm gotten into a strange situation where I can't remove a subdirectory from my repository. [jasonrm@nightshade dist]$ cvs -z6 update -P -d cvs server: Updating . cvs server: Updating TMDA cvs server: Updating bin cvs server: Updating contrib cvs server: Updating doc cvs server: Updating htdocs

Re: checking out modules into an existing directory

2001-07-11 Thread Jason Allen
I figured out a way to check the module out into an existing directory. I simply created a CVS folder and then created an empty Entries file and created a empty Repository file and add the name of the module to the Repository file. Now it works great, thanks for your help Matthew. Jason

checking out modules into an existing directory

2001-07-10 Thread Jason Allen
directory and it creates a new one, everything works fine. The problem is I need to be able to check it out into an existing directory. Anyone know a way to fix this? Thanks, Jason A. __ Do You Yahoo!? Get personalized email addresses from Yahoo

Re: checking out modules into an existing directory

2001-07-10 Thread Jason Allen
help, Jason A. - Original Message - From: Matthew Riechers [EMAIL PROTECTED] To: Jason Allen [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, July 10, 2001 2:47 PM Subject: Re: checking out modules into an existing directory Jason Allen wrote: Hi, I am having a problem

limit pserver access to modules

2001-05-14 Thread Jason Novotny
in that case? Thanks, Jason -- Jason Novotny [EMAIL PROTECTED] Home: (510) 610-8360Work: (510) 486-8662 NERSC Distributed Computing http://www-didc.lbl.gov ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman

Help with Notify without CVS_watch_on

2001-04-23 Thread Jason C Toole
Forgive me, I'm new!Does anyone have a detailed description of how to be notified via email WITHOUT using CVS Watch On? Here's what I want to accomplish. I want people to be notified when ANY of a whole group of files is "edit"ed "unedit"ed "commit"ed etc. But we don't want the developers

Help with Notify without CVS_watch_on

2001-04-03 Thread Jason C Toole
Forgive me, I'm new!Does anyone have a detailed description of how to be notified via email WITHOUT using CVS Watch On? Here's what I want to accomplish. I want people to be notified when ANY of a whole group of files is "edit"ed "unedit"ed "commit"ed etc. But we don't want the developers

RE: CVS 1.11 binaries

2001-02-19 Thread Jason Williams
The windows binaries can be found at: ftp://ftp.cvshome.org/pub/cvs-1.11/windows/ Please see the README.txt fot the release details. ~j -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Dabbs Sent: Sunday, February 18, 2001 2:34 PM To: [EMAIL

Re: pserver problems

2001-01-16 Thread Jason Lee
ings that will bite ya. Thanks a lot! -- Jason Lee | More interesting is my faith than the fear of what I'll Programmer/Analyst | miss, and those things are temporary anyway. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.

RE: ongoing problems with broken Path-MTU-discovery on servers at cvshome.org/OpenAvenue.com

2000-11-27 Thread Jason Williams
and will let you know once we find the defunct hardware or firewall. Thanks, Jason Williams OpenAvenue, Inc. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Greg A. Woods Sent: Thursday, November 23, 2000 12:39 AM To: Derek R. Price Cc: CVS-II Discussion Mailing

Re: building CVS 1.11 on WinNT

2000-10-09 Thread Jason Williams
. Is there any plan to put a Win32 client binary up at cvshome.org? It will be posted on http://www.cvshome.org as soon as it is ready. ~j -- Jason Williams OpenAvenue, Inc. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman

Re: CVS 1.11 is now available

2000-09-21 Thread Jason Williams
-q update' from a remote system as anonymous? ~j -- Jason Williams OpenAvenue, Inc. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: CVS 1.11 is now available

2000-09-21 Thread Jason Williams
connection to the repository? Is there something else I should be looking for? Or is anyone else seeing this? ~j -- Jason Williams OpenAvenue, Inc. ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: Authentication

2000-09-06 Thread Jason Williams
word. You can find more info in the CVS Manual, http://www.cvshome.org/docs/manual/cvs_2.html#SEC29. ~j -- Jason Williams OpenAvenue, Inc.

Re: CVS Code Freeze and 1.11 Test Release Available

2000-08-30 Thread Jason Williams
Noel L Yap wrote: I get an error when I click on the link below. It looks like ftp://ftp.cvshome.org/pub/pre doesn't exist. Correcting this problem now. It will be up shortly. ~j -- Jason Williams OpenAvenue, Inc.

Re: CVS Code Freeze and 1.11 Test Release Available

2000-08-30 Thread Jason Williams
Noel L Yap wrote: I got the tarball. Just one comment so far. It'd be nice if the tarball created its own subdirectory (eg cvs-1.11-pre) upon untarring. Very good point. I have corrected this. Thanx, ~j -- Jason Williams OpenAvenue, Inc.

CVS Code Freeze and 1.11 Test Release Available

2000-08-29 Thread Jason Williams
-pre.tar.gz. Bugs should be reported to [EMAIL PROTECTED]; see the README file in the CVS distribution for more information about reporting bugs. Also, please send in success reports to the same address, so that we can update the list of platforms in the INSTALL file. ~j -- Jason Williams OpenAvenue

Re: Listing modules in cvs

2000-08-08 Thread Jason Williams
you at the cvs repository for cvs. The 'co -c' shows you the output of the modules file and the 'co modules' checks out the modules file so you can check it out. Or you can read about it in the manual, http://www.cvshome.org/docs/manual/cvs_18.html#SEC155 Hope it helps ~j -- Jason Williams

unsubscribe

2000-08-07 Thread Jason B. Davis
-- ___ Jason B. Davis Founding Member, Technical Staff RocketLogix, Inc. 6504 International Pkwy., Ste. 1200 Plano, Texas 75093 T 972.930.1137 F 972.930.1199 [EMAIL PROTECTED] www.rocketlogix.com

Re: Listing modules in cvs

2000-08-04 Thread Jason Williams
-- Jason Williams OpenAvenue, Inc.

Re: Next CVS release? (1.10.9?)

2000-08-02 Thread Jason Williams
is available. ~j -- Jason Williams OpenAvenue, Inc. http://www.openave.com http://www.cvshome.org

Re: Could timestamps be replaced with MD5?

2000-04-18 Thread Jason Henry Parker
32 bit checksum that can be upadted from either end (inspired by Mark Adler's Adler-32 checksum)'', according to checksum.c in the 2.4.1 sources. There has been enough FUD about MD5 on this list already without adding further inaccuracy, even if it is a simple mistake. jason -- The Patently Ridicu