Checkout of selected modules

2003-02-12 Thread Jayashree

Hi,
I want to know if I can checkout specific folders.
I know that we can co giving the dir name(s) specifically.
But, my requirement is something like I have to checkout 
a set of dirs with a name for the set .
Like : If I say $cvs co example,
I should get CVSROOT/test,CVSROOT/test1,CVSROOT/test2/a.c ...

Can somebody help me on this.

Regards,
Jayashree

***
This message is proprietary to Future Software Limited (FSL) 
and is intended solely for the use of the individual to whom it
is addressed. It may contain  privileged or confidential information 
and should not be circulated or used for any purpose other than for 
what it is intended. 

If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message. 
FSL accepts no responsibility for loss or damage arising from 
the use of the information transmitted by this email including
damage from virus.
***


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



Usin -n switch and error

2003-02-12 Thread Mr. Cristian Romanescu



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



RE: Checkout of selected modules

2003-02-12 Thread Prem Prakash Pathak
Under CVSROOT, you can use one administrative file named modules. You can
define a set directories under this file , which is known as a module in CVS
terminology. or you can say module file is used to define aliases and
alternate groupings for database in the repository.
For Example:
MODULE_NAME   -a DIRECTORIES_IN_REPOSITORY
The paths given on the right are relative to the CVSROOT variable.This gives
developers an alternate name by which to check out a project or a portion of
a project. 
Alongwith this you can also specify the directories which you don't
want to get under specific module.
For Example:
MODULE_NAME   -a Required_DIRECTORY_IN_REPOSITORY
!DIRECTORY_NOT_REQUIRED

You can checkout module file thru checkout command, do ur changes(define
ur modules)  checkin.

--Prem
-Original Message-
From: Jayashree [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 12, 2003 3:22 PM
To: [EMAIL PROTECTED]
Subject: Checkout of selected modules



Hi,
I want to know if I can checkout specific folders.
I know that we can co giving the dir name(s) specifically.
But, my requirement is something like I have to checkout 
a set of dirs with a name for the set .
Like : If I say $cvs co example,
I should get CVSROOT/test,CVSROOT/test1,CVSROOT/test2/a.c ...

Can somebody help me on this.

Regards,
Jayashree

***
This message is proprietary to Future Software Limited (FSL) 
and is intended solely for the use of the individual to whom it
is addressed. It may contain  privileged or confidential information 
and should not be circulated or used for any purpose other than for 
what it is intended. 

If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message. 
FSL accepts no responsibility for loss or damage arising from 
the use of the information transmitted by this email including
damage from virus.
***


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


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



RE: Checkout of selected modules

2003-02-12 Thread Prem Prakash Pathak
Under CVSROOT, you can use one administrative file named modules. You can
define a set directories under this file , which is known as a module in CVS
terminology. or you can say module file is used to define aliases and
alternate groupings for database in the repository.
For Example:
MODULE_NAME   -a DIRECTORIES_IN_REPOSITORY
The paths given on the right are relative to the CVSROOT variable.This gives
developers an alternate name by which to check out a project or a portion of
a project. 
Alongwith this you can also specify the directories which you don't
want to get under specific module.
For Example:
MODULE_NAME   -a Required_DIRECTORY_IN_REPOSITORY
!DIRECTORY_NOT_REQUIRED

You can checkout module file thru checkout command, do ur changes(define
ur modules)  checkin.

--Prem
-Original Message-
From: Jayashree [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 12, 2003 3:22 PM
To: [EMAIL PROTECTED]
Subject: Checkout of selected modules



Hi,
I want to know if I can checkout specific folders.
I know that we can co giving the dir name(s) specifically.
But, my requirement is something like I have to checkout 
a set of dirs with a name for the set .
Like : If I say $cvs co example,
I should get CVSROOT/test,CVSROOT/test1,CVSROOT/test2/a.c ...

Can somebody help me on this.

Regards,
Jayashree

***
This message is proprietary to Future Software Limited (FSL) 
and is intended solely for the use of the individual to whom it
is addressed. It may contain  privileged or confidential information 
and should not be circulated or used for any purpose other than for 
what it is intended. 

If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message. 
FSL accepts no responsibility for loss or damage arising from 
the use of the information transmitted by this email including
damage from virus.
***


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


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



Checkout of selected modules

2003-02-12 Thread Jayashree


Hi,
I want to know if I can checkout specific folders.
I know that we can co giving the dir name(s) specifically.
But, my requirement is something like I have to checkout 
a set of dirs with a name for the set .
Like : If I say $cvs co example,
I should get CVSROOT/test,CVSROOT/test1,CVSROOT/test2/a.c ...

Can somebody help me on this.

Regards,
Jayashree

***
This message is proprietary to Future Software Limited (FSL) 
and is intended solely for the use of the individual to whom it
is addressed. It may contain  privileged or confidential information 
and should not be circulated or used for any purpose other than for 
what it is intended. 

If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message. 
FSL accepts no responsibility for loss or damage arising from 
the use of the information transmitted by this email including
damage from virus.
***


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



RE: Checkout of selected modules

2003-02-12 Thread Jayashree
Thanks.
But I think I will get the latest revisions
of the files. What do I do to co a tag in
a similar condition?

Regards,
Jayashree


-Original Message-
From: Prem Prakash Pathak [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 12 February 2003 4:36 PM
To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
Subject: RE: Checkout of selected modules


Under CVSROOT, you can use one administrative file named modules. You can
define a set directories under this file , which is known as a module in CVS
terminology. or you can say module file is used to define aliases and
alternate groupings for database in the repository.
For Example:
MODULE_NAME   -a DIRECTORIES_IN_REPOSITORY
The paths given on the right are relative to the CVSROOT variable.This gives
developers an alternate name by which to check out a project or a portion of
a project.
Alongwith this you can also specify the directories which you don't
want to get under specific module.
For Example:
MODULE_NAME   -a Required_DIRECTORY_IN_REPOSITORY
!DIRECTORY_NOT_REQUIRED

You can checkout module file thru checkout command, do ur changes(define
ur modules)  checkin.

--Prem
-Original Message-
From: Jayashree [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 12, 2003 3:22 PM
To: [EMAIL PROTECTED]
Subject: Checkout of selected modules



Hi,
I want to know if I can checkout specific folders.
I know that we can co giving the dir name(s) specifically.
But, my requirement is something like I have to checkout
a set of dirs with a name for the set .
Like : If I say $cvs co example,
I should get CVSROOT/test,CVSROOT/test1,CVSROOT/test2/a.c ...

Can somebody help me on this.

Regards,
Jayashree

***
This message is proprietary to Future Software Limited (FSL)
and is intended solely for the use of the individual to whom it
is addressed. It may contain  privileged or confidential information
and should not be circulated or used for any purpose other than for
what it is intended.

If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message.
FSL accepts no responsibility for loss or damage arising from
the use of the information transmitted by this email including
damage from virus.
***


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

***
This message is proprietary to Future Software Limited (FSL) 
and is intended solely for the use of the individual to whom it
is addressed. It may contain  privileged or confidential information 
and should not be circulated or used for any purpose other than for 
what it is intended. 

If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message. 
FSL accepts no responsibility for loss or damage arising from 
the use of the information transmitted by this email including
damage from virus.
***


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



RE: Checkout of selected modules

2003-02-12 Thread Prem Prakash Pathak
You can use checkout command like this,

cvs checkout -r TagName ModuleName
Using command like this, you will get the revision under specific TagName.
However If you will use simple checkout(without tag option), it will get you
the latest revision avalaible under the repository.

-Prem

-Original Message-
From: Jayashree [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 12, 2003 5:55 PM
To: 'Prem Prakash Pathak'; [EMAIL PROTECTED]
Subject: RE: Checkout of selected modules


Thanks.
But I think I will get the latest revisions
of the files. What do I do to co a tag in
a similar condition?

Regards,
Jayashree


-Original Message-
From: Prem Prakash Pathak [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 12 February 2003 4:36 PM
To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
Subject: RE: Checkout of selected modules


Under CVSROOT, you can use one administrative file named modules. You can
define a set directories under this file , which is known as a module in CVS
terminology. or you can say module file is used to define aliases and
alternate groupings for database in the repository.
For Example:
MODULE_NAME   -a DIRECTORIES_IN_REPOSITORY
The paths given on the right are relative to the CVSROOT variable.This gives
developers an alternate name by which to check out a project or a portion of
a project.
Alongwith this you can also specify the directories which you don't
want to get under specific module.
For Example:
MODULE_NAME   -a Required_DIRECTORY_IN_REPOSITORY
!DIRECTORY_NOT_REQUIRED

You can checkout module file thru checkout command, do ur changes(define
ur modules)  checkin.

--Prem
-Original Message-
From: Jayashree [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 12, 2003 3:22 PM
To: [EMAIL PROTECTED]
Subject: Checkout of selected modules



Hi,
I want to know if I can checkout specific folders.
I know that we can co giving the dir name(s) specifically.
But, my requirement is something like I have to checkout
a set of dirs with a name for the set .
Like : If I say $cvs co example,
I should get CVSROOT/test,CVSROOT/test1,CVSROOT/test2/a.c ...

Can somebody help me on this.

Regards,
Jayashree

***
This message is proprietary to Future Software Limited (FSL)
and is intended solely for the use of the individual to whom it
is addressed. It may contain  privileged or confidential information
and should not be circulated or used for any purpose other than for
what it is intended.

If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message.
FSL accepts no responsibility for loss or damage arising from
the use of the information transmitted by this email including
damage from virus.
***


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

***
This message is proprietary to Future Software Limited (FSL) 
and is intended solely for the use of the individual to whom it
is addressed. It may contain  privileged or confidential information 
and should not be circulated or used for any purpose other than for 
what it is intended. 

If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message. 
FSL accepts no responsibility for loss or damage arising from 
the use of the information transmitted by this email including
damage from virus.
***


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



RE: Checkout of selected modules

2003-02-12 Thread Jayashree
True.
But with respect to modules
file,can I specify a tag name in
the alias option.

Regards,
Jayashree


-Original Message-
From: Prem Prakash Pathak [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 12 February 2003 6:10 PM
To: '[EMAIL PROTECTED]'; Prem Prakash Pathak;
[EMAIL PROTECTED]
Subject: RE: Checkout of selected modules


You can use checkout command like this,

cvs checkout -r TagName ModuleName
Using command like this, you will get the revision under specific TagName.
However If you will use simple checkout(without tag option), it will get you
the latest revision avalaible under the repository.

-Prem

-Original Message-
From: Jayashree [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 12, 2003 5:55 PM
To: 'Prem Prakash Pathak'; [EMAIL PROTECTED]
Subject: RE: Checkout of selected modules


Thanks.
But I think I will get the latest revisions
of the files. What do I do to co a tag in
a similar condition?

Regards,
Jayashree


-Original Message-
From: Prem Prakash Pathak [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, 12 February 2003 4:36 PM
To: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
Subject: RE: Checkout of selected modules


Under CVSROOT, you can use one administrative file named modules. You can
define a set directories under this file , which is known as a module in CVS
terminology. or you can say module file is used to define aliases and
alternate groupings for database in the repository.
For Example:
MODULE_NAME   -a DIRECTORIES_IN_REPOSITORY
The paths given on the right are relative to the CVSROOT variable.This gives
developers an alternate name by which to check out a project or a portion of
a project.
Alongwith this you can also specify the directories which you don't
want to get under specific module.
For Example:
MODULE_NAME   -a Required_DIRECTORY_IN_REPOSITORY
!DIRECTORY_NOT_REQUIRED

You can checkout module file thru checkout command, do ur changes(define
ur modules)  checkin.

--Prem
-Original Message-
From: Jayashree [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 12, 2003 3:22 PM
To: [EMAIL PROTECTED]
Subject: Checkout of selected modules



Hi,
I want to know if I can checkout specific folders.
I know that we can co giving the dir name(s) specifically.
But, my requirement is something like I have to checkout
a set of dirs with a name for the set .
Like : If I say $cvs co example,
I should get CVSROOT/test,CVSROOT/test1,CVSROOT/test2/a.c ...

Can somebody help me on this.

Regards,
Jayashree

***
This message is proprietary to Future Software Limited (FSL)
and is intended solely for the use of the individual to whom it
is addressed. It may contain  privileged or confidential information
and should not be circulated or used for any purpose other than for
what it is intended.

If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message.
FSL accepts no responsibility for loss or damage arising from
the use of the information transmitted by this email including
damage from virus.
***


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

***
This message is proprietary to Future Software Limited (FSL)
and is intended solely for the use of the individual to whom it
is addressed. It may contain  privileged or confidential information
and should not be circulated or used for any purpose other than for
what it is intended.

If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message.
FSL accepts no responsibility for loss or damage arising from
the use of the information transmitted by this email including
damage from virus.
***

***
This message is proprietary to Future Software Limited (FSL) 
and is intended solely for the use of the individual to whom it
is addressed. It may contain  privileged or confidential information 
and should not be circulated or used for any purpose other than for 
what it is intended. 

If you have received this message in error, please notify the
originator immediately. If you are not the intended recipient,
you are notified that you are strictly prohibited from using,
copying, altering, or disclosing the contents of this message. 
FSL accepts no responsibility for loss or damage arising 

Help Required

2003-02-12 Thread Amit Sharma
Hi All,
We have migrated our source code from VSS ( Visual Source Safe) to
CVS but after migration It is not appending the log to the files, Is there
any way on the Server to append log automatically to the file once committed
or Do I need to modify each file to appand the log to the files.

Regards,
Amit.



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



Re: Help Required

2003-02-12 Thread Riechers, Matthew W
Amit Sharma wrote:
 
 Hi All,
 We have migrated our source code from VSS ( Visual Source Safe) to
 CVS but after migration It is not appending the log to the files, Is there
 any way on the Server to append log automatically to the file once committed
 or Do I need to modify each file to appand the log to the files.

You can use the $Log$ keyword but you may not want to:

http://www.cvshome.org/docs/manual/cvs_12.html#IDX213
http://www.cvshome.org/docs/manual/cvs_12.html#SEC103

-Matt


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



Re: Help Required

2003-02-12 Thread Mark Cooper
I'm not sure I entirely understand your question, but in order to append 
or include history (log messages resulting from commit operations) in 
checked-out source files, place a line with the keyword '$log: $' at the 
appropriate place in the source code (preferably as a comment line). This 
will be expanded on checkout to show the complete history of commit 
messages.

HTH

Mark Cooper
Reuse Manager
Microlise Limited
http://www.microlise.co.uk
mailto:[EMAIL PROTECTED]




Amit Sharma [EMAIL PROTECTED]
Sent by: [EMAIL PROTECTED]
12/02/2003 13:34

 
To: [EMAIL PROTECTED]
cc: 
Subject:Help Required


Hi All,
 We have migrated our source code from VSS ( Visual Source 
Safe) to
CVS but after migration It is not appending the log to the files, Is there
any way on the Server to append log automatically to the file once 
committed
or Do I need to modify each file to appand the log to the files.

Regards,
Amit.



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





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



History being replaced rather than being appended on mirror server.

2003-02-12 Thread Gaganinder Singh

Hi, 

We are running CVS Version 1.11 on a SUSE Linux 7.0 Enterprise edition
server. At the time of replication with the mirror CVS server , the history
file is being replaced every time, rather than appended the file. The CVS up
version we have on this server is SNAP_16_1d . 


Look forward to a quick reply.

Thank you.
Gaganinder Singh.



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



CVS upgrade

2003-02-12 Thread Sequeira, Brian
Hello, 

We were planning to upgrade CVS from 1.10.7 to 1.11.5 with the security
update. We are currently running SunOS 5.7 and the closest binary I could
find was CVS 1.11.5-SUNOS-5.6.gz. Would this work? Or do I need to compile
the source code for this version.
Could someone please advise on how to process with CVS upgrade. I could not
find any documentation on the upgrade process. 
Thanks
Brian


___ 

Juniper Bank 
www.juniper.com 
___ 

This e-mail and any files transmitted with it may contain confidential
and/or proprietary information. It is intended solely for the use of the
individual or entity who is the intended recipient. Unauthorized use of this
information is prohibited. If you have received this in error, please
contact the sender by replying to this message and delete this material from
any system it may be on.


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



Binary for Red Hat 7

2003-02-12 Thread Brian Kowald
What is the correct binary for cvs server for Red Hat 7.2?  When I try to
install the rpm for 8, I get this message

error: failed dependencies:
libc.so.6(GLIBC_2.3)   is needed by cvs-1.11.5-cvshome.8x.1

Or - How can I fix the dependecy?

Brian





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



Re: Binary for Red Hat 7

2003-02-12 Thread Mark D. Baushke
Brian Kowald [EMAIL PROTECTED] writes:

 What is the correct binary for cvs server for Red Hat 7.2?  When I try to
 install the rpm for 8, I get this message
 
 error: failed dependencies:
 libc.so.6(GLIBC_2.3)   is needed by cvs-1.11.5-cvshome.8x.1
 
 Or - How can I fix the dependecy?

My understanding is that Redhat 7.2 GNU/Linux provides an update to
cvs-1.11.1p1-8.7.i386.rpm for the security fix that caused cvs-1.11.5 to
be released. However, if you really want the new version of cvs in an
RPM, you should consider building it yourself (it is easy to do).

You should be able to fetch a copy of the cvs-1.11.5.tar.bz2 file from
the cvshome.org download pages and make your own RPM package using the
following steps:

bunzip2 cvs-1.11.5.tar.bz2 | tar xvf -
cd cvs-1.11.5
./configure

 You may need to be root for the next few steps or
 you need to change the ownership of the /usr/src/redhat
 tree to your own userid.

cp ../cvs-1.11.5.tar.bz2 /usr/src/redhat/SOURCES
rpm -ba cvs.spec
chown -R bkowald /usr/src/redhat/BUILD/cvs-1.11.5/src

 Now you need to be a normal user

cd /usr/src/redhat/BUILD/cvs-1.11.5/src
make localcheck remotecheck

 If everything works, you may now use:

rpm -Uvh /usr/src/redhat/RPMS/i386/cvs-1.11.5-1.i386.rpm
and (optionally)
rpm -Uvh /usr/src/redhat/RPMS/i386/cvs-krb5-1.11.5-1.i386.rpm

 to install the packages you built.

Enjoy!
-- Mark


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



module file

2003-02-12 Thread Schwenk, Jeanie
I have a module TESTING that has two files and I want one of them to be
deposited in my home directory.  I DO NOT want the file in a directory just
the file.  I want to be able to type cvs co TESTING from anywhere and just
get the file.  

Is it possible to checkout a single file to the current directory without
explicitly specifying the filename?  Eventually this directory may grow to
contain more than two files but I would still want the files to the current
directory.

Jeanie
__
This is Linux country.  On a quiet night, you can hear NT re-boot. 


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