using cvs or rcs in to manage data files from programs

2001-10-09 Thread Chris Burn
Hi, I have an app that I use that saves scripts in a C like text file. I wish to extend it to use somthing like CVS or RCS to manage these scripts within the app. So the user can save revisions and go back steps if needed etc. So I suppose I'm asking for an API for CVS that I can extend my ap

Re: Making a file writeable

2001-10-09 Thread Greg A. Woods
[ On Wednesday, October 10, 2001 at 00:59:20 (GMT), Bryon Lape wrote: ] > Subject: Re: Making a file writeable > > This only works on the first checkout. In a sane and normal source control > system, files stay read only until you check them out. CVS seems to be > neither and lets people change

Why can't root check in files?

2001-10-09 Thread luke
I came upon this error last night: [root@posh profile.d]# cvs commit local.sh cvs [commit aborted]: cannot commit files as 'root' Can someone explain this to me, please? It's a major problem for me. I had a look through the FAQ and the cvs document, but could find no mention of it. Some contex

committing alias modules

2001-10-09 Thread Brooke Smith
Gidday all, I have a defined alias in the modules file pointing at two cvs base directories: translate -a xpp tk I can check this out: bsmith$ cvs co translate but can't check it back in: bsmith$ cvs ci translate cvs commit: nothing known about translate It seems obvious that commit doesn

Re: Making a file writeable

2001-10-09 Thread Bryon Lape
This only works on the first checkout. In a sane and normal source control system, files stay read only until you check them out. CVS seems to be neither and lets people change files at will. This is quite bad and counter productive. [EMAIL PROTECTED] wrote: > > When a Linux user goes a check

Re: Need advice on 1) binary files, 2) locking

2001-10-09 Thread Eric Siegerman
On Thu, Oct 04, 2001 at 02:05:46AM +0400, Tobias Brox wrote: > There are three classes of picture formats: > > - Bitmaps (a picture, as it is displayed to the screen). Perhaps > practically impossible, but if you had one line for one pixel, you would > actually get text files that easily can be

Re: cannot open CVS/Entries

2001-10-09 Thread Brooke Smith
Hi Rafael, Weird things happen if your current working directory has been deleted. Could this be the cause? Cheers, Brooke Rafael Luque Leiva wrote: > > Hi all! > > I have committed all changes in my project and then tagged the repository > with a release name. Then I try to checkout the mo

Re: killing a branch

2001-10-09 Thread Eric Siegerman
On Tue, Oct 09, 2001 at 04:02:44PM -0600, David Everly wrote: > I was also thinking maybe read/write locks for > branches, just in case the branches ever needed to be 're-activated'. That doesn't exist in vanilla CVS. There's been a lot of discussion about it of late, along with patches I think.

Re: Only Crypted things in CVS-Repository

2001-10-09 Thread Paul Sander
Of course, an alternative would be not to encrypt individual deltas but rather the entire RCS file. The user would then be required to somehow supply the key to whatever low-level software performs that function before having any kind of meaningful access to the data. It's not difficult to build

Re: CVS + SSH under Unix and automatically use private keys

2001-10-09 Thread Jonah Tsai
On Tuesday, October 9, 2001, at 05:18 PM, Matt McClure wrote: > Does your ssh key have a passphrase? If so, create a new key without a > passphrase. > > Are either of your .ssh directories (client or server) or any of the > files contained in them group- or world-readable or -executable? If s

Re: killing a branch

2001-10-09 Thread Eric Siegerman
On Wed, Oct 03, 2001 at 12:18:23PM -0600, David Everly wrote: > After I merge a branch into the trunk, I would like to make it so that > people cannot commit to the branch anymore. Would someone please suggest > a good way of doing this? Would it suffice to "cvs rm" everything on the branch, so

RE: Checkout text files with the Unix LF (Oxa) - from command line

2001-10-09 Thread Peter Ring
cvs doesn't work, people do. Assumptions become invalid. The concept 'DOS text files' is a stale leftover from CP/M. Who cares if there's a ^Z to mark the end of a 'text' file? I don't see any hands up. There's no end to the amount of grief those pesky ^Z have caused. Anyway, most work on a W

Re: killing a branch

2001-10-09 Thread David Everly
Yes, this might work...I was also thinking maybe read/write locks for branches, just in case the branches ever needed to be 're-activated'. On Tue, Oct 09, 2001 at 04:22:58PM -0400, Eric Siegerman wrote: > On Wed, Oct 03, 2001 at 12:18:23PM -0600, David Everly wrote: > > After I merge a branch in

RE: deprecated caommand in 1.11.1.1

2001-10-09 Thread Thornley, David
> -Original Message- > From: Stanton, Curt (NCI/IMS) [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 09, 2001 2:32 PM > To: '[EMAIL PROTECTED]' > Subject: RE: deprecated caommand in 1.11.1.1 > > > First of all relax. Second of all, I like a lot of things > about CVS. We > would

(no subject)

2001-10-09 Thread info-cvs-admin
___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: CVS + SSH under Unix and automatically use private keys

2001-10-09 Thread David Hoover
> Does your ssh key have a passphrase? If so, create a new key without a > passphrase. Or better yet, use ssh-agent. -- David Hoover ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

RE: Making a file writeable

2001-10-09 Thread Lape, Bryon
Thanks for the info. I found this just after posting. But this does help to defeat locking if one cannot choose files individually. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 09, 2001 1:18 PM To: Bryon Lape Cc: [EMAIL PROTECTED]; [EMAIL

Re: username from client machine

2001-10-09 Thread Larry Jones
Joseph Natar writes: > > Could anyone tell me how to get the username from a client machine in the > repository server. I need the username in the repository server for the > cvs_acls program. The USER internal variable has the real user name. See:

RE: line ending conversions

2001-10-09 Thread Peter Ring
If the problem is that you need CR/LF for files in a Windows hosted sandbox, but only LF when those files are checked out in a *nix hosted sandbox, you need the CR/LF to LF translation. The binary from the cvshome site will do it, http://ftp.cvshome.org/win32/cvs1-11.zip. There will probably be

RE: deprecated caommand in 1.11.1.1

2001-10-09 Thread Greg A. Woods
[ On Tuesday, October 9, 2001 at 15:31:46 (-0400), Stanton, Curt (NCI/IMS) wrote: ] > Subject: RE: deprecated caommand in 1.11.1.1 > > First of all relax. Second of all, I like a lot of things about CVS. We > would like to try to avoid problems right away by trying this way, which was > already

Re: How to do this...

2001-10-09 Thread Eric Siegerman
On Sun, Oct 07, 2001 at 09:01:31PM -0600, [EMAIL PROTECTED] wrote: > [He has "original" and "changed" source trees for third-party > sources and wants to retroactively put them into CVS] > > OK, no problem (well problems that I have been able to solve) in getting the > original version of the cod

Re: CVS + SSH under Unix and automatically use private keys

2001-10-09 Thread Matt McClure
On Tue Oct 09 2001, 13:31, Paul Michali <[EMAIL PROTECTED]> wrote: > However, when I run cvs (command line) from a Unix client, with > CVS_RSH set to SSH, it prompts me for my passphrase. Is there a way to > get around this so that it just uses the private key and continues > without prompting?

(no subject)

2001-10-09 Thread info-cvs-admin
___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

Re: Will moving a directory under a module to CVSROOT work?

2001-10-09 Thread Larry Jones
Arcin Bozkurt writes: > > Suppose a module and a directory under it : > CVSROOT/modulename/x-files/ > > if I move the directory x-files/ to > CVSROOT/newmodule/ > > does it behave like a module??? Any danger of doing this? Yes. Not as long as no one has it checked out. -Larry Jones Somethin

RE: deprecated caommand in 1.11.1.1

2001-10-09 Thread Stanton, Curt (NCI/IMS)
First of all relax. Second of all, I like a lot of things about CVS. We would like to try to avoid problems right away by trying this way, which was already there in previous versions, until we are comfortable without it. I was merely asking if there was a way to do it in the latest release, no

Re: deprecated caommand in 1.11.1.1

2001-10-09 Thread Greg A. Woods
[ On Tuesday, October 9, 2001 at 14:13:17 (-0400), Stanton, Curt (NCI/IMS) wrote: ] > Subject: deprecated caommand in 1.11.1.1 > > I am trying to switch from RCS to CVS. I recenly tried using cvs > 1.11.1.1. For my company, we wanted to simulate the locking style of RCS of > only having on

How properly to RTFM (was RE: Sendng updates to a directory)

2001-10-09 Thread Beachey, Kendric
(note: I accidentally sent this straight to Matt earlier, having meant to send it to the mailing list...sorry Matt...) > From: Matt McClure [mailto:[EMAIL PROTECTED]] > > On Tue Oct 09 2001, 07:59, Bryon Lape <[EMAIL PROTECTED]> wrote: > > > Larry Jones wrote: > > > > > Bryon Lape writes: > >

username from client machine

2001-10-09 Thread Joseph Natar
Title: username from client machine Hi All: Could anyone tell me how to get the username from a client machine in the  repository server. I need the username in the repository server for the cvs_acls program. Any help is appreciated. Thanks Joe Natar Quality Tools Engineering Ventro C

Re: telnetconnection on port 2401 does not work correct

2001-10-09 Thread Larry Jones
[EMAIL PROTECTED] writes: > > what can be the reason that when I try to make a test-telnetsession to port 2401 > on my cvs-server and it answers with the a helppart of cvs. Which "helppart"? If you get something like: Usage: cvs [cvs-options] command [command-options-and-arguments]

Re: telnetconnection on port 2401 does not work correct

2001-10-09 Thread Kaz Kylheku
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: >Hi, > >what can be the reason that when I try to make a test-telnetsession to port 2401 >on my cvs-server and it answers with the a helppart of cvs. The protocol spoken on port 2401 is the CVS pserver protocol, and you are coming in with t

Re: moving cvs repository from one machine to another

2001-10-09 Thread Eric Siegerman
This may be too late to be of use, but here goes... On Thu, Sep 27, 2001 at 07:09:56PM +0100, PRUDHVIDHAR lingala wrote: > Once you setup the CVS server on new system > > 1) Just copy the entire CVS repository from old > server and put it on new system > 2) do following on the new cvs server >

deprecated caommand in 1.11.1.1

2001-10-09 Thread Stanton, Curt (NCI/IMS)
> I am trying to switch from RCS to CVS. I recenly tried using cvs > 1.11.1.1. For my company, we wanted to simulate the locking style of RCS > of only having one person edit the file at a time. I understand that CVS > doesn't directly support that and I understand why, but it had the command

Will moving a directory under a module to CVSROOT work?

2001-10-09 Thread Arcin Bozkurt
Suppose a module and a directory under it : CVSROOT/modulename/x-files/ if I move the directory x-files/ to CVSROOT/newmodule/ does it behave like a module??? Any danger of doing this? P.S. There are no tags or anything currently on these files and no dependencies of these files on anything e

Re: prevent cvs-directoy in subdirs

2001-10-09 Thread Larry Jones
Christian Schmidt writes: > > Is there a way to prevent the creation of those cvs-subdirectories in all > the subdirs of a project? No. That's where CVS stores the meta-data about the contents of the directory. (Note that the directory structure of your working directory doesn't necessarily ha

RE: line ending conversions

2001-10-09 Thread Josh Baudhuin
Sounds like a problem w/ cygwin build of CVS. It could be circumventing the I/O library calls which actually abide by the mount attributes, though this seems like a surprising oversight. It should probably accommodate both \r\n and \n deliberately in its code if it's -kk.?, and simply ignore if -k

DirectTalk and CVS

2001-10-09 Thread prhodes
Hi, just wondering if there are any DT developers on the list, who use CVS to manage your Rexx code? If so, I was wondering how other people manage their DT projects. Due to the nature of DT, it's most convenient to use your x:\dtalk directory as your working directory, in a sense, because that's

deprecated caommand in 1.11.1.1

2001-10-09 Thread Stanton, Curt (NCI/IMS)
I am trying to switch from RCS to CVS. I recenly tried using cvs 1.11.1.1. For my company, we wanted to simulate the locking style of RCS of only having one person edit the file at a time. I understand that CVS doesn't directly support that and I understand why, but it had the command a

telnetconnection on port 2401 does not work correct

2001-10-09 Thread rhelms
Hi, what can be the reason that when I try to make a test-telnetsession to port 2401 on my cvs-server and it answers with the a helppart of cvs. I think normaly there must be an answer of bad auth method. Using the cvs-command it comes up the message broken pipe ... ( possible a bug). Regards,

Re: line ending conversions

2001-10-09 Thread Matt McClure
On Tue Oct 09 2001, 11:08, Roman Belenov <[EMAIL PROTECTED]> wrote: > Matt McClure <[EMAIL PROTECTED]> writes: > > > But I have also noticed some text files in my repository that have CRLF > > line endings. I think I understand how this happened, but just to > > confirm... > > > > The files we

CVS + SSH under Unix and automatically use private keys

2001-10-09 Thread Paul Michali
I was able to setup CVS client on my PC using WinCVS, puTTY, and SSH, such that each CVS command automatically uses my private SSH key and does the CVS command without prompting me for a password. However, when I run cvs (command line) from a Unix client, with CVS_RSH set to SSH, it prompts me fo

prevent cvs-directoy in subdirs

2001-10-09 Thread Christian Schmidt
Is there a way to prevent the creation of those cvs-subdirectories in all the subdirs of a project? example: galib -> cvs -> doc ---> cvs ---> images -> cvs ... The "entries" file for "galib/doc" contains: /API.html/1.1.1.1/Tue Oct 9 15:52:25 2001// /ClassHierarchy.html/1.1

Re: Only Crypted things in CVS-Repository

2001-10-09 Thread Jesus Manuel NAVARRO LOPEZ
Hi, Thomas: Thomas Deselaers wrote: > > Hello, > > I am new to this list, but I have checked the archives and as far as I could > see, until now there was nothing similar to my idea discussed. > > The situation I have is the following. > > Together with some friends of mine I am developing to

Re: Making a file writeable

2001-10-09 Thread prhodes
> When a Linux user goes a checkout of a module, all the files are > writeable and they stay that way even after a commit. When a Windows > user, however, does a checkout via WinCVS, all the files are read-only. > Is there a way to make them writeable via WinCVS? Also, when the files > are

Re: Only Crypted things in CVS-Repository

2001-10-09 Thread Kaz Kylheku
In article <[EMAIL PROTECTED]>, Thomas Deselaers wrote: >Hello, > >I am new to this list, but I have checked the archives and as far as I could >see, until now there was nothing similar to my idea discussed. > >The situation I have is the following. > >Together with some friends of mine I am devel

Re: How properly to RTFM (was RE: Sendng updates to a directory)

2001-10-09 Thread Matt McClure
On Tue Oct 09 2001, 10:50, "Beachey, Kendric" <[EMAIL PROTECTED]> wrote: > From: Matt McClure [mailto:[EMAIL PROTECTED]] > > > On Tue Oct 09 2001, 07:59, Bryon Lape <[EMAIL PROTECTED]> wrote: > > > > > Larry Jones wrote: > > > > > > > Bryon Lape writes: > > > > > > > > > User joe checkouts fil

Making a file writeable

2001-10-09 Thread Bryon Lape
When a Linux user goes a checkout of a module, all the files are writeable and they stay that way even after a commit. When a Windows user, however, does a checkout via WinCVS, all the files are read-only. Is there a way to make them writeable via WinCVS? Also, when the files are comitted, they

Re: Sendng updates to a directory

2001-10-09 Thread Bryon Lape
After MUCH trial and error, I got it to work, but errors do not display in the log file. Bryon Lape wrote: > Larry Jones wrote: > > > Bryon Lape writes: > > > > > > User joe checkouts files to his local devel area. User joe is done and > > > checks files back in. CVS updates its database and t

SPAMMING

2001-10-09 Thread hicton
My name has been turned in regarding spamming. Can somebody there get back to me on this? As I was not aware that I was spamming you when I posted my business on your site. My account with Webmailstation has been terminated because of this. I am really new to the Internet, and if I did something w

RE: Installing CVS on Red Hat 7.0 -- Solution (xinetd.d)

2001-10-09 Thread Harnish, Joe
Title: RE: Installing CVS on Red Hat 7.0 -- Solution (xinetd.d) After some very good suggestions, Larry Jones filled me in on the last little bit to get it working.  Here is the xinetd.d file that I am using (for others who may have this problem). service cvspserver {     socket_type 

Comments about using Corey Minyard user authentication patch

2001-10-09 Thread Mudit Sachdev
Hi I was looking at Corey Minyard's patch for the user authentication. Has anyone been using it in their CVS server setup. Have you experienced any problems till now which we should be aware of? and also how does it interact with Kerberos is stable or has some complications? Thanks for the hel

Help!

2001-10-09 Thread John Gagon
I am a former VSS (Visual Source Safe)user and am trying out CVS/WinCVS 1.3.5.1 beta which supposedly comes with CVSNT. (I think I read that on the CVSNT readme.) Well, it is getting very confusing. The help on WinCVS is also confusing. I understand the semantics of import, checkout and so forth

Re: line ending conversions

2001-10-09 Thread Roman Belenov
Matt McClure <[EMAIL PROTECTED]> writes: > I noticed that the info node "How to store binary files" says: > > ... CVS by default converts line endings between the canonical form > in which they are stored in the repository (linefeed only), and the > form appropriate to the operating

Re: Checkout text files with the Unix LF (Oxa) - from command line

2001-10-09 Thread Larry Jones
Peter Ring writes: > > The host may or may not be part of the use, and the > end-of-record format may or may not be important for the > host. For example, I might need to manage configuration > files for a multi-OS product. While I have both CR (MacOS), > LF (*nix), and CR/LF (CPM/MS-DOS) end

line ending conversions

2001-10-09 Thread Matt McClure
I noticed that the info node "How to store binary files" says: ... CVS by default converts line endings between the canonical form in which they are stored in the repository (linefeed only), and the form appropriate to the operating system in use on the client (for example, carria

checkout wincvs 1.2

2001-10-09 Thread David Badstübner
i have installed cvs on linux 7.2. With linux it works fine even with the checkout command. With wincvs i´m faced to the problem, that with the checkout i receive always the same error message: cannot access /cvstric/CVSROOT/CVSROOT Is there a default file or ini-file which has to be edited? i

Re: Sendng updates to a directory

2001-10-09 Thread Matt McClure
On Tue Oct 09 2001, 07:59, Bryon Lape <[EMAIL PROTECTED]> wrote: > Larry Jones wrote: > > > Bryon Lape writes: > > > > > User joe checkouts files to his local devel area. User joe is done and > > > checks files back in. CVS updates its database and then copies the > > > updated files to the "s

Re: Only Crypted things in CVS-Repository

2001-10-09 Thread Thomas Deselaers
On Tue, Oct 09, 2001 at 02:59:37PM +0200, Harald Kucharek wrote: > Thomas Deselaers wrote: > > This brought us to the idea if it is possible to store crypted sources in a > > CVS-Repository without losing the funktionality of diffs etc. Of course it > > would be absolutely easy to encrypt everythi

Re: Sendng updates to a directory

2001-10-09 Thread Mark A. Flacy
Well, let's see That was section C.7.2; section C.7.1 is about the "loginfo" file. Hmm. I wonder if the two are related somehow. In fact, as I look at section C.7, all is revealed, especially when you realize what section C is about. Did you even READ the documentation or simply expect us

Re: CVS 2.0?

2001-10-09 Thread Philip Lijnzaad
> Are there any official plans for CVS 2.0? What is going on with future > development? I dunno ... some would argue that CVS has reached the end of the line (which, incidentally, is not a bad thing). Major new functionality requires too much fundamental architecture changes. SubVersion is tou

Re: Only Crypted things in CVS-Repository

2001-10-09 Thread Harald Kucharek
Thomas Deselaers wrote: > This brought us to the idea if it is possible to store crypted sources in a > CVS-Repository without losing the funktionality of diffs etc. Of course it > would be absolutely easy to encrypt everything and store them binary. > > I thought about this, and came to the conc

Only Crypted things in CVS-Repository

2001-10-09 Thread Thomas Deselaers
Hello, I am new to this list, but I have checked the archives and as far as I could see, until now there was nothing similar to my idea discussed. The situation I have is the following. Together with some friends of mine I am developing to win a small contest at our university. We are 4 persons

Re: Sendng updates to a directory

2001-10-09 Thread Bryon Lape
Larry Jones wrote: > Bryon Lape writes: > > > > User joe checkouts files to his local devel area. User joe is done and > > checks files back in. CVS updates its database and then copies the > > updated files to the "shared development area". > > http://www.cvshome.org/docs/manual/cvs_18.html#SE

Re: User authentication without using Unix login

2001-10-09 Thread Frank Landgraf
Here is a separate cvs - User autentification described: http://www.cvshome.org/docs/manual/cvs_2.html#SEC30 HTH ___ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs

RE: Checkout text files with the Unix LF (Oxa) - from command line

2001-10-09 Thread Peter Ring
Files are not suitable for the host (of your sandbox). They are suitable for certain uses in certain contexts. The host may or may not be part of the use, and the end-of-record format may or may not be important for the host. For example, I might need to manage configuration files for a multi