(no subject)

2002-10-14 Thread John Noronha

How can one remove a "branch" after "merging" it with the "main branch" ?

Thanks,
John



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



(no subject)

2002-10-15 Thread John Noronha

Thanks for your help. The reason I'd like to remove the branch after merging
it with "main branch" is so that one doesn't inadvertently do a second
merge. Is there any way one can prevent this ? (other than ensuring that the
"merged" revision is tagged suitably).

Thanks,
John


Message: 2
Subject: Re: (no subject)
From: Jenn Vesperman <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Date: 15 Oct 2002 18:16:31 +1000

On Tue, 2002-10-15 at 17:33, John Noronha wrote:
> How can one remove a "branch" after "merging" it with the "main branch" ?

There is no specific way that I am aware of to mark a branch 'closed' or
'not to be used anymore'.

If you really want to remove the historic record of the branch ever
having been there, you can use cvs admin -o and cvs tag -d -B. But I'd
back up the repository first!



Jenn V.
--
"Do you ever wonder if there's a whole section of geek culture
you miss out on by being a geek?" - Dancer.

[EMAIL PROTECTED] http://anthill.echidna.id.au/~jenn/








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



(no subject)

2002-11-06 Thread mehul choube
i m getting following error when cvs commit cmd is issued :

cvs server: Up-to-date check failed for 'README_kesm.txt'
cvs [server aborted]: correct above errors first!

mehul.
__
Give your Company an email address like
ravi @ ravi-exports.com.  Sign up for Rediffmail Pro today!
Know more. http://www.rediffmailpro.com/signup/



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



[no subject]

2003-01-23 Thread Prem Prakash Pathak
Hi,
I am getting this error while checking out data from Linux CVS
Server thru my Windows CVSClient. Can anybody help me to understand the
cause for this problem.
COMMAND supplied:
cvs -z9 -q update test.h (in directory C:\work)
ERROR:
cvs update: inflate: unknown compression method
cvs [update aborted]: reading from server: Input/output error
Waiting for ur contribution.

thanks,
--Prem Prakash Pathak



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



[no subject]

2003-02-11 Thread Jaya Kumari
unsubscribe likhi123 [EMAIL PROTECTED]



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



[no subject]

2003-06-05 Thread Peschko, Edward
On Wed, Jun 04, 2003 at 07:02:11PM -0400, Greg A. Woods wrote:
> [ On Wednesday, June 4, 2003 at 13:41:14 (-0700), Peschko, Edward wrote: ]
> > Subject: Re: .cvsignore file being ignored...
> >
> > But that's no good - its error prone,
> 
> Ah, NO, it is definitely _not_ error prone!

It is in the sense that you are forcing people to do extra work.
Extra work == extra possibilities for error. 

> > and it puts the onus on the user to get it right.  If I'm a cvs
> >administrator working with lots of newbies, I don't want them to
> >clutter up the archive with a bunch of junk.
> 
> "cvs add" is an action that happens only in the workspace and it is
> trivially undone.
> 

argh. people do "cvs add *" all the time. Why not change CVS 
and let them do this, if the administrator doesn't mind?

The 'trivially undone' part isn't the point. The point is that 
you are forcing people to go through extra hoops to get
stuff done, not DWIM. The more trivial hoops you
force on the user, the harder the tool is to use. No 
wonder subversion is catching on fast, and cvs 
isn't being used for the linux tree... 

One trivial hoop might not be bad.
Two trivial hoops, gets annoying.
Three trivial hoops, starts to become a time waster.

and so on, and so on, and so on. CVS has *way* too 
many trivial hoops. The best way is to remove the trivial 
hoops as you find them. Here's a perfect one to start with.

Look, guys, nothing is cast in stone except mindsets. 
How is it 'fundamental', when you are adding a feature,
and it doesn't get in the way of other features? I just don't
understand.

As for Kaz, I agree with you. I just want it integrated into 
cvs proper, not force a wrapper to be used in order to give you the
functionality that you need. Hell, if I had my way, I'd integrate *all* 
of MetaCVS' 'basic' features into CVS. Why the hell should
you need to use a wrapper around a wrapper? And why should
you force people to download one?

Ed

(ps - if the mailing admin could please track down why the 
email from my other account, [EMAIL PROTECTED]
is not working in posting to this list, I'd appreciate it. I'm
sure people are going to get sick of '=20', etc. pretty damn fast)


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


(no subject)

2003-07-18 Thread Federico Edelman
Hi guys! I'm planning migrate our PHP/JAVA/C/web development environment
to CVS style.

I never used CVS like a server, but I'm reading all information that I
need about how administration a repository.

I've got some doubt and I can't get answer. Could you please help me?

This is my requirement.

1- I need give permissions for users and groups. Is it possible? Can I
get this requirement thru filesystem permissions?

2- I need "catch" a commit event when each programmer makes your changes
in the CVS repository. The catch should be checkout into some directory
(like /usr/local/apache/htdocs) to automate the web publishing.

Am I clear? Do you understand me?

Thanks very much for advance.
Federico


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


(no subject)

2003-09-10 Thread mike walster
Sorry to trouble you with this question, but I hope
some of you gurus already know the answer.

When I use the following command I get every file
listed in the module regardless of whether or not I
changed them, which is bad,

cvs log -b -d ">2003-03-18 02:40" -w"rjocham"
jboss-3.0.6_tomcat-4.1.18

When I add the -S option I only get the files I
modified listed, which is good. However, I also only
get those in the root directory of the module (i.e.
not in the subdirectories), which is bad.

cvs log -b -d ">2003-03-18 02:40" -S -w"rjocham"
jboss-3.0.6_tomcat-4.1.18

Any ideas how I can list just the files I changed
after a certain date for all the subdirectories
(recursive) of the module?

Thanks,
Ralph

***

I do it like this.
cvs -Q status | grep 'Status: L'

This give me a list of Locally Modified files. I cd up or
down the source tree as far as I like. I realize that
does not address your dates. That is not a problem for
me as I typically have maybe 4 or 5 modified files out
of several hundred. Then I commit them or abandon them
before things get too out of hand :-) One can obviously grep
on all sorts of things N, instead of L gets you files that
others have changed. There are probably other ways as well.
mw-


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


(no subject)

2003-11-10 Thread Narendhran K
Hi,
 
I need to know how to give permissions to the cvs users. The user can checkout and commit the files . They should not have permissions to remove the file that has been checked out. There should be no delete permissions also. 
The Deletion of files should be done by the Administrator only.
Can anyone give me some feedback on this issues.
 
Reg
 
Narendhran.K
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


(no subject)

2003-11-26 Thread Pardeep Duggal



Hi, 

I want to use java api's over cvs code. want ot connect to cvs 
thru my java application in a windows environment. Some sample code if possible. 
Can somebody help me with the same ? 
pradeep
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


(no subject)

2003-12-17 Thread Diego.andrade
Hi all, Someone may show me CVS docummentation or texts in
portuguese?Thanks.Diego.


Enviado usando Smart Tech Webmail System 0.0.2




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


(no subject)

2004-01-28 Thread Jhon William Parra





Hi,
i have problems:
 
CVS client win nt.
CVS server win nt.
 
I am locking a file and  show the next message 
:
 
" 
cvs [admin aborted]: 'admin -l' is a depreciated option. Use 'edit -c' 
instead."
 
I want to LOCK THE FILES.
 
thank you.
 
 
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


(no subject)

2004-03-26 Thread Dom Incollingo


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


(no subject)

2004-04-21 Thread Tyler
Sorry this is long, but i'm hoping this is an instructive example.

I'm trying to take the delta between two revisions of a file on a branch
and merge that delta onto the trunk. This doesn't seem to work:

[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cvs status test
===
File: test  Status: Up-to-date

   Working revision:1.1
   Repository revision: 1.1 /cvsroot/sandbox/troscoe/test,v
   Sticky Tag:  (none)
   Sticky Date: (none)
   Sticky Options:  (none)

[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cvs up -j1.1.2.1 -j1.1.2.2 test
RCS file: /cvsroot/sandbox/troscoe/test,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
Merging differences between 1.1.2.1 and 1.1.2.2 into test
rcsmerge: warning: conflicts during merge

[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cat test 
trunk line 1
<<< test
===
branch line 1
branch line 2
>>> 1.1.2.2



Two questions:

1. Why is a conflict being generated, especially considering that the
top half of the conflict is with nothing.

2. Why does "branch line 1" (from 1.1.2.1) come along for the ride when
i do this merge?


Here's a painfully complete picture of the test environment:

### set up a simple test file

[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ echo "trunk line 1" > test

[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cvs add test
cvs add: use 'cvs commit' to add this file permanently

[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cvs commit -m "test file initial revision" 
test
RCS file: /cvsroot/sandbox/troscoe/test,v
done
Checking in test;
/cvsroot/sandbox/troscoe/test,v  <--  test
initial revision: 1.1
done


### branch it
[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cvs tag -b BRANCH test
T test

[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cvs up -rBRANCH test

### check in a couple changes on the branch
[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ echo "branch line 1" >> test

[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cvs commit -m"branch line 1" test
Checking in test;
/cvsroot/sandbox/troscoe/test,v  <--  test
new revision: 1.1.2.1; previous revision: 1.1
done

[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ echo "branch line 2" >> test
[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cvs commit -m"branch line 2" test
Checking in test;
/cvsroot/sandbox/troscoe/test,v  <--  test
new revision: 1.1.2.2; previous revision: 1.1.2.1
done

### so here's what things look like:
[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cvs up -r1.1 -p test
trunk line 1

[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cvs up -r1.1.2.1 -p test
trunk line 1
branch line 1

[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cvs up -r1.1.2.2 -p test
trunk line 1
branch line 1
branch line 2

[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cvs diff -u -r1.1 -r1.1.2.1 test
Index: test
===
RCS file: /cvsroot/sandbox/troscoe/test,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -u -r1.1 -r1.1.2.1
--- test21 Apr 2004 20:56:40 -  1.1
+++ test21 Apr 2004 20:58:35 -  1.1.2.1
@@ -1 +1,2 @@
 trunk line 1
+branch line 1

[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cvs diff -u -r1.1.2.1 -r1.1.2.2 test
Index: test
===
RCS file: /cvsroot/sandbox/troscoe/test,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -u -r1.1.2.1 -r1.1.2.2
--- test21 Apr 2004 20:58:35 -  1.1.2.1
+++ test21 Apr 2004 20:59:51 -  1.1.2.2
@@ -1,2 +1,3 @@
 trunk line 1
 branch line 1
+branch line 2

### i can merge any contiguous parts of the branch back down to the trunk
[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cvs status test
===
File: test  Status: Up-to-date

   Working revision:1.1
   Repository revision: 1.1 /cvsroot/sandbox/troscoe/test,v
   Sticky Tag:  (none)
   Sticky Date: (none)
   Sticky Options:  (none)

[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cvs up -jBRANCH test
RCS file: /cvsroot/sandbox/troscoe/test,v
retrieving revision 1.1
retrieving revision 1.1.2.2
Merging differences between 1.1 and 1.1.2.2 into test

[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cat test
trunk line 1
branch line 1
branch line 2

### i can merge backwards to roll back a change
[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cvs status test 
===
File: test  Status: Up-to-date

   Working revision:1.1.2.2
   Repository revision: 1.1.2.2 /cvsroot/sandbox/troscoe/test,v
   Sticky Tag:  BRANCH (branch: 1.1.2)
   Sticky Date: (none)
   Sticky Options:  (none)

[EMAIL PROTECTED]:~/src/sandbox/troscoe]$ cvs up -j1.1.2.2 -j1.1.2.1 test
RCS file: /cvsroot/sandbox/troscoe/test,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.1
Merging differences between 1.1.2.2 and 1.1.2.1 in

(no subject)

2004-06-11 Thread sunny

id 1BYoES-00079g-Mv
for [EMAIL PROTECTED]; Fri, 11 Jun 2004 11:46:16 -0400
Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33)
id 1BYoDg-00079b-SF
for [EMAIL PROTECTED]; Fri, 11 Jun 2004 11:45:28 -0400
Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33)
id 1BYoDf-00079P-EO
for [EMAIL PROTECTED]; Fri, 11 Jun 2004 11:45:28 -0400
Received: from [199.232.76.173] (helo=monty-python.gnu.org)
by lists.gnu.org with esmtp (Exim 4.33) id 1BYoDf-00079M-AU
for [EMAIL PROTECTED]; Fri, 11 Jun 2004 11:45:27 -0400
Received: from [194.248.216.3] (helo=sunba.sunbase.org)
by monty-python.gnu.org with esmtp (Exim 4.34) id 1BYoCd-0006qU-4y
for [EMAIL PROTECTED]; Fri, 11 Jun 2004 11:44:23 -0400
Date: Fri, 11 Jun 2004 17:44:21 +0200 (CEST)
From: =?UTF-8?Q?=C3=98yvind_A=2E_Holm?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: MULTIPART/MIXED;
BOUNDARY="169915461-2083741956-1086968661=:26686"
Subject: RE: www.cvshome.org Down?
X-BeenThere: [EMAIL PROTECTED]
X-Mailman-Version: 2.1.4
Precedence: list
List-Id: Announcements and discussions for the CVS version control system

List-Unsubscribe: ,

List-Archive: 
List-Post: 
List-Help: 
List-Subscribe: ,

Sender: [EMAIL PROTECTED]
Errors-To: [EMAIL PROTECTED]
X-Sent-To: [EMAIL PROTECTED]
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 11 Jun 2004 15:47:12.0347 (UTC) FILETIME=[5C9572B0:01C44FCB]

  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

--169915461-2083741956-1086968661=:26686
Content-Type: TEXT/PLAIN; charset=UTF-8
Content-Transfer-Encoding: QUOTED-PRINTABLE

On 2004-06-11 08:35-0700 Conrad T. Pino wrote:
> > Anybody heard anything about the mother ship?
>
> Looks like the mother ship has returned.

Yeh, and with https warp power too. :)

Fred og solskinn,
=C3=98yvind A. Holm
-
cat /dev/urandom >SCO
--169915461-2083741956-1086968661=:26686
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

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

--169915461-2083741956-1086968661=:26686--




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


(no subject)

2004-06-14 Thread Christopher.Fouts


--
Chris T Fouts
Infineon Technologies Corp
3000 CentreGreen Way
Cary, NC 27513
Phone: (919)677-3016
Fax: (919)678-1929
Email: [EMAIL PROTECTED]


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


(no subject)

2001-02-15 Thread Andy Baker (Studio Plaza)




NOTICE AND DISCLAIMER:
This email (including attachments) is confidential.  If you have received
this email in error please notify the sender immediately and delete this
email from your system without copying or disseminating it or placing any
reliance upon its contents.  We cannot accept liability for any breaches of
confidence arising through use of email.  Any opinions expressed in this
email (including attachments) are those of the author and do not necessarily
reflect our opinions.  We will not accept responsibility for any commitments
made by our employees outside the scope of our business.  We do not warrant
the accuracy or completeness of such information.


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



(no subject)

2001-03-07 Thread Alexander Link

Hi there,

when I checkout files from the repository and a conflict occurs, the 
WinCVS Client gives a short message that a conflict happened.
Is there a possibility, that a extra message is informing me about the
conflict after the "normally exited with code 0"-message ? 

Thanks,

Alex 


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



(no subject)

2001-03-28 Thread Margaret Mary



Hi,i have some problem establishing Cuncurrent 
Version System ( CVS ) in my Lab.I'm using windows2000 m/c as client and 
windows2000 NT server as my CVS server.i have installed ntservice.exe in the 
server and cvs.exe in my client. i'm working under domain 'DOMAIN'.the 
cvsroot is in server c:\cvsrepos;on the client side i have set root as" 
set CVSROOT=:pserver:DOMAIN\margaret@Server:c:\cvsrepos "where Margaret 
is the usernameServer is the name of the server andcvsrepos is the 
repository directory.
 
after setting the cvsroot i log on to the server 
using" cvs login"but when i give " cvs checkout module" ( module is a 
directory inside cvs repository ) command it creates a directory in my local 
directory with the same name and a CVS directory inside that .my problem is 
none of the files inside the module(on the server) directory is getting 
downloaded to my local directory.what may be the problem ?kindly reply 
ASAP,
 
regards,MargaretDexcel Electronics Designs (P) LtdUnit 505-507,Carlton 
Towers,1, Airport Road, Bangalore- 560 008
 
Email Id : [EMAIL PROTECTED]Tel : 
91-80-5216221/5216222Fax : 
91-80-5214860 


(no subject)

2001-04-09 Thread Maryane Djigal


how can i resolve this problem?
thanks
M:\mdjigal\workcvs -q update (in directory
ing_directory\florence\java\com\cadextan\JMS\florence\util\)
can't create temporary directory
No space left on device
*CVS exited normally with code 1*


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



(no subject)

2001-04-16 Thread Razi Ansari

Hi people,

I have a query regarding locking. Is it possible to lock a particluar =
module on my cvs server so that people cannot checkout.

I do not want this particular module to be accessible to everybody in =
the team. How can i accomplish this. I will appreciate your response. I
have cvsnt on win2000 and win2000 clients and using pserver.

Razi
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


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



(no subject)

2001-04-18 Thread mm rao

Can you please include me in this group please. Right
now I am not ablt to post the messages ti this group.

Thanks
--MM.

__
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

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



(no subject)

2001-04-18 Thread JavaSoft

Dear Mr Rob Helmer,

Thanks for your answer, but i already knew the way u said, actually my question is how 
can i delete the emty folder from cvs server including the Attic directory after i 
deleted the whole files first ?? can i just delete it manually using linux command ?? 
is it a good way wat or not ??? 

thx,
a Java Addicted




---
Runbox Mail Manager - www.runbox.com
Free online email application

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



(no subject)

2001-04-24 Thread rnanca

Please add to mailing list.


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



(no subject)

2001-04-26 Thread casper

  I have a question of  CVS.
 When I checkout a moudle from server using pserver, there is always a message of
"cvs server: cannot open /root/.cvsignore: Permission denied
cvs [server aborted]: can't chdir(/root): Permission denied "
How does this happen,and how to resolve it?   
Thanks

casper
[EMAIL PROTECTED]


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



(no subject)

2001-05-01 Thread Yuet Wah Chang



 


(no subject)

2001-05-07 Thread Jeff Chism



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



(no subject)

2001-05-07 Thread Curtis Enns



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



(no subject)

2001-05-25 Thread Jindal Shah

Hi,
I am a new comer to the world of CVS. Actually, I started using CVS only
two days ago and
have managed to run my code through checkouts and updates. However, I
was not sure that
if CVS updates executables too. Just curious. THough my installed
version does not do it.

-Jindal


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



(no subject)

2001-05-26 Thread Kais ABDELHEDI



 


(no subject)

2001-06-12 Thread rabbitxu



_
[×ã²»³ö»§ ÇáËÉÉÏÍø] ÉÏÍøרÓúţº95963£¬Óû§Ãû/ÃÜÂ룺263
Á¸ÓÍÒûÁÏ£¬ËÍ»õÉÏÃÅ   http://shopping.263.net/category19.htm

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



(no subject)

2001-06-12 Thread rabbitxu



_
[×ã²»³ö»§ ÇáËÉÉÏÍø] ÉÏÍøרÓúţº95963£¬Óû§Ãû/ÃÜÂ룺263
Á¸ÓÍÒûÁÏ£¬ËÍ»õÉÏÃÅ   http://shopping.263.net/category19.htm

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



(no subject)

2001-06-12 Thread rabbitxu



_
[×ã²»³ö»§ ÇáËÉÉÏÍø] ÉÏÍøרÓúţº95963£¬Óû§Ãû/ÃÜÂ룺263
Á¸ÓÍÒûÁÏ£¬ËÍ»õÉÏÃÅ   http://shopping.263.net/category19.htm

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



(no subject)

2001-06-14 Thread Alex Flores



I need help 
please.  I can not merge a branch into my main trunk.  I am a 
ClearCase man.  I can not figure out how to use the CVS merge utility or 
how to resolve conflicts.  The only difference between the two files are 
some comments that I added.
 
 
Thannks,
 
Alex
 
 
 
D:\CVS\CVSwork\practice_folder>cvs update -j 
rel_1_0_practice practice_alex.cppM practice_alex.cppRCS file: 
d:/cvs/practice_folder/practice_alex.cpp,vretrieving revision 
1.5retrieving revision 1.5.2.2Merging differences between 1.5 and 
1.5.2.2 into practice_alex.cpprcsmerge: warning: conflicts during 
merge
 
D:\CVS\CVSwork\practice_folder>cvs update -j 
1.5.2.2 -j 1.9 practice_alex.cppC practice_alex.cpp
 
D:\CVS\CVSwork\practice_folder>cvs commitcvs 
commit: Examining .cvs [commit aborted]: end of file from server (consult 
above messages if any)
 
D:\CVS\CVSwork\practice_folder>


(no subject)

2001-06-18 Thread Amitabh Trivedy

Hi,
I'm getting this  error

1."cvs server: cmgi_us_hr_ldap_phone_view.sql added independently by second 
party " .I added the file from Unix .
2. cannot add file  when RCS file  already exists.
When i was trying to add the same file from CVS .


Could you tell me pls how to get out of this error ?


Regards,
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


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



(no subject)

2001-06-18 Thread Randall Weigers



Can you review the attached list and tell me how CVS fairs in regard
to the characteristics we are looking for in a source management system??
Thanks !

 <> 

   
  Randy Weigers
  RedSiren Technologies
  (412) 281-4427 x344
  [EMAIL PROTECTED]



 Characteristics of a source code control system.doc


(no subject)

2001-06-19 Thread Thomas Broadbent
 
 Do You Yahoo!?
Yahoo! Buzz Index - Spot the hottest trends in music, movies,
and more.

(no subject)

2001-06-21 Thread info-cvs-admin

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



(no subject)

2001-06-21 Thread info-cvs-admin

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



(no subject)

2001-06-21 Thread Srinivas S
Title: 






hello,


i am new to this list. could anyone help me out for using CVS. 


i need to install a CVS server on a Linux machine and the client should be NT. 


i need the installation procedures, configuration details and downloads available for the Server Installation on Linux. 

i have installed WinCVS on the NT m/c. 


pls help me out.


thanx in advance


srinivas





(no subject)

2001-06-22 Thread Schroder, Bart R

Hello,

I have a quick question.

I understand that the CVS code repository software is free for individual
non-commercial development, but is it free if a large multinational
corporation uses it for commercial development?

Thanks,

Bart Schroder


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



(no subject)

2001-06-27 Thread Deepak Khugher

Hi,

A repository for my project was created some time back. But the development 
work continued without checking out a working copy from the repository. Also 
the development work divided into two branches thinking that CVS would help 
merge at a later stage. Now is there any chance to merge these two branches 
of development which have been created without using CVS?

Many thanks,
Deepak
_
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


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



(no subject)

2001-07-05 Thread Mike Perry



Mike Perry
Software Quality Assurance and Test Engineer
Science & Technology International
Honolulu, HI  96816
Phone:  (808) 441-2579
E-mail:  [EMAIL PROTECTED]



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



(no subject)

2001-07-05 Thread Mike Perry



Mike Perry
Software Quality Assurance and Test Engineer
Science & Technology International
Honolulu, HI  96816
Phone:  (808) 441-2579
E-mail:  [EMAIL PROTECTED]



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



(no subject)

2001-07-06 Thread hemkumar balla

 
 

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

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



(no subject)

2001-07-11 Thread Anwar,Raquib



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



(no subject)

2001-07-12 Thread Becker Thomas

unsubscribe info-cvs [EMAIL PROTECTED]

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



(no subject)

2001-07-12 Thread jackyhong


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



(no subject)

2001-07-15 Thread Alexander P. Plakidin

Hi info-cvs,


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



(no subject)

2001-09-12 Thread Sharanya Vemu



--
There Are Thingz Known And Thingz Unknown
...In Between Are TheDoors Of Percpetion

 --- JimMorrison 

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



(no subject)

2001-10-02 Thread Alex Woods

Hello,

I have installed and setup cvs and was testing various features of cvs.
I have created a repository and have checked projects out, successfully.

Is is possible to check out a single file rather than a whole project or
module into a working directory? If so, how?

Any help would be greatly appreciated.

regards,

Alex Woods



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



(no subject)

2001-10-03 Thread Malinescu, Cristian


Hello

Here is my case :

I lost( impossible to recover ) the harddrive partition with a Linux system
and the cvs repository. I have only a manually F5 copy backup of the
repository on a NTFS Win2k partition   and I want to know what chances I
have to recover the repository using cvs for win32 and WinCvs and the
procedure, a kind of "How to recover ..." ?
Thank you,

Cristian Malinescu

imagin
PROF. BOCHMANN + EWEN
Kurmainzer Straße 20
D - 65817 Eppstein
Tel.: +49 (0)6198 - 57 89 73
Fax: +49 (0)6198 - 57 89 77
E-Mail: [EMAIL PROTECTED]



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



(no subject)

2001-10-04 Thread PRUDHVIDHAR lingala

Please remove me from the mailing list

Thanks,
Prudhvi



Do You Yahoo!?
Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk
or your free @yahoo.ie address at http://mail.yahoo.ie

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



(no subject)

2001-10-23 Thread Peng, Guiai [IT]


Dear Sir/Madam,
 
We are using CVS to maintain our C++ code. I have a problem related to 
"cvs checkout" since this command only applies to a module. when a guy in
our
group added a new file to our repository. I cannot check out the new file by
"cvs checkout". Do you know any other way to do this besides to check out
the whole module again? Thanks a lot.

Guiai Peng
212-723-2295


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



(no subject)

2001-10-24 Thread jim . wang

hi,
How can i make modulelist in the file name modules on server?
The file on my server has no info about module.

Jim.Wang


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



(no subject)

2001-11-01 Thread Singh, Jasdeep (London)

Hi

I need to send automatic notification mail on commit. I have changed loginfo
for it.
I would like to send detailed  mail containingg   
change made ( diff of last 2 versions)
user
time
comment


any help/suggestions/scripts are welcome

regards & thanks
jasdeep


--
If you have received this e-mail in error or wish to read our e-mail 
disclaimer statement and monitoring policy, please refer to 
http://www.drkw.com/disc/email/ or contact the sender.
--

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



(no subject)

2001-11-01 Thread Daniel Rosher



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



(no subject)

2001-11-13 Thread Sangeetha Parthasarathy



Hi,
How do I get a list of files modified for a 
particular tagged version ?
Thanks
Sangeetha


(no subject)

2001-11-14 Thread Jarmo . Taipale



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



(no subject)

2001-10-09 Thread info-cvs-admin

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



(no subject)

2001-10-09 Thread info-cvs-admin

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



(no subject)

2001-10-10 Thread Hussein Badakhchani




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



(no subject)

2001-10-10 Thread Tim Moreton




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



(no subject)

2001-10-15 Thread jim . wang

How can i import a project in another directory to server when i am in
current directory ?

Jim.Wang


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



(no subject)

2001-10-15 Thread jim . wang


How can i import a project in another directory to server when i am in
current directory ?
I must do it in current directory.
How can i appoint the directory that the project be in command "import"?
Jim.Wang



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



(no subject)

2001-12-03 Thread Ant User

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

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



(no subject)

2001-12-13 Thread kai . wittpennig


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



(no subject)

2001-12-19 Thread Geraint Evans




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



(no subject)

2001-12-19 Thread Geraint Evans




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



(no subject)

2002-01-17 Thread Unknown





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


(no subject)

2002-01-17 Thread Unknown





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


(no subject)

2002-01-17 Thread Unknown





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


(no subject)

2002-01-17 Thread Unknown





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


(no subject)

2002-01-17 Thread Unknown





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


(no subject)

2002-01-17 Thread Unknown





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


(no subject)

2002-01-17 Thread Unknown





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


(no subject)

2002-01-17 Thread Unknown





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


(no subject)

2002-01-17 Thread cptchz

This message uses a character set that is not supported by the Internet
Service.  To view the original message content,  open the attached
message. If the text doesn't display correctly, save the attachment to
disk, and then open it using a viewer that can display the original
character set. <> 


Received: from html (211.90.223.72 [211.90.223.72]) by cwtexg.cwtnb.com.cn with SMTP 
(Microsoft Exchange Internet Mail Service Version 5.5.1960.3)
id C0LWM1KX; Thu, 17 Jan 2002 11:07:57 +0800
From: 
To: [EMAIL PROTECTED]
Subject: 
Date: Thu, 17 Jan 2002 11:25:11
Mime-Version: 1.0
Content-Type: text/html; charset="GB2312_CHARSET"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700



http://www.sinobal.com/cn/show/page_2.html";>




(no subject)

2002-01-17 Thread Unknown





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


(no subject)

2002-01-17 Thread Unknown





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


(no subject)

2002-01-17 Thread web

This message uses a character set that is not supported by the Internet
Service.  To view the original message content,  open the attached
message. If the text doesn't display correctly, save the attachment to
disk, and then open it using a viewer that can display the original
character set. <> 


Received: from html (211.90.223.72 [211.90.223.72]) by cwtexg.cwtnb.com.cn with SMTP 
(Microsoft Exchange Internet Mail Service Version 5.5.1960.3)
id DDGYGNRQ; Thu, 17 Jan 2002 13:14:25 +0800
From: 
To: [EMAIL PROTECTED]
Subject: 
Date: Thu, 17 Jan 2002 13:31:33
Mime-Version: 1.0
Content-Type: text/html; charset="GB2312_CHARSET"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700



http://www.sinobal.com/cn/show/page_2.html";>




(no subject)

2002-01-17 Thread cptchz

This message uses a character set that is not supported by the Internet
Service.  To view the original message content,  open the attached message.
If the text doesn't display correctly, save the attachment to disk, and then
open it using a viewer that can display the original character set. 
<> 


Received: from html (211.90.223.72 [211.90.223.72]) by master.yeongyang.com.cn with 
SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21)
id C06AV0ZF; Thu, 17 Jan 2002 11:09:38 +0800
From: 
To: [EMAIL PROTECTED]
Subject: 
Date: Thu, 17 Jan 2002 11:07:46
Mime-Version: 1.0
Content-Type: text/html; charset="GB2312_CHARSET"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700



http://www.sinobal.com/cn/show/page_2.html";>




(no subject)

2002-01-17 Thread Surush Mohammadzadeh

Dear Sirs
 I`m New in Cvs.

surush mohammadzadeh
[EMAIL PROTECTED]


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



(no subject)

2002-01-17 Thread Unknown





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


(no subject)

2002-01-17 Thread aaa

This message uses a character set that is not supported by the Internet
Service.  To view the original message content,  open the attached message.
If the text doesn't display correctly, save the attachment to disk, and then
open it using a viewer that can display the original character set. 
<> 


Received: from html (211.90.223.72 [211.90.223.72]) by master.yeongyang.com.cn with 
SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21)
id C06AWD94; Thu, 17 Jan 2002 11:28:16 +0800
From: 
To: [EMAIL PROTECTED]
Subject: 
Date: Thu, 17 Jan 2002 11:26:22
Mime-Version: 1.0
Content-Type: text/html; charset="GB2312_CHARSET"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700



http://www.sinobal.com/cn/show/page_2.html";>




(no subject)

2002-01-17 Thread cptchz





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


(no subject)

2002-01-17 Thread cptchz

This message uses a character set that is not supported by the Internet
Service.  To view the original message content,  open the attached message.
If the text doesn't display correctly, save the attachment to disk, and then
open it using a viewer that can display the original character set. 
<> 


Received: from html (211.90.223.72 [211.90.223.72]) by master.yeongyang.com.cn with 
SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21)
id C06AWCCB; Thu, 17 Jan 2002 11:19:47 +0800
From: 
To: [EMAIL PROTECTED]
Subject: 
Date: Thu, 17 Jan 2002 11:17:54
Mime-Version: 1.0
Content-Type: text/html; charset="GB2312_CHARSET"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700



http://www.sinobal.com/cn/show/page_2.html";>




(no subject)

2002-01-17 Thread cptchz





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


(no subject)

2002-01-17 Thread cptchz





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


(no subject)

2002-01-17 Thread Unknown





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


(no subject)

2002-01-17 Thread cptchz





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


(no subject)

2002-01-17 Thread Unknown





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


(no subject)

2002-01-17 Thread Unknown





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


(no subject)

2002-01-17 Thread Unknown





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


(no subject)

2002-01-17 Thread Unknown





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


(no subject)

2002-01-17 Thread cptchz





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


(no subject)

2002-01-17 Thread cptchz





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


(no subject)

2002-01-17 Thread Unknown





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


(no subject)

2002-01-17 Thread Unknown





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


(no subject)

2002-01-17 Thread alqyzx

This message uses a character set that is not supported by the Internet
Service.  To view the original message content,  open the attached message.
If the text doesn't display correctly, save the attachment to disk, and then
open it using a viewer that can display the original character set. 
<> 


Received: from html (211.90.223.72 [211.90.223.72]) by master.yeongyang.com.cn with 
SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21)
id C06AW04X; Thu, 17 Jan 2002 14:15:14 +0800
From: 
To: [EMAIL PROTECTED]
Subject: 
Date: Thu, 17 Jan 2002 14:11:30
Mime-Version: 1.0
Content-Type: text/html; charset="GB2312_CHARSET"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2919.6700
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700



http://www.sinobal.com/cn/show/page_2.html";>




  1   2   3   >