info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs with msvc


From: pansz
Subject: Re: cvs with msvc
Date: Tue, 4 Dec 2001 16:38:50 +0800

We are using MSVC too, but we'd never use VC's automaticlly allocated ID
numbers.

All of our ID numbers are user-defined. and we have some rule to set the ID
number.

e.g. 
1000-1999 module 1
2000-2999 module 2
...
20000-20999 Common Test module

you can define your own ID standard.

-----Original Message-----
From: address@hidden [mailto:address@hidden
Sent: Tuesday, December 04, 2001 4:21 PM
To: address@hidden
Subject: Info-cvs digest, Vol 1 #1209 - 16 msgs


Send Info-cvs mailing list submissions to
        address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
        http://mail.gnu.org/mailman/listinfo/info-cvs
or, via email, send a message with subject or body 'help' to
        address@hidden

You can reach the person managing the list at
        address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Info-cvs digest..."


Today's Topics:

   1. Tags question (Mark Lancisi)
   2. RE: Problem installing cvs-1.11.1p1 on hp-ux (Lenng, Helen)
   3. Re: bug in cvs annotate? (Larry Jones)
   4. Re: Tags question (Larry Jones)
   5. Re: Tags question (Todd Denniston)
   6. cvs with msvc (Sasha Case)
   7. Re: Tags question (Greg A. Woods)
   8. Re: writing to server socket error (Derek Comartin)
   9. (no subject) (Ant User)
  10. Re: cvs with msvc (Kaz Kylheku)
  11. howto view old version source (ray)
  12. removing watches (Ant User)
  13. Re: howto view old version source (Larry Jones)
  14. Check-in detail (Raghavendra_Ganiga)
  15. laser supplies (address@hidden)
  16. Re: Wanted: cvs update -d <modulename> (Per Fryken)

--__--__--

Message: 1
From: "Mark Lancisi" <address@hidden>
To: <address@hidden>
Subject: Tags question
Date: Mon, 3 Dec 2001 15:51:22 -0500
Organization: Netezza Corporation

This is a multi-part message in MIME format.

------=_NextPart_000_104A_01C17C12.5B57F0B0
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Is there a cvs command or utility that you can run on a given =
project/module that will give you a list of all the tags present =
therein?

thanks in advance!

markl

------=_NextPart_000_104A_01C17C12.5B57F0B0
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.3314.2100" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Is there a cvs command or utility that =
you can run=20
on a given project/module that will give you a list of all the tags =
present=20
therein?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>thanks in advance!</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>markl</FONT></DIV></BODY></HTML>

------=_NextPart_000_104A_01C17C12.5B57F0B0--



--__--__--

Message: 2
From: "Lenng, Helen" <address@hidden>
To: "'address@hidden'" <address@hidden>
Cc: address@hidden
Subject: RE: Problem installing cvs-1.11.1p1 on hp-ux
Date: Mon, 3 Dec 2001 16:19:26 -0500 


Larry, thx for all the help.  I reverted back to using HP C compiler
and set my shlib_path and now it installed just fine.

You were right gcc I got from HP was incomplete, thx !
> -----Original Message-----
> From: address@hidden [SMTP:address@hidden
> Sent: Monday, December 03, 2001 1:49 PM
> To:   address@hidden
> Cc:   address@hidden
> Subject:      Re: Problem installing cvs-1.11.1p1 on hp-ux
> 
> Lenng, Helen writes:
> >
> > checking for mkdir... no
> > checking for rename... no
> > checking for strstr... no
> > checking for dup2... no
> > checking for strerror... no
> > checking for valloc... no
> > checking for waitpid... no
> > checking for memmove... no
> 
> Configure isn't finding any of the library routines, which almost
> certainly means that gcc isn't working correctly.  Please look in
> config.log for one or more of these tests and see what the problem is. 
> If you need help figuring it out, feel free to post an excerpt here.
> 
> -Larry Jones
> 
> Physical education is what you learn from having your face in
> someone's armpit right before lunch. -- Calvin


The information contained herein, while not guaranteed, has been obtained
from sources we consider reliable.  This is not a solicitation of any order
to buy or sell.  Arnhold and S. Bleichroeder, Inc. ("ASB") its officers and
employees, including those involved in the preparation of this e-mail,
directors and stockholders, and customers of this Firm whose accounts are
maintained on a discretionary basis may have substantial long or short
positions in, and buy or sell, the securities or options of companies
discussed in this e-mail.  Such positions may have been established, in any
and all cases, prior to the commencement of circulation of this e-mail.  ASB
may make a market in these securities or have an investment banking
relationship with the companies mentioned herein.  

Please do not transmit orders and/or instructions regarding your account(s)
via e-mail.  Orders and/or instructions transmitted by e-mail will not be
accepted by ASB and we will not be responsible for carrying out such orders
and/or instructions.  ASB reserves the right to review all incoming and
outgoing e-mails.


--__--__--

Message: 3
Subject: Re: bug in cvs annotate?
To: address@hidden (Paul Sander)
Date: Mon, 3 Dec 2001 17:07:52 -0500 (EST)
Cc: address@hidden, address@hidden, address@hidden
From: address@hidden (Larry Jones)

Paul Sander writes:
> 
> The last sentence indicates a reasonable requirement to have the
> "cvs annotate" command do something reasonable with binary files.
> Perhaps it could produce a diagnostic that says "Can't annotate a
> binary file", which is much more reasonable than hanging.

I've just checked in a change that causes [r]annotate to skip binary
files (with a message) unless you specify the new -F option.

-Larry Jones

He piqued my curiosity. -- Calvin


--__--__--

Message: 4
Subject: Re: Tags question
To: address@hidden (Mark Lancisi)
Date: Mon, 3 Dec 2001 17:09:53 -0500 (EST)
Cc: address@hidden
From: address@hidden (Larry Jones)

Mark Lancisi writes:
> 
> Is there a cvs command or utility that you can run on a given
> project/module that will give you a list of all the tags present
> therein?

Not per se -- tags are per-file and CVS doesn't keep any reliable
collective information about them.  You can always use status -v or log
on a representative file or on all the files and collect them yourself.

-Larry Jones

I'll be a hulking, surly teen-ager before you know it!! -- Calvin


--__--__--

Message: 5
Date: Mon, 03 Dec 2001 17:17:29 -0500
From: Todd Denniston <address@hidden>
Organization: Code 6067, NSWC Crane
To: Mark Lancisi <address@hidden>
CC: address@hidden
Subject: Re: Tags question

> Mark Lancisi wrote:
> 
> Is there a cvs command or utility that you can run on a given
project/module
> that will give you a list of all the tags present therein?
> 
> thanks in advance!
> 
> markl
http://www.red-bean.com/cvs2cl/

cvs2cl.pl -r -t ; grep -A1 "utags:" ChangeLog

I am not sure if it gets them all, but it gets a good chunk.

cvs status -v filename

will show all attached to a particular file.
the utags trick gets me all the ones applied by import and I have a file (in
the repo) in which my tag scripts track all the tags I have hand applied, so
I
don't have to do these searches. (I think I posted the scripts earlier so if
you want them try searching an archive first)
-- 
____________________________________________________________________________
__
Todd Denniston, Code 6067, NSWC Crane
mailto:address@hidden
I'd crawl over an acre of 'Visual This++' and 'Integrated Development
That' to get to gcc, Emacs, and gdb.  Thank you.
        -- Vance Petree, Virginia Power


--__--__--

Message: 6
Date: Tue, 04 Dec 2001 09:17:37 +1000
To: address@hidden
From: Sasha Case <address@hidden>
Subject: cvs with msvc
Cc: address@hidden

G'day,

We're having a problem with resources in msvc with multiple developers.  We 
get conflicts all the time in .rc files and files such as resource.h when 
two people try to add resources.  The problem is that the id numbers 
allocated automagically by devstudio are the same for both developers, but 
for different resources.

There doesn't seem to be a way to allocate a different resource ID offset 
for different devs.  We have considered an automated update+commit of the 
appropriate files on every compile, but this is sub-optimal for temporary 
changes and so on that may break others' code.

Does anyone know a way to overcome this?


---
Sasha Case
Development Engineer, Clarity EQ Pty Ltd
Tel: +61-2-9905-6277, Fax: +61-2-9905-8066
Public key available at ldap://keyserver.pgp.com (ID: 0xCFADA4B7)



--__--__--

Message: 7
From: address@hidden (Greg A. Woods)
To: "Mark Lancisi" <address@hidden>
Cc: address@hidden (CVS-II Discussion Mailing List)
Subject: Re: Tags question
Reply-To: address@hidden (CVS-II Discussion Mailing List)
Organization: Planix, Inc.; Toronto, Ontario; Canada
Date: Mon,  3 Dec 2001 17:38:17 -0500 (EST)

[ On Monday, December 3, 2001 at 15:51:22 (-0500), Mark Lancisi wrote: ]
> Subject: Tags question
>
> Is there a cvs command or utility that you can run on a given
> project/module that will give you a list of all the tags present
> therein?

Normally every file in the module must have all the tags so running 'cvs
log -h' on any file will give you a list of all the tags in the module.

> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

Please do not ever send HTML-formatted e-mail to public mailing lists
(or to me!).

-- 
                                                        Greg A. Woods

+1 416 218-0098      VE3TCP      <address@hidden>     <address@hidden>
Planix, Inc. <address@hidden>;   Secrets of the Weird <address@hidden>


--__--__--

Message: 8
From: "Derek Comartin" <address@hidden>
Subject: Re: writing to server socket error
Date: Mon, 3 Dec 2001 17:52:26 -0500
Organization: Cogeco Cable
To: address@hidden

Well here was the problem... We changed routers awhile ago and I had port
forwarding
on the old router from port 2401 to one machine behind it, and it worked
fine.

On the new router, I did the same thing but for some odd reason it wasn't
working
the same way I guess.  So I setup the new router to point any traffic to the
same
machine (as a DMZ host) behind it and everything works fine.  Thanks for the
reply, it set me in the right direction.

Derek C

"Larry Jones" <address@hidden> wrote in message
news:address@hidden
> Derek Comartin writes:
> >
> > I have the following problem. CVS works perfect in our LAN but when we
> > want to commit or update from the outside our LAN ie: internet, it just
> > hangs, and if you are using winCVS I get the error
> >
> > cvs [update aborted]: writing to server socket: Connection reset by peer
>
> That sounds a lot like a firewall problem, not a CVS problem.
>
> > But it works when you checkout a module for the first time. Has
> > anybody an idea what do to?
>
> I have no idea why one command would work and others not, however.
>
> -Larry Jones
>
> I don't like these stories with morals. -- Calvin
>



--__--__--

Message: 9
Date: Mon, 3 Dec 2001 16:05:05 -0800 (PST)
From: Ant User <address@hidden>
To: cvs <address@hidden>
Subject: (no subject)

Hi:

Some of our users have left the company  and they have
setup some watches. How do I remove their names from
the cvs watch list. Is there any way of doing it in
the server. 

Thanks

joe

__________________________________________________
Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping.
http://shopping.yahoo.com


--__--__--

Message: 10
From: address@hidden (Kaz Kylheku)
Subject: Re: cvs with msvc
Organization: Psycho-Neurotic Institute for the Very, Very Nervous
Reply-To: address@hidden
Date: Tue, 04 Dec 2001 00:30:03 GMT
To: address@hidden

In article <address@hidden>, Sasha Case wrote:
>G'day,
>
>We're having a problem with resources in msvc with multiple developers.  We

>get conflicts all the time in .rc files and files such as resource.h when 
>two people try to add resources.  The problem is that the id numbers 
>allocated automagically by devstudio are the same for both developers, but 
>for different resources.

So fix them! 

>There doesn't seem to be a way to allocate a different resource ID offset 
>for different devs.

Dev Studio won't fix your conflicts for you. You must quite simply open
up the header file and manually renumber the resources.

You are making more of a problem out of this than it really is.

--__--__--

Message: 11
From: "ray" <address@hidden>
Subject: howto view old version source
Date: Tue, 4 Dec 2001 09:58:41 +0900
Organization: Korea Telecom
To: address@hidden

Hi, all

Now my cvs version is 1.7.x.x

I wanna see version 1.4.x.x

how to download or see 1.4.x.x version?

thanks

Ray Park
System IC R&D Center
Associate Research Engineer
Logic camp co., Ltd.
4F Chohung Bank B/D 1599, Kwangyang Dong,
Tongan-Ku, Anyang City Kyeonggi-Do,
Korea 431-060

Tel - 82-31-383-4813
Flx - 82-31-383-4813
email : address@hidden
http  : http://www.logic-camp.co.kr



--__--__--

Message: 12
Date: Mon, 3 Dec 2001 19:08:06 -0800 (PST)
From: Ant User <address@hidden>
Subject: removing watches
To: cvs <address@hidden>

Hi:

How do I remove the watches set by users who have left
the company.

Thanks

joe

__________________________________________________
Do You Yahoo!?
Buy the perfect holiday gifts at Yahoo! Shopping.
http://shopping.yahoo.com


--__--__--

Message: 13
Subject: Re: howto view old version source
To: address@hidden (ray)
Date: Mon, 3 Dec 2001 23:59:06 -0500 (EST)
Cc: address@hidden
From: address@hidden (Larry Jones)

ray writes:
> 
> Now my cvs version is 1.7.x.x
> 
> I wanna see version 1.4.x.x
> 
> how to download or see 1.4.x.x version?

        cvs update -r1.4.x.x -p file

-Larry Jones

I don't need to improve!  Everyone ELSE does! -- Calvin


--__--__--

Message: 14
From: Raghavendra_Ganiga <address@hidden>
To: address@hidden
Subject: Check-in detail
Date: Tue, 4 Dec 2001 12:40:44 +0530 

        Hi All,
                  In my project we are using client server CVS on Linux
enwironment. Programmers from my company checks-in to remote repository. 

        When a programmer checks in a file/module , I would like to know who
has checked in by his ID and the comment he has written while checking in.
As I am new to CVS , Please tell me how to get these details to a file.

        Thanks & Regards
        Raghavendra
************************************************************************** 
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.
**************************************************************************


--__--__--

Message: 15
From: <address@hidden>
Subject: laser supplies
Date: Fri, 28 Dec 2001 02:55:42




**** VORTEX SUPPLIES ****

YOUR LASER PRINTER TONER CARTRIDGE,
COPIER AND FAX CARTRIDGE CONNECTION

SAVE UP TO 30% FROM RETAIL

ORDER BY PHONE:1-888-288-9043
ORDER BY FAX: 1-888-977-1577
E-MAIL REMOVAL LINE: 1-888-248-4930


UNIVERSITY AND/OR SCHOOL PURCHASE ORDERS WELCOME. (NO CREDIT APPROVAL
REQUIRED)
ALL OTHER PURCHASE ORDER REQUESTS REQUIRE CREDIT APPROVAL.
PAY BY CHECK (C.O.D), CREDIT CARD OR PURCHASE ORDER (NET 30 DAYS).

IF YOUR ORDER IS BY CREDIT CARD PLEASE LEAVE YOUR CREDIT CARD # PLUS
EXPIRATION DATE. 
IF YOUR ORDER IS BY PURCHASE ORDER LEAVE YOUR SHIPPING/BILLING ADDRESSES AND
YOUR P.O. NUMBER


NOTE: WE DO NOT CARRY 

1) XEROX, BROTHER, PANASONIC, FUJITSU PRODUCTS
2) HP DESKJETJET/INK JET OR BUBBLE JET CARTRIDGES 
3) CANON BUBBLE JET CARTRIDGES 
4) ANY OFFBRANDS BESIDES THE ONES LISTED BELOW.    

OUR NEW , LASER PRINTER TONER CARTRIDGE, PRICES ARE  AS FOLLOWS: 
(PLEASE ORDER BY PAGE NUMBER AND/OR ITEM NUMBER)

HEWLETT PACKARD: (ON PAGE 2)

ITEM #1  LASERJET SERIES  4L,4P (74A)------------------------$44
ITEM #2  LASERJET SERIES  1100 (92A)-------------------------$44
ITEM #3  LASERJET SERIES  2 (95A)----------------------------$39
ITEM #4  LASERJET SERIES  2P (75A)---------------------------$54 
ITEM #5  LASERJET SERIES  5P,6P,5MP, 6MP (3903A)----------  -$44
ITEM #6  LASERJET SERIES  5SI, 8000 (09A)--------------------$95
ITEM #7  LASERJET SERIES  2100, 2200 (96A)-------------------$74
ITEM #8  LASERJET SERIES  8100 (82X)-------------------------$115
ITEM #9  LASERJET SERIES  5L/6L (3906A)----------------------$39
ITEM #10 LASERJET SERIES  4V---------------------------------$95
ITEM #11 LASERJET SERIES 4000 (27X)--------------------------$79
ITEM #12 LASERJET SERIES 3SI/4SI (91A)-----------------------$54
ITEM #13 LASERJET SERIES 4, 4M, 5,5M-------------------------$49
ITEM #13A LASERJET SERIES 5000 (29X)-------------------------$125
ITEM #13B LASERJET SERIES 1200-------------------------------$59
ITEM #13C LASERJET SERIES 4100-------------------------------$99
ITEM #18   LASERJET SERIES 3100------------------------------$39
ITEM #19 LASERJET SERIES 4500 BLACK--------------------------$79
ITEM #20 LASERJET SERIES 4500 COLORS ------------------------$125

HEWLETT PACKARD FAX (ON PAGE 2)

ITEM #14 LASERFAX 500, 700 (FX1)----------$49
ITEM #15  LASERFAX 5000,7000 (FX2)--------$64
ITEM #16  LASERFAX (FX3)------------------$59
ITEM #17  LASERFAX (FX4)------------------$54


LEXMARK/IBM (ON PAGE 3)

OPTRA 4019, 4029 HIGH YIELD---------------$89
OPTRA R, 4039, 4049 HIGH YIELD-----------$105
OPTRA E310.312 HIGH YIELD----------------$79

OPTRA E-----------------------------------$59
OPTRA N----------------------------------$115
OPTRA S----------------------------------$165
OPTRA T----------------------------------$195
OPTRA E310/312---------------------------$79


EPSON (ON PAGE 4)

ACTION LASER 7000,7500,8000,9000----------$105
ACTION LASER 1000,1500--------------------$105


CANON PRINTERS (ON PAGE 5)

PLEASE CALL FOR MODELS AND UPDATED PRICES
FOR CANON PRINTER CARTRIDGES

PANASONIC (0N PAGE 7)

NEC SERIES 2 MODELS 90 AND 95----------$105

APPLE (0N PAGE 8)

LASER WRITER PRO 600 or 16/600------------------$49 
LASER WRITER SELECT 300,320,360-----------------$74
LASER WRITER 300 AND 320------------------------$54
LASER WRITER NT, 2NT----------------------------$54
LASER WRITER 12/640-----------------------------$79

CANON FAX (ON PAGE 9)

LASERCLASS 4000 (FX3)---------------------------$59
LASERCLASS 5000,6000,7000 (FX2)-----------------$54
LASERFAX 5000,7000 (FX2)------------------------$54
LASERFAX 8500,9000 (FX4)------------------------$54

CANON COPIERS (PAGE 10)

PC 3, 6RE, 7 AND 11 (A30)---------------------$69
PC 300,320,700,720,760,900,910,920(E-40)------$89


90 DAY UNLIMITED WARRANTY INCLUDED ON ALL PRODUCTS.

ALL TRADEMARKS AND BRAND NAMES LISTED ABOVE ARE PROPERTY OF THE 
RESPECTIVE HOLDERS AND USED FOR DESCRIPTIVE PURPOSES ONLY.









--__--__--

Message: 16
From: address@hidden (Per Fryken)
Subject: Re: Wanted: cvs update -d <modulename>
Date: 3 Dec 2001 23:59:15 -0800
Organization: http://groups.google.com/
To: address@hidden

address@hidden (Greg A. Woods) wrote in message
news:<address@hidden>...
> [ On , November 30, 2001 at 07:31:42 (-0800), Per Fryken wrote: ]
> > Subject: Wanted: cvs update -d <modulename>
> >
> > Is there any solution?
> 
> Re-arrange your modules and directories.

I've tried to do that, but tools beyond my control restrict me; the
working directory needs to have a certain structure. No other answers?
Regards, Per


--__--__--

_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs


End of Info-cvs Digest



reply via email to

[Prev in Thread] Current Thread [Next in Thread]