RE: CVS Lock Errors

2005-06-16 Thread Arthur Barrett
Steven,

This is quite a common problem (at least for some people).

CVS locks at the directory level on the server, by creating a "lock file".  If 
the server process terminates unexpectedly (eg: kill -9) then the "lock file" 
is left in place.  To "unlock" your repository remove the lock files.

CVSNT (open source, GPL, Linux, Unix, Mac, Windows, just like CVS) resolves 
this by having a separate lock server process.  If the client process dies so 
do the locks.  It also means that checkout and update are atomic.  CVSNT also 
includes "chacl", "lsacl" etc for setting access control lists on branhes etc 
which I notice was another question of yours in another thread).

If you are using Tortoise on the client - by default Tortoise uses the CVSNT 
client (it comes with Tortoise) - you will get better integration if you use 
CVSNT server and Tortoise with CVSNT...

If you are interested in CVSNT please refer questions to the CVSNT newsgroup:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

Regards,


Arthur Barrett


-Original Message-
From:   [EMAIL PROTECTED] on behalf of S I
Sent:   Fri 6/17/2005 5:35 AM
To: info-cvs@gnu.org
Cc: 
Subject:CVS Lock Errors

Hi

I have a 2nd question:

A user using Tortoise window's client using :pserver to the linux box, 
executed the commad searching for tags.  Not a specific tag but all tags in 
the repository.  The command's been running for about 15 hours now, locking 
cvs, and not allowing anyone else to tag.  We can update, commit, etc but 
not tag. And I do need to tag my build today.

When I try to tag, I get the error msg that so & so user has it locked. When 
I do -cvs admin -U, the server says waiting for the user's lock, etc.

On the linux server side, I thought it was a ps process I could kill...but 
NONE!

How can I kill this annoying process?  I told him to delete all his working 
folders, reboot, and check out fresh and anew again.

Any suggestions?

Thank you

Steven




___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs





___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: Regarding check-in of unicode characters.

2005-06-15 Thread Arthur Barrett
Title: Message



Maninder,
 
CVS 
does not support Unicode files, instead they must be committed as binary, in 
which case you cannot do diff/merge etc.  
 
CVSNT 
on Mac/Linux/Unix/Windows (free, open source, GPL, just like CVS) does support 
unicode files (-ku).
 
Please 
supply more information (file type in repository, cvs version 
etc).
 
To 
determine the "status" of the file use:
cvs 
status myfile
 
To 
determine your version of CVS use:
cvs 
version
 
If you 
are using CVSNT then the CVSNT newsgroup is the place that the 
developers of CVSNT answer questions:
news://news.cvsnt.org/support.cvsnt
or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
 
Regards,
 
 
Arthur 
Barrett
 

  
  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf 
  Of Maninder Singh(SDG)Sent: Thursday, 16 June 2005 1:51 
  AMTo: info-cvs@gnu.orgSubject: Regarding check-in of 
  unicode characters.
  
  Hi All,
      
  We are trying to check-in the following characters into CVS. 
  
  But while doing so, the highlighted characters get 
  corrupt and upon checking out, these are replaced by some other 
  characters.
  Sí (means yes in 
  Spanish)
  Sì (means yes in 
  Italian)
   
  Can anybody provide a 
  solution?
   
  Thanks and 
  Regards,
  Maninder 
  Singh
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: login cvs from Linux on windows directory

2005-06-14 Thread Arthur Barrett
Xavier,

If the windows server is using CVSNT server and the repository is stored in 
D:\CVS then the repository will also have a "root name", which can be anything, 
eg: "/fred/".  It is the "root name" you want to append to the CVSROOT.  If 
there is no root name defined then use :pserver:[EMAIL PROTECTED]:d:/cvs or use 
:pserver:[EMAIL PROTECTED]:d:\\cvs.  

CVSNT questions are better directed to the CVSNT newsgroup:
news://news.cvsnt.org/support.cvsnt
or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
 
If it is a CVSNT server, the Linux client of CVSNT will give you more features 
than the standard CVS Linux client.  
http://www.cvsnt.org/

Using the directory name "CVS" on Windows or Linux is generally a bad idea 
(it's a reserved word). D:\CVSREPO would have been better...

Regards,
 

Arthur Barrett

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Travos Xavier
Sent: Monday, 13 June 2005 5:51 AM
To: info-cvs@gnu.org
Subject: login cvs from Linux on windows directory


Hy all,

I am using cvs from a linux platform and the cvs
directory is on a server. My problem is that the cvs
directory for the server in on a windows host D:\CVS.

How to login ? Im doing
:pserver:[EMAIL PROTECTED]: because it is not
linux directory /usr/cvs for example.

Thanks for help.

Regards,

Xavier






___ 
Appel audio GRATUIT partout dans le monde avec le nouveau Yahoo! Messenger 
Téléchargez cette version sur http://fr.messenger.yahoo.com


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: question about WinCVS (was Info-cvs Digest, Vol 31, Issue 10)

2005-06-08 Thread Arthur Barrett
Santosh,

This is not the correct group to ask questions about WinCVS.  The WinCVS
message archives are accessible at
http://groups.yahoo.com/messages/cvsgui. 
 
There's also a newsgroup mirror at 
news://news.cvsnt.org/support.cvsgui

WinCVS fires off the "commit" command to CVSNT command line client.  The
commit will usually fail if there is a "newer" version on the server.

The automatic update before commit feature (which is turned on by
default in TortoiseCVS I think) would potentially mean you merged in
changes without testing them first...
 
As you may have already worked out - WinCVS uses the CVSNT command line
client - if the problem is more related to that then asking on the CVSNT
newsgroup should get you some answers:
news://news.cvsnt.org/support.cvsnt
or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
 
Regards,
 

Arthur Barrett
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Santosh_Nandagiri
Sent: Wednesday, 8 June 2005 4:02 PM
To: info-cvs@gnu.org
Subject: RE: Info-cvs Digest, Vol 31, Issue 10


Hello,

I have a question about WinCVS. 

Is there any way that the user is notified every time he performs a
"Commit" to perform an "Update" before doing that.

Eg: It may ask the user "Are you sure that you want to Commit? Did you
already performed an Update?"

This is a requirement we are having right now, because, in some cases
where there is no conflicts in the source files, there are chances of
overwriting the content.

Pls. respond me if any one knows the answer.

Regards,
Santosh.


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: loginfo on CVSNT

2005-06-08 Thread Arthur Barrett
Title: Message



Frank,
 

This is not the correct newsgroup for 
CVSNT.  The CVSNT newsgroup should get you some 
answers:news://news.cvsnt.org/support.cvsntorhttp://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
 
Please 
be sure to include the version number for the CVSNT server you are using and the 
Operating System and Version (eg: Solaris 8, or Windows 2000) in any requests 
for assistance.
 
Regards,
 
Arthur Barrett
 

  
  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf 
  Of yinhuaSent: Wednesday, 8 June 2005 4:55 PMTo: 
  info-cvs@gnu.orgSubject: loginfo on CVSNT
  
  Hi, 
all
  I’m a new for cvsnt, and I want to 
  use loginfo to record some commit information like the log message, filename, 
  version number and so on. And I’m using .bat to run the loginfo script, like 
  this: DEFAULT e:/script/login.bat %{sVv}
  For the filename, version numbers I 
  can use %{sVv} to get easily, but for the log message, is there any way to get 
  this information?
   
  Any help and suggestion will be 
  welcome!
   
  Best 
  regards
  frank
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: newbie question : regarding installation

2005-06-07 Thread Arthur Barrett
Title: Message



Michael,
 
CVS on 
Server to use on Windows is most usually CVSNT:
http://www.cvsnt.org/
 
CVSNT 
is the default client included with WinCVS and TortoiseCVS - which are both 
excellent graphical front ends.
 
The 
mailing list for CVSNT is here:

news://news.cvsnt.org/support.cvsnt
or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
Regards,
 
Arthur 
Barrett
 

  
  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf 
  Of Michael EchavezSent: Monday, 6 June 2005 1:38 
  AMTo: cvsSubject: newbie question : regarding 
  installationHi everyone,Greetings!I was thinking 
  of using cvs for one of my projects. And i was wondering if any of you got an 
  advice as to how i would install cvs for windows xp. There's a lot of web 
  sites that recommend different approaches in doing so. Since most of them 
  differ in the software (i.e., cvsnt, putty, cgywin) involved in installing 
  cvs, i get confused with which is the best one to use. If you could recommend 
  or suggest anything, I would really really appreciate it.Thank you and 
  Good day!Regards,Michael
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: WinCVS

2005-05-29 Thread Arthur Barrett
Title: Message



D,
 
This 
is not the correct group to ask questions about WinCVS.  The WinCVS message 
archives are accessible athttp://groups.yahoo.com/messages/cvsgui. 

 
There's also a newsgroup mirror at news://news.cvsnt.org/support.cvsgui
 
As you 
have already worked out - WinCVS uses the CVSNT command line client - if the 
problem is more related to tha then asking on the CVSNT newsgroup should get you 
some answers:news://news.cvsnt.org/support.cvsntorhttp://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
 
Regards,
 
Arthur Barrett
 
 

  
  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf 
  Of PLSent: Friday, 27 May 2005 3:26 AMTo: 
  info-cvs@gnu.orgSubject: WinCVS
  Hello,
   
  I have cvs (cvs-1.11.17) installed on redhat AS v4. cvs command is 
  working at local or remote access. I install WinCVS 2.0.0.2 on windows 
  box. When I try WinCVS on windows box, I got hanging without any reply no 
  error. 
  On WinCvs Preferences, Under CVS, I setup use C:\Program Files\GNU\WinCvs 
  2.0\wincvs.exe. - no reply no error.
  I don't have problem to use C:\Program Files\cvsnt\cvs.exe
   
  Can anyone help?
   
  Thanks.
   
  -D
   
   
  __Do You 
  Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around 
  http://mail.yahoo.com 
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: Question about binary distribution

2005-05-04 Thread Arthur Barrett
Conrad,

>>
>>>hello, i downloaded cvs-1-11-20.zip from https://ccvs.cvshome.org but 
>>>i can´t find information about wich windows versions are supported. 
>>>Is Windows 2003 server suitable for cvs server ?
>>
>>You may also need cygwin and other tools to run this version of CVS on 
>>Windows Server 2003.
>
>The Windows CVS client binary distributed by the CVS Project is 
>compiled using Microsoft Visual Studio 6.0 and does NOT require 
>"Cygwin" or any other software.  The compiled EXE is statically 
>linked, requires no DLL libraries and runs alone as is.

Yes you are right - my mistake.

I was thinking of the SSH support.  Am I right in assuming that cvshome cvs 
requires cygwin for ssh support on windows?  I also think I saw a post recently 
somewhere saying that cygwin ssh is not windows 2003 compatible...

Regards,


Arthur




___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: Lock on Trunk

2005-05-03 Thread Arthur Barrett
Dean,

>There was a very long discussion about whether it is "better" 
>to perform development on the trunk or on the branch (and 
>merge into Trunk) about six to twelve months ago on the CVSNT 
>list.  It was very good reading and I >suggest you have a read 
>before making a final decision on the methodology.

Further to my last post I found the thread.  It starts here:
http://www.cvsnt.org/pipermail/cvsnt/2004-November/015755.html

If you are new to CVS you may want to read other thread(s) started by Dianne 
Chen around the same time.

Regards,


Arthur Barrett






___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: Lock on Trunk

2005-05-03 Thread Arthur Barrett
Dean,

>I have a question on access control.  Is there a way to prevent all commits
>on the main trunk and allow commits on branches only?  Once the changes on
>the branch are reviewed and approved for merging into the main trunk, then
>the main trunk can be manually opened up temporarily for those changes only.

If you are using CVSHOME CVS (1.11 or 1.12) you will want to look into the 
SetACLs scripts.

CVSNT server (free/GPL) on Linux/Unix/Windows/Mac has a "cvs chacl" command for 
setting access control lists.

There was a very long discussion about whether it is "better" to perform 
development on the trunk or on the branch (and merge into Trunk) about six to 
twelve months ago on the CVSNT list.  It was very good reading and I suggest 
you have a read before making a final decision on the methodology.

The archives are here:
http://www.cvsnt.org/pipermail/cvsnt/

Regards,


Arthur Barrett




___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: Question about binary distribution

2005-05-03 Thread Arthur Barrett

>hello, i downloaded cvs-1-11-20.zip from https://ccvs.cvshome.org but
>i can´t find information about wich windows versions are supported. Is
>Windows 2003 server suitable for cvs server ?

You may also need cygwin and other tools to run this version of CVS on Windows 
Server 2003.  

Alternatively the free/GPL CVSNT server and client is a more common solution 
for Windows Server 2000 and 2003 installations:
http://www.cvsnt.org/

Please direct questions about CVSNT to the CVSNT newsgroup:
news://news.cvsnt.org/support.cvsnt
or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Regards,


Arthur Barrett





___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: CVSNT and eclipse cvs cannot connect? (newbie!)

2005-04-18 Thread Arthur Barrett
Philliph,

You are using CVSNT in "local" mode (F:\cvs), for another computer to
use the repository you need to use it in client server mode.  

Firstly open the "CVS for NT" control panel and check that the CVSNT and
Lock services are running and in the "compatibility" settings set all
the switches on the "non-CVSNT" clients.  This is a fix required for
Eclipse.  You can also use this control panel to create and name your
repository rather than "cvs init".  Note: "cvs" is a really bad name for
a repository since "cvs" and "cvsroot" are "reserved words", try
"myrepo" and "F:\myrepo" instead.

The structure of a CVSROOT (the thing after -d) is
:protocol:server-name:repository-name, eg:
:local:f:\myrepo
:sspi:localhost:/myrepo
:pserver:localhost:/myrepo

This is about the extent of my knowledge (I'm not really technical), if
you post your question to the CVSNT newsgroup you will get a more direct
response:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

There has been hiccup with the mail server over the last couple of days,
so if your post bounces please wait a day and try again.  

The CVS client in Eclipse is developed by Eclipse - not by CVSHOME or
CVSNT, if you need details help with it then the Eclipse site may help
more than either CVSHOME or CVSNT.

Supported CVS versions for each release of Eclipse is available here:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-vcm-hom
e/docs/online/html-cvs/cvs-compatibility.html

Regards,


Arthur Barrett


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Philliph Mau
Sent: Sunday, 17 April 2005 8:37 AM
To: info-cvs@gnu.org
Subject: CVSNT and eclipse cvs cannot connect? (newbie!)


Hallo!

I try to set up cvsnt server to windows 2000

cvs -d F:\cvs init

that worked... it generaded some files.

then I imported a project "htdocs" (the apache doc files)

cd F:\htdocs
cvs -d F:\cvs import htdocs tag01 tag02

Then an editor window appered, an I typed in "Initial Status". I think
its okay till here, because I see the file structure in the cvs 
dir with all the htdoc files.

But now I want to connect from another computer to this repository! How 
Can I do this with cvsnt ?
I tried too much

Eclipse CVS want to know:
- Connection Type [ext, extssh,pserver]
- User
- Password
- Host
- Repository Path

I can select between Default Port and a specified Port (I have to enter 
this)

I can also enter an custom label.

The IP of the PC with the running cvsnt is 192.168.2.34


I hope you can help me??

thanks a lot,
Philliph
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: CVS 1.12.11 not playing well with Eclipse

2005-04-11 Thread Arthur Barrett
Title: Message



Tate,
 
Supported CVS versions for each release of Eclipse is available 
here:
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-vcm-home/docs/online/html-cvs/cvs-compatibility.html
 
Regards,
 
 
Arthur 
Barrett

  
  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf 
  Of Tate AustinSent: Tuesday, 12 April 2005 5:57 
  AMTo: info-cvs@gnu.orgSubject: CVS 1.12.11 not playing 
  well with Eclipse
  Hi, I have been 
  using 1.12.11 for a little while in the CLI environment with no 
  troubles.  But now when trying to use eclipse I cannot seem to checkout a 
  new project from the same repository?  In attempting to pull from 'HEAD" 
  it claims: CVS internal error resource does not start with root.  Am I 
  SOL and just need to get a lower version 
installed?
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: Win32 cvs client - Unix cvs server

2005-04-10 Thread Arthur Barrett
Rob,

Glad to hear you eventually got the problem sorted.  

As you discovered WinCVS actually uses the CVSNT client not the CVS (cvshome) 
client.  

In future if you direct questions regarding CVSNT to the CVSNT newsgroup you 
will probably get a more direct response:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

Regards,


Arthur Barrett


-Original Message-
From:   [EMAIL PROTECTED] on behalf of Sisyphus
Sent:   Fri 4/8/2005 12:36 PM
To: cvs
Cc: 
Subject:Win32 cvs client - Unix cvs server

Hi,

The FAQ says that Win32 cvs clients don't get along with Unix cvs servers,
and the mix should be avoided. Is that advice still correct ?

I have cvs-1.11.19 (binaries obtained  from cvshome website) on my Windows
2000 box, and I have cvs-write permission to a sourceforge project. With
'pserver' I can 'login', 'co' and 'update' - but I can't 'commit' any
changes I make. All I ever get is:

cvs [server aborted]: "commit" requires write access to the repository

Well  I do have write access - I assume the problem is that fact doesn't
get established.

Any ideas on what I can try ? - something that's going to have the process
prompt me for my password ? - or maybe some way of incorporating my password
into the 'commit' command ?

Following some advice I googled up I tried:

cvs -d:pserver:my_username:[EMAIL PROTECTED] commit -m
"message" file.ext

But still exactly the same response as quoted above.

I also found some advice on how to set the HOME environment variable in the
win32 shell - which I did. I can see '.cvspass' in the specified directory -
but still the same error.

If what I'm attempting is unlikely to work, then I'll go back to using my
linux box (where everything works fine). But that's a messy and fiddly
alternative, so I thought I should first check that I'm not overlooking
something simple re cvs on Win32.

The list archives also turned up some posts that indicated that 'commit' is
not going to work from the Win32 box, but the ones I saw were a couple of
years old. I'm hoping they're no longer correct.

All thoughts welcome :-)

Cheers,
Rob




___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs





___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: setting main branch permission in CVSNT

2005-04-10 Thread Arthur Barrett
cheok,

The correct place to ask questions about CVSNT is:
news://news.cvsnt.org/support.cvsnt
or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Regards,


Arthur Barrett


-Original Message-
From:   [EMAIL PROTECTED] on behalf of Cheok Yan Cheng
Sent:   Fri 4/8/2005 9:09 PM
To: info-cvs@gnu.org
Cc: 
Subject:setting main branch permission in CVSNT

hello,

may i know how i can 

set the write permission in the main branch (HEAD)??

so that only the team leader has the right to check out and commit in
the HEAD. the other developers only can check out/commit in the
sub-branches from the HEAD, but NOT the HEAD itself.

thank you.

cheok
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs





___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: Authentication Error while trying to access CVS from Eclipse.

2005-03-30 Thread Arthur Barrett
Title: Message



 
For questions about CVSNT please 
refer to the CVSNT newsgroup:news://news.cvsnt.org/support.cvsntorhttp://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
 
Since 
the pserver method writes the username (including domain) into the sandbox, I 
think you will need to check out the sandbox again to reset it (or hack the 
CVS\CVSROOT files).  If the CVSNT server is running on a Windows computer 
which is a part of the new domain then the domain name may not be 
necessary.  CVSNT server running on Unix/Linux will always require the 
domain name when authenticating against Active 
Directory.
 
Regards,
 
 
 
Arthur Barrett

  
  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf 
  Of Dey Arindam, Milton KeynesSent: Wednesday, 30 March 2005 
  8:57 PMTo: info-cvs@gnu.orgSubject: Authentication Error 
  while trying to access CVS from Eclipse.
  Hi all, 
  This issue is related to using CVS from Eclipse using PSERVER 
  method. We could access CVS from Eclipse and things 
  were fine ...till the point when the our DOMAIN name got changed i.e. all were 
  migrated to different DOMAIN.
  Now, accessing CVSNT from WinCVS (using SSPI) is just OK as 
  before but from Eclipse (using PSERVER) prompts error message stating 
  Authentication erroralso when using SSH from Eclipse ..we get a timed out 
  message...
  Any clues.. 
  Thanks in advance 
  ADey Scanned for viruses by MessageLabs. The 
  integrity and security of this message cannot be guaranteed. This email is 
  intended for the named recipient only, and may contain confidential 
  information and proprietary material. Any unauthorised use or disclosure is 
  prohibited.
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: CVS Information.

2005-03-14 Thread Arthur Barrett
Saravanab Subramanian,

>We are using CVS as our version control tool.WSAD is used for
>development .

WSAD is actually Eclipse.  Eclipse has it's own CVS client written in Java, the 
development of which is part of the Eclipse project.  

Points 1 & 2 would need to be implemented in the Eclipse CVS client, I suggest 
you request it at the eclipse project web site.

>3.Is there is any way we can lock a Branch applicable only to merge, 
> so that only one way merging take place.
> For Example:-
> Merging from Branch A to Branch B should be allowed but not from Branch
> B to Branch A

If you use CVSNT has your server (it's free/GPL just like CVS) on 
Linux/Unix/Mac/Windows then just use the cvs chacl command to set the access 
control list on the branch.

For questions about CVSNT please refer to the CVSNT newsgroup:
news://news.cvsnt.org/support.cvsnt
or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Regards,



Arthur Barrett





___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: Renaming a file in the trunk but not in branches

2005-03-11 Thread Arthur Barrett
Dave,

CVSNT server (Free,gpl, just like CVS) allows "true" renames on Linux,
Unix, Windows, Mac OS X etc etc.  Replacing the "cvs" server with
"cvsnt" server will preserve all your history to date.

You need at least one CVSNT client on any platform) to do the actual
rename, but then all CVS (cvshome), Eclipse and CVSNT clients can "see"
the old and new names and history.  

For more information on CVSNT please ask the CVSNT newsgroup:
news://news.cvsnt.org/support.cvsnt
or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

You can download cvsnt from http://www.cvsnt.org/

Regards,


Arthur


> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]
> ] On Behalf Of David Leskovac
> Sent: Saturday, 12 March 2005 3:28 AM
> To: info-cvs@gnu.org
> Subject: RE: Renaming a file in the trunk but not in branches
> 
> 
> One additional question on this:
> Is there any way to preserve history on the new file?
> 
> My understanding is that if I copy the ,v to 
> ,v on the server and then run the commands below on 
> the client, then this will affect the trunk as well as the 
> branches. Is this true?
> 
> If true, is there any other way to rename a file in the trunk 
> & retain the history of the oldfile in the newfile while 
> keeping the oldfile intact in the branches?
> 
> Thanks,
> -Dave
> 
> -Original Message-
> From: Jim.Hyslop [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 11, 2005 10:33 AM
> To: David Leskovac; info-cvs@gnu.org
> Subject: RE: Renaming a file in the trunk but not in branches
> 
> 
> David Leskovac wrote:
> > Will the following commands work to rename a file in the trunk but 
> > retain the old file name in all its branches?:
> > 
> > cvs co 
> > cvs remove -f 
> > cvs add 
> > cvs commit -m"Renamed  to "  
> Yes, that will work fine.
> 
> -- 
> Jim Hyslop
> Senior Software Designer
> Leitch Technology International Inc. ( http://www.leitch.com 
> ) Columnist, C/C++ Users Journal ( http://www.cuj.com/experts )
> 
> 
> ___
> Info-cvs mailing list
> Info-cvs@gnu.org
> http://lists.gnu.org/mailman/listinfo/info-cvs
> 


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: Does anyone know how to set proxy in WinCVS 1.3?

2005-03-09 Thread Arthur Barrett
Boying,

This is not the correct group to ask questions about WinCVS.  The WinCVS 
message archives are accessible at
http://groups.yahoo.com/messages/cvsgui. 

There's also a newsgroup mirror at 
news://news.cvsnt.org/support.cvsgui

Regards,


Arthur Barrett


-Original Message-
From:   [EMAIL PROTECTED] on behalf of Brian Lu
Sent:   Tue 3/8/2005 6:56 PM
To: info-cvs@gnu.org
Cc: 
Subject:Does anyone know how to set proxy in WinCVS 1.3?

Hi,All,

I have downloaded WinCVS 1.3 but I found that proxy settings panel is 
removed from Admin-->Perferences window. Does anyone know how to set 
proxy in 1.3, which I can do it in 1.2. Thanks

Boying
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs





___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: Getting wincvs version WinCvs13b20-3.exe working on Windows xp toLinux cvs server

2005-03-09 Thread Arthur Barrett
Willy,

This is not the correct group to ask questions about WinCVS.  The WinCVS 
message archives are accessible at
http://groups.yahoo.com/messages/cvsgui. 

There's also a newsgroup mirror at 
news://news.cvsnt.org/support.cvsgui

WinCVS is designed to use the CVSNT client.  CVSNT server is free (GPL just 
like CVS) and runs on Linux as well as Windows, Unix, Mac OS X etc.

The CVSNT client has an in-built sserver protocol that uses it's own inbuilt 
putty so you dont need to do all that fiddling...

For information on the sserver protocol and configuring the cvsnt client to 
talk to a cvs or cvsnt server please ask the CVSNT newsgroup:
news://news.cvsnt.org/support.cvsnt
or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Regards,


Arthur Barrett



-Original Message-
From:   [EMAIL PROTECTED] on behalf of Willy Verbiest
Sent:   Thu 3/10/2005 8:41 AM
To: info-cvs@gnu.org
Cc: 
Subject:Getting wincvs version WinCvs13b20-3.exe working on Windows xp 
toLinux cvs server 

Hi,
I'm new in cvs and struggle to get wincvs working on my Windows xp
workstation.
I have plink from Putty working with ssh

If I enter:
c:\plink cvssession
Then I get my ssh connection without entering a name nor a password.

The cvs server is on a Linux machine (SUSE 9.1)
I can't find any good documetation for wincvs I must be very close to a
solution but the problem must be in wincvs.
On the Linux machine my cvs root is :

CVSROOT=/home/cvsroot
CVS_RSH=ssh

public key is on the Linux machine in .ssh/authorized_keys file
this file is set as
chmod 600

private key is on the Window machine and the location is known by plink and
putty

The ssh mechanisme work as I can make the connection with plink from putty.

Can somone show me what to fill in in the wincvs screens ?

Thanks in advance,

Willy Verbiest



___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs





___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: changing the encoding - file is corrupted

2005-03-07 Thread Arthur Barrett
Title: Message



Gurpreet,
 
If you 
are working with Unicode / UTF-8 and UTF-16 files on Mac and Windows you may 
want to try CVSNT (it's free, GPL just like CVS) it understands unicode as a 
"diffable" format. (I think it's -ku).
 
You 
can download it from www.cvsnt.org and ask 
questions on the mailing list:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsntOrnews://news.cvsnt.org/support.cvsnt
 
CVSNT 
is the default client for WinCVS (it usually comes bundled with it).  
Alternatively you can download CVSNT client/server for Mac OS X from 
the Apple site:
http://www.apple.com/downloads/macosx/unix_open_source/cvsntconcurrentversioncontrol.html
 
Regards,
 
Arthur Barrett
 

  
  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf 
  Of Gurpreet Singh (SCM)Sent: Monday, 7 March 2005 2:27 
  PMTo: info-cvs@gnu.orgSubject: changing the encoding - 
  file is corrupted
  Hi, 
  I have a .xsl (text) file which had few revisions 
  (added with wincvs) with UTF-8 encoding-format. Now when I have converted that 
  file  to UTF-16 encoding with XML spy editor - this file is getting 
  corrupt after adding the same - specially in windows only - in Mac its 
  fine..
  Changing the filetype to *binary* is the imm. 
  workaround - but with it I wont be able to get diffs of it. 
  I am using WinCVS as a client and CVS 1.11.17. 
  Any other area where we can look-into to 
  check / resolve this  Thanks. 
  
  Regards, Gurpreet S 
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: CVS and tracability

2005-03-06 Thread Arthur Barrett

CVSNT (also GPL, free, Windows, Linux, Unix, Mac etc) has a -B bug switch for 
"cvs edit", "cvs commit" etc etc.  This can be captured by the various triggers 
so that each time a commit is done the information is available.  You can 
either "log" the info there, or integrate it directly with your defect tracking 
system so a log message is applied to it when you commit (this is what we do).  
You can also cvs commit -b bug to "commit by bug number".

You can get cvsnt from www.cvsnt.com and the cvsnt mailing list is here:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
Or
news://news.cvsnt.org/support.cvsnt

Regards,


Arthur Barrett

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]
> ] On Behalf Of Familie Moßner
> Sent: Sunday, 6 March 2005 10:06 PM
> To: info-cvs@gnu.org
> Subject: CVS and tracability
> 
> 
> Hi,
> 
> I'm faced with the requirement to trace changes due to 
> certain bugfixes, 
> i.e. to answer questions like "which files have been affected 
> by change 
> request 1234".
> 
> Currently, the only way I can think of to answre question 
> like this is using 
> the taginfo mechanism.
> 
> Are there any examples I could use? Other approaches?
> 
> Any hints appreciated,
> wkm
> 
> -- 
> www.mossner-online.de
> 
> 
> ___
> Info-cvs mailing list
> Info-cvs@gnu.org
> http://lists.gnu.org/mailman/listinfo/info-cvs
> 


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: CVSNT 2.5.01.1882.msi

2005-03-01 Thread Arthur Barrett
JSC,

Please post questions/discussions about CVSNT on the CVSNT mailing list:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
Or
news://news.cvsnt.org/support.cvsnt

Regards,


Arthur Barrett

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of JScoobyCed
Sent: Monday, 28 February 2005 8:44 PM
To: info-cvs@gnu.org
Subject: CVSNT 2.5.01.1882.msi


Hi all,

I just installed the latest CVSNT MSI Installer I have found. I
am installing on Windows XP Pro + SP2 At the end of the installation, I
got an error message telling that some 
part of the installation failed. This happens after the services are 
added and started, then register component, ... then this error popup.
The last screen of the installer also tells there was error during 
installation and I shuld re-run the installer.
But the server is installed, and after I reboot, I can login to the 
server, start/stop services without error, everything looks good. It's
just I don't like such error message... Anybody got an idea ? I have
tried cvsnt 2.0.62 as well with same error. Should I try an older
release ? What is the latest stable release ?

Thanks a lot.

--
JSC
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: Any plan for file level CVS ACL in near feature?

2005-03-01 Thread Arthur Barrett
Tushar,

It already is a standard feature on CVSNT (also GPL/free, Linux, Unix,
Windows, Mac, iSeries).

CVSNT is designed to support modern/popular SCM paradigms such as ACL's,
branch locking, integrated windows authentication,
case-insensitive/case-sensitive, MergePoints, etc etc.

See here for more info:
http://www.cvsnt.com/cvspro/compare.htm

Please post questions/discussions about CVSNT on the CVSNT mailing list:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
Or
news://news.cvsnt.org/support.cvsnt

Regards,


Arthur Barrett

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Tushar
Sent: Wednesday, 2 March 2005 1:04 AM
To: CVSinfo
Subject: Any plan for file level CVS ACL in near feature?


Hi all,
I want to known if there is any method to have file level access control
using CVS. Also is it expected in near feature as a standard feature?
Regards, Tushar


Visit us at CeBit Hannover, Germany, Hall No. 6, Stand No. H02 from 10th
to 16th March 2005. For Appointments write to us or visit our website
http://www.mwti.net





___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: Cannot Diff Added File

2005-02-24 Thread Arthur Barrett
Jason,

Are you using CVS on Windows or CVSNT.  If you have installed WinCVS
then you are most likely using CVSNT.  You can check using "cvs -v" or
"cvs version" will show you the client and server version.

The correct place to ask technical questions about CVSNT is the CVSNT
newsgroup:
news://news.cvsnt.org/support.cvsnt
or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
 
I've tried this on the latest 2.5.01 release candidate 1 and it works
fine:
H:\cvsjunk\rogers\test1>notepad ruleset.properties

H:\cvsjunk\rogers\test1>cvs add ruleset.properties
cvs server: scheduling file `ruleset.properties' for addition
cvs server: use 'cvs commit' to add this file permanently

H:\cvsjunk\rogers\test1>cvs diff -N ruleset.properties
Index: ruleset.properties
===
RCS file: ruleset.properties
diff -N ruleset.properties
0a1,2
> this is a test
> this is a test

H:\cvsjunk\rogers\test1>cvs version
Client: Concurrent Versions System (CVSNT) 2.5.01 (Travis) Build 1882
(Release C
andidate 1) (client/server)
Server: Concurrent Versions System (CVSNT) 2.5.01 (Travis) Build 1882
(Release C
andidate 1) (client/server)

Regards,
 

Arthur Barrett


> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]
> ] On Behalf Of Jason Sicotte
> Sent: Friday, 25 February 2005 9:27 AM
> To: info-cvs@gnu.org
> Subject: Cannot Diff Added File
> 
> 
> I am unable to generate a patch under Windows for new files 
> that have been marked as added:
> 
> cvs diff -N ruleset.properties
> Index: ruleset.properties 
> ===
> RCS file: ruleset.properties
> diff -N ruleset.properties
> cvs diff: nul: Invalid argument
> 
> Is there a way around this error?
> 


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: pserver in CVSNT

2005-02-24 Thread Arthur Barrett
Title: Message



The correct place to ask technical questions 
about CVSNT is the CVSNTnewsgroup:news://news.cvsnt.org/support.cvsntorhttp://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
 
There is no need to 
make any modifications, if you installed the pserver protocol when you 
installed CVSNT then it is available.  Definte your repository using the 
CVS for NT control panel.  It is more common to use the SSPI protocol on 
Windows which authenticates against the Active Directory.
 
Regards,
 
Arthur Barrett

  
  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf 
  Of Bijo Alex ThomasSent: Friday, 25 February 2005 1:04 
  AMTo: info-cvs@gnu.orgSubject: pserver in 
  CVSNT
   
  How to setup pserver in CVSNT?
  What are the operations in Windows NT 
  corresponding to the 
  modifications we make in /etc/services and 
  /etc/inetd.conf of UNIX?
   
  Thanks
   
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: Restricting use of 'cvs rtag' & 'cvs tag' commands [2nd try]

2005-02-23 Thread Arthur Barrett
Dave,

> restricting who is allowed to do certain cvs commands? In 
> particular, we would like to restrict who can create/delete 
> tags & branch tags. Is it possible to restrict 'cvs tag' & 
> 'cvs rtag' on a user or group level?
> 

If you can switch to CVSNT (free, GPL, just like CVS) for Linux,
Windows, Unix etc then you can use the CVS ACL's.

Use the command cvs chacl -H for more information, eg:
cvs chacl -R -a notag -u developers 

Access settings which can be controlled are:
[no]{read|write|create|tag|control|all|none}

You can get CVSNT from:
http://www.cvsnt.com/

Regards,


Arthur Barrett



___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: 'checkoutinfo' trigger?

2005-02-23 Thread Arthur Barrett
Jim,

> 
> In our repository, we would like to be able to set up 
> permissions so that specific groups of people (in particular, 
> co-op students who are only with us for four months) can only 
> check out from specific areas of the repository. In general, 
> full-time staff have access to most, if not all, areas of the 
> repository.

If you can switch to CVSNT (free, GPL) for Linux, Windows, Unix etc then
you can use the CVS ACL's.

Use the command cvs chacl -H for more information.

Yes it works at checkout and checkin...

There is also a "precommand" and "postcommand" trigger that gets fired
for every server event.

You can get CVSNT from:
http://www.cvsnt.com/

Regards,


Arthur Barrett


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: Unicode Files

2005-02-19 Thread Arthur Barrett
Wim,

WinCVS uses CVSNT as its default client.  To support diff/merge with
Unicode files then you need to use CVSNT server on Linux as well (its
free and GPL just like CVS - but includes features such as multi-lingual
filenames, unicode support, access control lists etc).
http://www.cvsnt.com

You should direct all questions to the CVSNT mailing list:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

Regards,


Arthur Barrett


> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]
> ] On Behalf Of Wim Bertels
> Sent: Saturday, 19 February 2005 11:47 PM
> To: info-cvs@gnu.org
> Subject: Unicode Files
> 
> 
> Hi,
> 
> i get the following error using wincvs 1.3.20.3 on the client and cvs 
> 1.12.9 on the server (Linux version 2.4.25-bf2.4).
> 
> "cvs commit: Remote server does not support Unicode files.  
> Checkin may 
> be invalid."
> 
> any suggestions how i can solve this (client or server side)?
> 
> tnx,
> 
> 
> ___
> Info-cvs mailing list
> Info-cvs@gnu.org
> http://lists.gnu.org/mailman/listinfo/info-cvs
> 


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: cvs administration questions

2005-02-15 Thread Arthur Barrett
Frank,

WinCVS uses CVSNT as its default client.  You may want to consider using CVSNT 
server on Linux as well (its free and GPL just like CVS - but includes access 
control list support).
http://www.cvsnt.com

Use the command cvs chacl -H for details on how to set ACL's.  It is very 
simple to prevent write access to a branch this way...

The only way you can actually remove a file from the repository is with access 
to the server or you can remove versions with the cvs admin command.  By 
default CVSNT restricts these to administrators only.  The CVS remove command 
is versioned and is therefore a "logical" delete.

Note: I dont think there is a simple way to prevent "cvs remove" however you 
could suggest it on the CVSNT mailing list:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

There was recently (a couple of months ago) a long discussion about the "best" 
way to use CVS, and in particular if branches should be active and the trunk 
stable of vice-versa. It's quite complex and strong arguments on each side, I 
strongly suggest you go through the archives and have a read before committing 
to your strategy.  You may decide to keep your strategy but you will be better 
informed about the pros and cons.

Please direct all questions about CVSNT to the CVSNT newsgroup (links above).

Regards,


Arthur Barrett





-Original Message-
From:   [EMAIL PROTECTED] on behalf of Frank Zhu
Sent:   Wed 2/16/2005 7:32 AM
To: info-cvs@gnu.org
Cc: 
Subject:cvs  administration questions

My CVS system is using linux cvs server and wincvs client,
 
How can configure to let cvs
1  only allow administrator remove files in repository, other use can't? The 
purpose is to keep code safe.
 
2  only allow administrator to check into trunk, other user can only create 
branch and check in at branch?
The purpose is to keep trunk clean.
 
thanks!





___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: win32 questions

2005-02-15 Thread Arthur Barrett
Arnold,

> Thank you for your comments, but I have given up on wincvs and cvsnt 
> since I want to run a cvs front end with as much similarity 
> (identical, 
> if possible) under both linux and Winxx, which TkCvs seems to provide.
> 

CVSNT is available for Linux and Windows - it works identically on both.
However I do not know about TkCvs at all.

If you require the features of CVSNT (eg: lock server, atomic
commits/update, multi lingual filenames, binary deltas, Unicode files,
mergepoints, bug id's, etc), or if Windows is your *primary* development
platforms the CVSNT may be best for you - but I'm biased.  

I originally responded because the subject suggested that perhaps you
were not very familiar with the "unixness" of traditional CVS (as most
windows users).

> I have already corresponded on the wincvs/gcvs issues with 
> some of those 
> newsgroups but have given up on those two since I did not find them 
> similar enough, even though they seem to share a web site.
> 

I think they were originally written by different teams.

Regards,


Arthur Barrett


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: win32 questions

2005-02-14 Thread Arthur Barrett
Arnold,

I'm not familiar with tkcvs but WinCVS and TortoiseCVS both include
CVSNT for Windows.  

CVSNT is free (open source GPL just like CVS) and can be downloaded
from:
http://www.cvsnt.com/

As Conrad pointed out most CVS testing is done on Unix.  CVSNT is tested
extensively on Windows, Mac OS X, HPUX, Solaris and IBM iSeries (OS400).

You should direct any questions to the free open source CVSNT newsgroup:

http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

Regards,


Arthur Barrett


> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]
> ] On Behalf Of Arnold Wiegert
> Sent: Tuesday, 15 February 2005 6:24 AM
> To: info-cvs@gnu.org
> Subject: win32 questions
> 
> 
> I've just downloaded the win32 version of the cvs client to 
> be used with 
> tkcvs (under WinME) and had to do a lot of digging to resolve 
> some basic 
> installation problems.
> 
> The problems I ran into was the strict requirement to have the 
> environment variables HOMEDIR and HOMEPATH defined and even 
> so the cvs 
> client seemed very  particular about the format. It seems it does not 
> like or accept trailing slashes nor an empty string or non-existent 
> entry for HOMEPATH.
> 
> Then it refused to create the file .cvspass if it does not 
> exist in the 
> specified path and under WinME it is a bit tricky to create 
> .cvspass - a 
> file without a file name in WInME's opinions :-).
> 
> Surely I can't be the only one to be using cvs in this environment?
> 
> Are there any information files that I missed?
> 
> TIA,
> Arnold
> 
> 
> ___
> Info-cvs mailing list
> Info-cvs@gnu.org
> http://lists.gnu.org/mailman/listinfo/info-cvs
> 


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: why is CVS so slow

2005-02-13 Thread Arthur Barrett
Michael,

As Todd pointed out you should direct these questions to the free open
source CVSNT newsgroup: 
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

CVS and CVSNT are very different products internally and issues such as
performance requires familiarity with the CVSNT specifics that most of
the members of info-cvs cannot assist you with.

The two most common causes of bottlenecks with CVSNT are:
* Delays in username/group resolution due to a slow active directory
* client not registered in DNS (and reverse DNS lookup is not disabled
on server)

Please post your question again to the CVSNT newsgroup,  including the
version number of the client and server, and a trace (cvs -t -t -t)
showing "which part" of the trace has any "delay".  You may also want to
search the newsgroup archive of CVSNT since various performance issues
have been discussed at length in the past six months.

Regards,


Arthur Barrett

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED]
> ] On Behalf Of Michael Schiestl
> Sent: Saturday, 12 February 2005 4:31 AM
> To: info-cvs@gnu.org
> Subject: Re: why is CVS so slow
> 
> 
> I am using the SSPI protocol.
> 
> What I mean by slow is tho following:
> 
> I just created a new module in my repository and then added 
> all my project 
> files (approx. 2000 files, 280 MB). This process took about 
> 15 min, which is 
> a longt ime I think.
> 
> Committing the (just added) files then took about 5 min, 
> which is good.
> 
> Updating with no changes takes about 20 sec.
> 
> This may not seem slow to you and in fact it is fast enough 
> to work with. 
> However, if one looks at the CPU/network/HDD utilisation one 
> must conclude 
> it could be lots faster. I just wonder where the bottleneck is.
> 
> Greetings,
> Michael
> 
> 
> ___
> Info-cvs mailing list
> Info-cvs@gnu.org
> http://lists.gnu.org/mailman/listinfo/info-cvs
> 


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: CVS on OS X, Tortoise client on PC

2005-01-23 Thread Arthur Barrett
Matt,

The correct place to ask questions about CVSNT is the CVSNT newsgroup:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
Or
news://news.cvsnt.org/support.cvsnt

If you want a secure connection between Mac OS X and Windows I suggest
using eithe SSPI or SSERVER protocol.  The command "cvs info" lists the
protocols available.

Regards,


Arthur Barrett

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of mattmattmatt
Sent: Monday, 24 January 2005 6:02 AM
To: info-cvs@gnu.org
Subject: CVS on OS X, Tortoise client on PC


Hello

I have been trying to get this configured for two days...I have a CVS
repository set up on my OS X box.  I want my PC developers to be able
to use Tortoisecvs [http://www.tortoisecvs.org/] to make new modules
and check in/out source from the X box.  We have not used CVS before,
so this has been tricky to figure out.

I have CVSNT for mac installed [www.cvsnt.org] on the mac, and the CVS
client is accessible from the command line for our development user
account (just one account for now is fine).  I can create new modules
in the repository locally and check files in and out without problems.
SSH runs fine, the account can log in remotely without issue.

Ok, great. So I install Tortoise CVS on a test PC.  I right click on a
test directory and choose "Make new module".  I've tried many settings
but these are the ones i *believe* should be correct:

Protocol: Secure shell (:ext:)
Server: 192.168.10.2
Port: [blank]
Repository folder: /Path/to/repository
username: correctusername


I click OK.  Sometimes TortoiseCVS just gives a failure message.  Other
times it hangs in the "Import" window and has to be force quit ("Abort"
doesnt even work).  I have no idea what to do.  Has anyone gotten this
kind of configuration working properly?

Thanks, 
Matt

___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: ACL status

2005-01-16 Thread Arthur Barrett
Rafael,

CVSNT permission system is unique to CVSNT so it can manage ACL's on branches.  
Yes it does support denying read access.  The ACL groups and users can be tied 
to the operating system groups and users if you desire.

CVSNT does run on Solaris, and the ACL's operate identically independently of 
the host operating system (if you are using the operating system to 
authenticate then obviously all OS's need the same users or an alias).

Please direct all questions regarding CVSNT to the CVSNT mailing list:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

For basic help on ACL's use cvs chacl -H on the command line.

Regards,


Arthur Barrett

-Original Message-
From:   [EMAIL PROTECTED] on behalf of Rafael Sanz
Sent:   Fri 1/14/2005 9:47 PM
To: info-cvs@gnu.org
Cc: 
Subject:RE: ACL status

Thanks Peter and Arthur.

About the contrib scripts are not enough because only restrict commits
(currently, I'm resolved this with a perl script hook at commitinfo and
taginfo events).


The only way that I found is using the SO groups and users, is similar in
CVSNT if I understand well. But I don't understand how work chacl exactly:

-change the SO permission of repository file?

-Are stored the permission in somewhere? (I understand is in the SO
repository file attribute, then how is controlled the branch?)

-And my Achilles heel, chacl close the read permission for specific
files/directories?

I'm reading this manual http://www.cvsnt.org/wiki/SetAcl but I don't
understand completely the differences in ACL control between CVS and CVSNT
(except native commands to do it in CVSNT)

Currently I manage a CVS server on Solaris and the security rules of SO
administrators are in conflict to grant access over modify users/groups, if
I must change to cvsnt is a valid option but I need understand the gains of
this, because the mechanism in CVSNT (if I understand well) have the same
problem.

Some other link that clarify me?

Thanks in advanced, again.



-Mensaje original-
De: Arthur Barrett [mailto:[EMAIL PROTECTED] 
Enviado el: viernes, 14 de enero de 2005 4:09
Para: Rafael Sanz; info-cvs@gnu.org
Asunto: RE: ACL status

Rafael,

"cvs chacl" and "cvs lsacl" is already a part of CVSNT (for unix, linux,
windows etc).

Since CVSNT is also open source / GPL you can either:
a) just use CVSNT
b) use the previously mentioned trigger scripts for CVS

CVSNT is the "standard/bundled" client for WinCVS and TortoiseCVS.  The
CVSNT server is also available from www.cvsnt.com

Regards,



Arthur Barrett


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Rafael Sanz
Sent: Friday, 14 January 2005 2:31 AM
To: info-cvs@gnu.org
Subject: ACL status


Hello, I need to extend my cvs server with fine grain of Access Control
Level (beyond writers or readers files natives in CVS standar).

I'm found some references to patches at C code
(http://www.unixgods.org/~tilo/CVS_ACL/), but any is standard...

What is the develop status of ACL in cvs server for UNIX?? Is in
progress?
Nothing about?

Whatever, some link better to ACL solutions that deal with read
restriction
for files or directories?

Thanks in advanced.




___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs



___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs





___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: ACL status

2005-01-13 Thread Arthur Barrett
Rafael,

"cvs chacl" and "cvs lsacl" is already a part of CVSNT (for unix, linux,
windows etc).

Since CVSNT is also open source / GPL you can either:
a) just use CVSNT
b) use the previously mentioned trigger scripts for CVS

CVSNT is the "standard/bundled" client for WinCVS and TortoiseCVS.  The
CVSNT server is also available from www.cvsnt.com

Regards,



Arthur Barrett


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Rafael Sanz
Sent: Friday, 14 January 2005 2:31 AM
To: info-cvs@gnu.org
Subject: ACL status


Hello, I need to extend my cvs server with fine grain of Access Control
Level (beyond writers or readers files natives in CVS standar).

I'm found some references to patches at C code
(http://www.unixgods.org/~tilo/CVS_ACL/), but any is standard...

What is the develop status of ACL in cvs server for UNIX?? Is in
progress?
Nothing about?

Whatever, some link better to ACL solutions that deal with read
restriction
for files or directories?

Thanks in advanced.




___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: .cvsignore *.

2005-01-11 Thread Arthur Barrett
Thomas,

>i work still with 2.0.18. 

This is CVSNT (check with cvs -v on the command line).  Please direct all CVSNT 
questions to the CVSNT mailing list:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

The current version is 2.0.58d - but I do not know if this behaves differently 
in that version.

> (never change a winning team)
> but i look for a newer on www.cvsnt.com. But the side
> is down/crached/hacked?

>
>Proxy Error
>The proxy server received an invalid response from an upstream server.
>The proxy server could not handle the request GET /.
>
>Reason: Could not connect to remote machine: Connection refused

Could this be a problem with your proxy server?

You can also try this link:
http://march-hare.com/cvspro/

The cvsnt.org site redirects to this site anyway for the free/GPL downloads.

Regards,



Arthur Barrett







___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: contributions to cvs?

2005-01-11 Thread Arthur Barrett
Mike,

"cvs passwd" is already a part of CVSNT (for unix, linux, windows etc).

Since CVSNT is also open source / GPL you can either:
a) just use CVSNT
b) find the patches and apply them to CVS

CVSNT is the "standard/bundled" client for WinCVS and TortoiseCVS.  The CVSNT 
server is also available from www.cvsnt.com

Regards,



Arthur Barrett


-Original Message-
From:   [EMAIL PROTECTED] on behalf of Mike
Sent:   Wed 1/12/2005 8:22 AM
To: info-cvs@gnu.org
Cc: 
Subject:contributions to cvs?

Is there a way to send scripts and such as contributions to cvs?
Has there been a discussion about adding the 'password' command
to cvs (i.e. cvs password)? I'd prefer to update passwords using
the cvs command rather than hack something else together.
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs





___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: Can't download CVS!

2005-01-05 Thread Arthur Barrett

>What are your thoughts on the relative merits of CVS, CVSNT, and
WinCVS? Why
>would I choose one over the other? What are the negatives of each?
Which of
>these integrates best with Eclipse?

The best place to ask about CVSNT is the CVSNT mailing list: 
news://news.cvsnt.org/support.cvsnt
Or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

WinCVS is simply a GUI (front end) for CVSNT.  I believe some features
of WinCVS require CVSNT.

CVSNT supports Linux, Windows, Mac OS X, Unix etc etc and is open source
and free like CVS is.  It supports windows active directory
authentication, mergepoints, atomic commits, advanced triggers and
shared library triggers, "traditional"/non-concurrent/reserved
development as well as concurrent development, access control lists
(including access control for branches) and much more.

Note that to use a CVSNT server with Eclipse you must use 2.0.58d or
later with the "compatibility" settings for non-CVSNT clients switched
on.  Preferably use the latest Eclipse version as well.

Fore more information please ask the CVSNT group.

Regards,


Arthur Barrett

 


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: CVS directory without administration files present

2005-01-03 Thread Arthur Barrett
Alain,

>but where is the error?

Your command:
cvs -d CVSROOT=:pserver:[EMAIL PROTECTED]:2401/rep login
My command:
cvs -d :pserver:[EMAIL PROTECTED]:/rep login


> Where is the Options tab? I don't find it :(

If you are looking for assistance with how to use the TortoiseCVS GUI
you should read the online manual or contact the TortoiseCVS support.

>From the command line:

SET PATH="C:\Program Files\TortoiseCVS\";%PATH%
cvs -d :pserver:[EMAIL PROTECTED]:/rep login
Password: xxx

cvs -d :pserver:[EMAIL PROTECTED]:/rep checkout -d someotherdir
otrapru

The best place to ask questions about CVSNT is the CVSNT mailing list: 
news://news.cvsnt.org/support.cvsnt
Or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Regards,


Arthur


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: CVS directory without administration files present

2005-01-03 Thread Arthur Barrett
Title: Message



Alain,
 
The best place to ask this is the 
CVSNT mailing list: 
news://news.cvsnt.org/support.cvsntOrhttp://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt The login command from MSDOS is 
incorrect:
cvs -d :pserver:[EMAIL PROTECTED]:/rep 
login
 
Your error message 
is:
"CVS directory without administration files 
present.  Cannot continue until this directory is deleted or 
renamed"
 
Typing this error message into Google the first 
response I get is this very similar message from the November archive of the 
CVSNT list:
http://www.cvsnt.org/pipermail/cvsnt/2004-November/015938.html
and this response:
http://www.cvsnt.org/pipermail/cvsnt/2004-November/015940.html
 
Regards,  Arthur Barrett

  
  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED] On Behalf 
  Of AlainSent: Tuesday, 4 January 2005 5:48 AMTo: 
  info-cvs@gnu.orgSubject: CVS directory without administration files 
  presentI'm newbie in cvs, y have installed tortoisecvs 
  and cvsnt server in WinXP. I'm testing but it always give this 
  error:In C:\DOCUME~1\alain\LOCALS~1\Temp\TortoiseCVS make new 
  module temp\: "C:\Program Files\TortoiseCVS\cvs.exe" "import" "-m" 
  "SDFASD" "otrapru" "tcvs-vendor" 
  "tcvs-release"CVSROOT=:pserver:[EMAIL PROTECTED]:2401/repNo 
  conflicts created by this importSuccess, CVS operation 
  completed---In C:\Documents and Settings\alain\Desktop: 
  "C:\Program Files\TortoiseCVS\cvs.exe" "checkout" "-d" "otrapru" 
  "otrapru"CVSROOT=:pserver:[EMAIL PROTECTED]:2401/repcvs 
  checkout: in directory .:cvs [checkout aborted]: CVS directory without 
  administration files present.  Cannot continue until this directory is 
  deleted or renamed.Error, CVS operation failedError, one of 
  the CVS operations failed---If i prove in msdos:C:\Documents 
  and Settings\alain>cvs -d 
  CVSROOT=:pserver:[EMAIL PROTECTED]st:2401/rep logincvs login: 
  bad CVSROOT - Cannot specify port: 
  CVSROOT=:pserver:[EMAIL PROTECTED]calhost:2401/repcvs [login 
  aborted]: Bad CVSROOT.Thankshttp://hhdirecto.webcindario.com
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: cvs join update

2004-12-28 Thread Arthur Barrett
Ravi,

  cvs update: failed to create lock directory for
`/opt/fdtssrc/gfdtssrc1/tkbatch'
(/opt/fdtssrc/gfdtssrc1/tkbatch/#cvs.lock): Permission denied
  cvs update: failed to obtain dir lock in repository
`/opt/fdtssrc/gfdtssrc1/tkbatch'
  cvs [update aborted]: read lock failed - giving up

The CVSNT server (free for Linux/Solaris/HPUX/Windows/Mac OS X) uses a
separate lock server process to avoid this need to write files into the
repository.

If your security does not permit writing files there - then I suggest
you switch to CVSNT on Solaris.  You can download it from www.cvsnt.com

Regards,


Arthur Barrett


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: cancel the last commit

2004-12-28 Thread Arthur Barrett
Jehan,

Changes to the repository are final - however you can rollback your work
area (sandbox) to the previous state, and then commit these "changes".

If you are using Windows then you are probably using CVSNT (also
available for Linux/Unix/Mac for free).  CVSNT  has transactions which
allow you to do this:

cvs update -j @commitid -j "<@commidid" filename or module-name

Regards,


Arthur Barrett


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of jehan.procaccia
Sent: Friday, 24 December 2004 10:11 PM
To: info-cvs@gnu.org
Subject: cancel the last commit


Hello

I just commited a major change in my projet althought I hadden't 
commited small changes on the production/stable_relaese one. I just want

the repository to come back to the relaese it was before that last 
commit, so that I can commit the small/stable changes first, then I will

tag that release and finally create a new branch for the major changes I

just did.

How can I cancel my last commit ?

Thanks.


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


RE: Migrating from CVSNT to CVS linux

2004-11-24 Thread Arthur Barrett
Allen,

The best place to ask this is the CVSNT mailing list:
news://news.cvsnt.org/support.cvsnt
Or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
 
If you have used any of the CVSNT specific features (such as binary
diffs) then migrating may not be possible.  

Which CVSNT version are you using? Have you sent the crash logs to the
list for analysis?  I am sure the CVSNT developers would be keen to
resolve the crashing given some more information.

Regards,
 
 
Arthur Barrett
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Allen Anderson
Sent: Tuesday, 23 November 2004 10:18 AM
To: [EMAIL PROTECTED]
Subject: Migrating from CVSNT to CVS linux


I'm getting crashes on the cvsnt almost all the time now and I'm getting
tired of it.  I've decided to setup a redhat fedora box and migrate our
cvs to that.  My question is, are there any utilities that will do this
for me?  Or maybe a guide to help me along the way?

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


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


RE: wincvs and its built in ssh not working consistently

2004-11-18 Thread Arthur Barrett
Craig,

WinCVS uses CVSNT for it's communications by default (unless you've
explicitly changed it).

The correct forum for CVSNT questions is here:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

Regards,


Arthur Barrett

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Friday, 19 November 2004 2:38 PM
To: [EMAIL PROTECTED]
Subject: wincvs and its built in ssh not working consistently


When I try to use the built in ssh in the 1.3.20.2 Beta release of
wincvs instead of using an "ext" ssh it works on some machines and not
on others set up with the exact same version.  I get the following
message when I try to check out a module:


cvs -d :ssh;username=jose;hostname=cvs.xxx.net;port=22:/var/cvsroot/ee
checkout -P Zepto (in directory C:\cvs\test2)
cvs checkout: Couldn't connect to remote server - plink error Unable to
open connection: Host does not existcvs [checkout aborted]: Connection
to server failed

* CVS exited normally with code 1 *

It appears to be trying to use plink even though I specified it to use
ssh.  I can definitely ssh to port 22 of cvs.xxx.net from the machine.
The strange thing is that it worked the first time, then stopped
working every time after that.


Any ideas?

thanks,
Craig

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


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


Re: CVS repository not found

2004-11-14 Thread Arthur Barrett
Pavel,

If you are using TortoiseCVS then you are using the CVSNT client (it comes
bundled with Tortoise and does all the communications).  The correct place
to ask this question is the CVSNT newsgroup:

news://news.cvsnt.org/support.cvsnt
or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Regards,


Arthur Barrett

"Pavel Tsarenko" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi, all !
>
> I am trying to checkout CVS in cvs.sourcecforge.net via
> ssh protocol with TortoiseCVS 1.8.31. I generated key pair
> by puttygen with SSH2 DSA. Then I have upload new public
> key to sourceforge, and login from putty with new parameters
> (ssh2 protocol) into sourceforge. Before login I run pageant
> with private key and input my passphrase. The login is succesfull.
> After then I have tried to perform checkout. Password isn't
> asked from me, but the following messages is appeared:
>
> 
>
> There is no CVS repository in this folder
>
> /cvsroot/xharbour on cvs.sourceforge.net
>
> if this is the wrong folder, correct it and try again. If you want
> to initialise a new repository with "cvs init" then check the box
> below
> and TortoiseCVS will try again
>
> Initialise a new repository here (makes a CVSROOT folder)
>
>
> In C:\Projects: "C:\Program Files\TortoiseCVS\cvs95.exe" "-q" "-z6"
> "checkout" "-P" "xharbour"
> CVSROOT=:ext:[EMAIL PROTECTED]:/cvsroot/xharbour
>
> Cannot access /cvsroot/xharbour/CVSROOT
> No such file or directory
>
> Error, CVS operation failed
>
> Tortoise Tip:  Sometimes you get this error if you have the repository
> folder wrong in the Checkout dialog.  Make sure you have a slash at
> the
> start of the folder name, and that the case and path are correct.
> Watch out for spurious trailing characters.
>
> Examples are:  "/cvsroot", "/usr/local/cvs-repository",
> "/cvsroot/cvsgui"
>
> 
>
>
> The CVS repository exist and I can checkout it with anonymous access.
> The CVSROOT string is the SAME as with anonymous
> access except protocol parameter:
>
> CVSROOT=:ext:[EMAIL PROTECTED]:/cvsroot/xharbour
>
> instead of
>
> CVSROOT=:pserver:[EMAIL PROTECTED]:/cvsroot/xharbour
>
> but CVS repository is not found via SSH. I don't understand the
> reason of this.
>
> Can anybody help to me ?
>
> Thanks
>
> Best regards, Pavel Tsarenko


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


RE: Size problem

2004-11-10 Thread Arthur Barrett
Hridyesh,

CVSNT (Unix, Linux, Windows GPL, Open source, free) can store binary
diffs on the server and therefore saves a lot of space.  In fact this is
exactly the reason for the feature.  You need to have the file format
set to -kB (-kb is the compatible "fat" method).
http://www.cvsnt.org/

The correct place for questions about CVSNT is here:
news://news.cvsnt.org/support.cvsnt
Or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Regards,


Arthur Barrett

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Hridyesh Pant
Sent: Thursday, 11 November 2004 2:52 PM
To: [EMAIL PROTECTED]
Subject: Size problem


We are facing following problems
1.  In our wrapper file we have mentioned *.mcp.so this type of file
always checked in as a binary .but when we check-in xyz.mcp.xml(which
should
not be checked in binary) ,cvs treat this file also as a binary. Is
there
any way so that we can checkin xyz.mcp.xml file as a text file?
2.  we are facing a size problem of  binary files.The actual size of
binary files are in MB (when we checkout) ,while in cvsserver the size
of
same files become in GB due to lot of revision. In each revision size of
binary file become multiple of 2. Due to this problem synchronization
taking
too much time.Is there any workaround for this problem?

Thanks in advance..
Hridyesh


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


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


RE: How to checkout a Windows CVS Module from Linux ?

2004-11-09 Thread Arthur Barrett
Francesco,

If your CVS server is running on Windows then it is most certainly CVSNT not 
CVS.

The correct place for questions about CVSNT is here:
news://news.cvsnt.org/support.cvsnt
Or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

CVSNT server and clients are available for Linux/Unix/Mac OS X etc etc.  It may 
be worthwhile using a CVSNT client on linux.

The exact syntax of the CVSROOT will depend on the configuration of the CVSNT 
server.  Also the CVS server on Windows may reject pserver access if it has 
been disabled.

For instance directly referring to the physical location on the Windows server 
has been discouraged for quite a long time (E:/CVSROOT/ is d3efined in the 
CVSNT control panel as a user defined location like /myrepo).

You may want to try:
cvs -d :pserver:[EMAIL PROTECTED]:E:/CVSROOT/ login
password:

Regards,


Arthur Barrett


-Original Message-
From:   [EMAIL PROTECTED] on behalf of Francesco M.
Sent:   Tue 11/9/2004 8:33 PM
To: [EMAIL PROTECTED]
Cc: 
Subject:How to checkout a Windows CVS Module from Linux ?

Hi all,
I'm trying to check out a Module with CVS 1.1.17 from a Mandrake 10 Linux 
client.
CVS is installed on a Windows Machine.

Assuming the CVS is installed on "WindowsMachine" on "E:/CVSROOT"
and the credentials are user/password:

cvs -d :pserver:user:[EMAIL PROTECTED]:E:/CVSROOT/

Unfortunately CVS rejects this command and issues the "Usage cvs: " prompt.

Does anybody know how to connect to the Windows CVS server ???
thanks a lot in advance
Francesco
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs





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


RE: Q on CVS nstall/setup on windows...

2004-11-08 Thread Arthur Barrett
Walter,

The correct place for CVSNT questions (like problems with net drives) is the 
CVSNT newsgroup that I pointed you at in my last post.  Several releases were a 
little buggy in that way but if you use CVSNT 2.0.58d client and server then it 
works for all cases that I have heard of.

>> CVSNT (GPL/open source) is the default CVS for windows (it is bundeled
>> with WinCVS and TortoiseCVS).
>
>I installed them both (in turn)

CVSNT should be installed after the GUI, and then modify the GUI preferences to 
use the newer version (it wont by default).

>> Just download and run the installer - do not set either HOME or CVS_RSH
>> environment variables: http://www.cvsnt.com
>
>If the sites had details on what was installed where, I wouldn't really
>mind on these installers. But they don't, so I'm hesitant on installing
>things I don't know where things go.

You can get the source for the installer or a ZIP file containing the .exe and 
.dll's (and another with the "required DLL's") from the development site:
http://www.cvsnt.org/wiki

>BTW: Why is CVSNT the "default" CVS for windows?

That would be best answered by the distributors of WinCVS and TortoiseCVS.  

CVSNT generally supports features which are perhaps more important to windows 
and other "non technical" users - from Windows active directory authentication 
with the SSPI protocol (on Windows/Linux/Unix) to things like file rename, 
atomic commits, reserved edits, support for unicode encoded text files, easy 
branch and merge using mergepoint, localised filenames, bug id's, commit id's, 
enhanced triggers like precommand and postcommand, ACL's on branches and files 
etc etc.

CVSNT is available for Unix/Linux/Mac OS X/Windows etc etc.

Regards,


Arthur Barrett


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





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


RE: view modules

2004-11-08 Thread Arthur Barrett

CVSNT (GPL/open source) is the default CVS for windows (it is bundeled with 
WinCVS and TortoiseCVS).

If you are using a windows server then links for CVSWEB and ViewCVS for windows 
are here:
http://www.cvsnt.org/wiki/ViewCvs
and
http://www.cvsnt.org/wiki/CvsWeb

You can also view modules using the "ls" command - but I dont know if Tortoise 
supports this yet (I'm fairly certain that WinCVS does).

The correct newsgroup for CVSNT is:
news://news.cvsnt.org/support.cvsnt
Or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Regards,



Arthur Barrett


-Original Message-
From:   [EMAIL PROTECTED] on behalf of Gleidson Sá Barreto
Sent:   Tue 11/9/2004 6:37 AM
To: [EMAIL PROTECTED]
Cc: 
Subject:view modules

I need to view my modules and this necessary to
install viewcvs or cvsweb. I would like to know where
directore I install it.

In the moment i use tortoisecvs.




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


RE: Q on CVS nstall/setup on windows...

2004-11-08 Thread Arthur Barrett
Walter,

CVSNT (GPL/open source) is the default CVS for windows (it is bundeled with 
WinCVS and TortoiseCVS).

Just download and run the installer - do not set either HOME or CVS_RSH 
environment variables:
http://www.cvsnt.com

The correct newsgroup for CVSNT is:
news://news.cvsnt.org/support.cvsnt
Or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Regards,



Arthur Barrett


-Original Message-
From:   [EMAIL PROTECTED] on behalf of jsWalter
Sent:   Tue 11/9/2004 6:55 AM
To: [EMAIL PROTECTED]
Cc: 
Subject:Q on CVS nstall/setup on windows...

Can someone please point me to any docuentation on what is needed to setup
and configure CVS client on a windows workstation.

Assumptions, registry keys (please no!), paths, ENV VARs, etc that CVS.EXE
uses/needs, etc.

I know about HOME and CVS_RSH, what others are there, if any, etc.

Thanks

Walter



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





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


RE: Stop branch creation

2004-11-07 Thread Arthur Barrett
Rajesh,

Yes if you are using CVSNT (it is free/GPL/open source just like CVS and comes 
with WinCVS and TortoiseCVS or can be downloaded separately).  

There is both tag and merge control.  The tag limits can be per branch
(can't create a new branch of branch 'a') or global to the file.  They
can be overriden per user/group, etc. just like other acls.

The merge control locks out merging between specific branches, so you
can stop someone accidentally merging the development branch into the
stable branch for example, unless they're a release coordinator.
http://www.cvsnt.org/manual/Setting-permissions.html

The ACL's can of course also limit a users access to a pranch (can't commit on 
a production branch).

The newsgroup for CVSNT questions is:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

Regards,


Arthur Barrett




-Original Message-
From:   [EMAIL PROTECTED] on behalf of Rajesh Patwardhan
Sent:   Sat 11/6/2004 8:50 AM
To: '[EMAIL PROTECTED]'
Cc: 
Subject:Stop branch creation

Hello All,
I was wondering if any one has implemented a script to stop branch creation
by users other then a chosen few. I did search on Google, but did not get
any results. 
Any help or pointers on how to get some information from the Taginfo hook
will be greatly appreciated. When I did a trace I got a reason=add on both
cases of creation of a tag as well as branch Tag. 
Regards,
Rajesh


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





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


RE: DOS Command to get current branch?

2004-11-04 Thread Arthur Barrett
Jae,

If you are using DOS then you are probably using CVSNT (it is free/GPL/open source 
just like CVS and comes with WinCVS and TortoiseCVS or can be downloaded separately).  

A single sandbox (or even a single directory) can contain files form more than one 
repository and more than one branch.  So it is not possible to find the branch for a 
directory.

To find the branch file the file use the "cvs status " command.

Alternatively if this is a script to run in a trigger then the feil CVS/Entries (in 
the current directory during script execution) can be examined to determine what 
branch the current file is on.

The correct newsgroup for CVSNT questions is:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

Regards,


Arthur Barrett



-Original Message-
From:   [EMAIL PROTECTED] on behalf of Talos
Sent:   Fri 11/5/2004 9:49 AM
To: [EMAIL PROTECTED]
Cc: 
Subject:DOS Command to get current branch?

I'm new to CVS (having converted from the VSS world), and I'm still
getting used to a lot of the concepts and commands.  One of things I'm
having trouble with is figuring out if I messed up when I do Updates.

My question is:  Is there a DOS command that let's you know what
branch name the sandbox you're currently is?

For example, suppose I created a new directory called "Branch A" from
the main trunk.  I now go into the Branch A directory, and do an
update using a command line (and praying I didn't mess up the switches
or names while doing so).  Is there an easy way to verify that I
actually got "Branch A"'s latest files/label by typing in a DOS
command that tells me what the sandbox REALLY is?  NOT what I think it
is (I think it's the branch, since I named my sandbox "Branch A", but
I'd like to be sure).

I need to use DOS because I'm running some scripts to automatically
bring down and build source code.  I'm sure there's some nifty GUI
ways to do this, but right now I'm really concerned about the DOS
command (actually, it would be nice to know if you can do this using
shells).

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





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


RE: Can't synchronize between WSAD and CVSNT correctly

2004-11-02 Thread Arthur Barrett
John,

The correct newsgroup for CVSNT questions is here:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

You will need CVSNT Server 2.0.58c or later (preferably 2.0.58d) to work with 
WSAD/Eclipse.  You can download the latest version from here:
http://www.cvsnt.com

I cannot see where in your process you have added the file to the repository, or 
committed your changes (but I am not an WSAD/Eclipse user)...  Ultimately if you want 
to develop directly on the iSeries then you may find that you require a CVSNT client 
for AS/400.  See here for more info, or contact me directly:
http://march-hare.com/cvspro/iseries.htm

However as you pointed out - it may make more sense to move the development to a 
staging server instead.

Regards,


Arthur Barrett





-Original Message-
From:   [EMAIL PROTECTED] on behalf of John
Sent:   Wed 11/3/2004 8:50 AM
To: [EMAIL PROTECTED]
Cc: 
Subject:Can't synchronize between WSAD and CVSNT correctly

Hi,
I have the following problem: 

We have HTML templates that we have to develop and in another project
we use WSAD for portlets development. So I thought I could put the
HTMLs under version Control to CVSNT and use WSAD as CVS client.

These templates are on a test-environment on an AS/400, we develop
directly there, and we see immediately the result of the changes (I
know, it's not a good practice to develope onthe server, but at the
moment it is so.)

Resumee: 
- The tHTML tremplates are on a test-environment on the AS/400
- The CVSNT Server is on a Windows XP Server. 
- WSAD is on a Windows XP Workstation. Now the idea: 

I made a "linking import" in WSAD to these templates of the AS/400, so
now I see the HTMLs that resides on the AS/400 in my CVS client in
WSAD (Note: The files resides not on my local workspace C:\). Then I
shared the project containing these HTMLs on the CVSNT Server. The
idea is that when I work on a file, and click on "save", the file is
saved directly on the AS400 and I can see immediately the change the
effect in the browser. What I expected however is that when I
synchronize the folder containing the HTML templates, the CVSNT should
show me the differences, and the I should be able to commit or merge
the files in the CVSNT repository. Instead however, I get the message
that the Workspace on the AS400 is identical with the repository of
the CVS Server. So I cannot see any version history and I con't load
an older version from the CVS repository. The files on the AS400
corresponds always to the files on the CVS repository and this happens
without making a commit, but simply making a "Save".

Do I make something wrong or is it however possible to realize my
idea? In practice I don't want to have a local workspace on my C:\ ,
instead I want to use the server on the AS400 as "locale workspace".

Any suggestion to this procedure/idea? 

Thanks for your answers.

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





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


RE: Changing the CVS Password

2004-11-02 Thread Arthur Barrett
Neti,

If you are using CVSNT on Linux, Windows, Unix etc then use "cvs passwd".

Regards,


Arthur Barrett


-Original Message-
From:   [EMAIL PROTECTED] on behalf of Malhotra, Neti
Sent:   Wed 11/3/2004 3:45 AM
To: Cvs Mailing List (E-mail)
Cc: 
Subject:Changing the CVS Password

All,

Does anyone know the best way to change a user's password in the CVS password file 
under $CVSROOT/CVSROOT, like a command line tool?  I've been hacking the file manually.

Thanks -
Neti


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





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


Re: Changing back from daylight saving time

2004-11-01 Thread Arthur Barrett
Andreas,

This problem and its resolution is described here:
http://devguy.com/fp/cfgmgmt/cvs/#DST

In short you are using an extremely old version of WinCVS and an even older
CVSNT.  You need newer versions of both.

Regards,


Arthur Barrett

"Andreas" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> My Win XP box (running WinCVS 1.2) after auto switch back from daylight
> saving time suddenly shows all files in all projects as dirty. Of course I
> could simply run update on all files but - there must be another way???
>
> Any ideas?
>
>


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


Re: Ownership Issues Running as pserver vs. server

2004-10-31 Thread Arthur Barrett
Neti,

If you are using WinCVS on the client then you are most likely using the
CVSNT client to connect to the server (it is bundled with WinCVS).  CVSNT
Server is free (GPL - just like cvs) and available for Linux, Unix, Windows,
Mac OS X etc and may be configured to run as any user at run time.
http://www.cvsnt.org/manual/Runas-User.html

Regards,


Arthur Barrett


"Malhotra, Neti" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
All,

I am looking for an opinion on the correct way to configure my server so
that I can access CVS locally from the server as well as from a PC using
WinCVS.  Here's the dilemna.

Before upgrading to cvs 1.11.17, cvs was owned by a user on our system
called cvs (id=9001), and group also called cvs (id=2525) with the sticky
bit set (i.e. 4755).  Therefore most of the files in the repository are
owned by 9001:2525.  With 1.11.17 configured as before, running cvs locally
works, but running in pserver mode fails.  I think what is happening in
pserver mode is:

- Inetd kicks off cvs as root:root, so the relevant ids are:
real user is root:root
user is retrieved from password file as root:other
effective user is 9001:root
- Cvs tries to setgid to the group id retrieved from the password file
(other).  I'm guessing this fails because the effective user is 9001.

I tried to fix this by unsetting the sticky bit on the cvs executable, i.e.
keep it owned by 9001:2525 and keep perms at 755.  That worked just fine in
pserver mode, but now causes cvs to fail (unable to create cvslock) when
running it on the server.

I decided then to change the ownership of cvs to root:2525, with the sticky
bit set (perms=4755).  This seems to work for both pserver and server modes,
but now the files in the repository are owned by root.  I don't know that
this is necessarily a bad thing, but it makes me a little nervous.

Does anyone have any suggestions/opinions on the correct way to set this up?
I guess another option may be to kick off cvs as the 9001 user in inetd.
Do you think that's a better option?

Thanks in advance for your help -
Neti



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


RE: ignoring whitespace in rdiff

2004-10-26 Thread Arthur Barrett
Dave,

If you are using developing on windows then you are most likely using the CVSNT 
client.  

The open source newsgroup for CVSNT is available here and may be able to help (be sure 
to specify the server and client versions of CVS/CVSNT):
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

Regards,


Arthur Barrett



-Original Message-
From:   [EMAIL PROTECTED] on behalf of Clendenan, Dave
Sent:   Wed 10/27/2004 12:26 AM
To: [EMAIL PROTECTED]
Cc: 
Subject:ignoring whitespace in rdiff

cvs diff takes '-bw' to ignore whitespace.  cvs rdiff (at least in the
versions I have) doesn't have an option for this.  

Can someone please explain this to me?  Does the 'feature release'
stream have this feature?   We're developing on windows, and some of
our developers keep switching linefeed types, which makes rdiff a bit
useless.  I may have to resort to a linebreak-conversion on checkin,
but I don't like the idea of automated chenges to entire files like
that...

thanks


Dave



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




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


RE: Supply of password for connecting to cvs from windows.

2004-10-26 Thread Arthur Barrett
Ragothaman,

If you are using TortoiseCVS client then you are using the CVSNT client.

Are you sharing a single sandbox with several developers?

If this is the case I think that the SSPI protocol may suit you better since the 
username is not coded into the CVSROOT (it comes from your windows login instead).  
However to use this with your Linux server you will have to use CVSNT Server.

CVSNT server is free (GPL - just like CVS) for Linux, Unix, Windows, Mac OS X and can 
be downloaded from here:
http://www.cvsnt.com

Getting SSPI running on a Linux box is not entirely straightforward but the CVSNT 
newsgroup and web site have various articles.

The open source newsgroup for CVSNT is available here:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

Regards,


Arthur Barrett



-Original Message-
From:   [EMAIL PROTECTED] on behalf of Ragothaman
Sent:   Wed 10/27/2004 12:21 AM
To: [EMAIL PROTECTED]
Cc: 
Subject:Supply of password for connecting to cvs from windows.

Hi,

I have cvs installed on Linux and TortoiseCVS installed on windows
clients. I have configured pserver on cvs and connecting through
windows. It is working perfectly.

This setup checkouts or checkins using password authentication by the
pserver. However, since I am having a large number of users working
across several projects, I need to get the password from the user and
then update. This is required because the user not connected with a
project may simply checkout or change and commit using a known
username and this needs to be avoided. Please guide me how to
configure cvs in Linux to do this.

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




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


RE: installation

2004-10-26 Thread Arthur Barrett
Maria,

If you are using WinCVS client then you are using the CVSNT client.  Many of the new 
features of WinCVS (file rename, bug number, etc) are dependent on using a CVSNT 
server.

CVSNT server is free (GPL - just like CVS) for Linux, Unix, Windows, Mac OS X and can 
be downloaded from here:
http://www.cvsnt.com

Just install the RPM on Linux.

The open source newsgroup for CVSNT is available here:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
or
news://news.cvsnt.org/support.cvsnt

Regards,


Arthur Barrett


-Original Message-
From:   [EMAIL PROTECTED] on behalf of Maria Therese Sanna
Sent:   Tue 10/26/2004 5:35 PM
To: [EMAIL PROTECTED]
Cc: 
Subject:installation

Possibly the most stupid question ever but:

I am running on  XP, and developing on Oracle9iAS and Bussiness Components For Java.
My challenge is now to test out different version control systems for our organization.

How do I install the server elements? I have installed the client WinCVS, but I can't 
sort out the files on https://ccvs.cvshome.org/servlets/ProjectDocumentList (download) 
Of course using the winCVS gives me the message "No protocols available", 
understandable. 
Can I install anything from https://ccvs.cvshome.org/servlets/ProjectDocumentList ? I 
don't even recognize the file extensions... Probably because I don't know anything 
about Linux..
Anyone have any tip to a cvs novise?



Maria Therese Sanna
  

Axia AS
Statsminister Torpsvei 30
N - 1703 Sarpsborg

Tlf: +4769128500   
Mobil: +4797189290





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


RE: WinCVS General tab missing

2004-10-24 Thread Arthur Barrett
Robert,

Further to my earlier e-mail here is a response form Jerzy Kaczorowski from the WinCVS 
bug tracker.

---
General tab is not missing - it was removed and replaced by the explicit option for 
commands that need it (e.g. import, checkout).

The settings of General tab were largely ignored anyway (the cause of notorious FAQ 
like "how do I change CVSROOT" or "I changed the settings and it didn't work") since 
the CVSROOT value is taken from the sandbox metadata anyway.

Current implementation also supplies fully automatic CVSROOT wizard based on "cvs 
info" command that is superior to the hardcoded approach of General tab. It will also 
remember and suggest values for any given (sub)folder if it was previously used so it 
very easy to operate and doesn't require re-typing
the same for consquent commands. "Type once use everywhere" approach.

BTW: cvs-info is not the best group to look for WinCvs help. It is much better to hand 
out in CvsGui group where this very topic was discussed already:
http://groups.yahoo.com/subscribe/cvsgui
---



Regards,



Arthur Barrett


-Original Message-
From:   [EMAIL PROTECTED] on behalf of Robert Lafond
Sent:   Sun 10/24/2004 11:16 PM
To: [EMAIL PROTECTED]
Cc: 
Subject:WinCVS General tab missing

Hi all,

  I am a newbe to the somewhat complicated world of CVS and just about every
single piece of information i could gather on the internet speaks of a
preference General panel where i could set my connection to the server's
repository. But on this 1.3.21.1 Beta 21 (Build 1)  version of WinCVS i am
using as a client there is no such tab on the preference dialog box. ??? I
have a Globals, CVS, WinCVS and Command Dialogs tabs, but no General tab.

 Where do i set my connection ?

Regards
Robert


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





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


RE: WinCVS General tab missing

2004-10-24 Thread Arthur Barrett
Robert,

Hmmm - you appear to be right - must be a bug in recent WinCVS builds.  WinCVS 1.3.17 
is ok (and is the latest stable according to the docs on the wincvs.org page - but not 
the links...).  You can get it from here:
http://prdownloads.sourceforge.net/cvsgui/WinCvs13b17.zip?download

If you are using WinCVS then you are actually using CVSNT (it comes bundled
with WinCVS).  

You may also be interested to check out the open source (free) newsgroup for
CVSNT:
news://news.cvsnt.org/support.cvsnt
Or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

The WinCVS newsgroup is here:
http://groups.yahoo.com/subscribe/cvsgui

Regards,


Arthur Barrett


-Original Message-
From:   [EMAIL PROTECTED] on behalf of Robert Lafond
Sent:   Sun 10/24/2004 11:16 PM
To: [EMAIL PROTECTED]
Cc: 
Subject:WinCVS General tab missing

Hi all,

  I am a newbe to the somewhat complicated world of CVS and just about every
single piece of information i could gather on the internet speaks of a
preference General panel where i could set my connection to the server's
repository. But on this 1.3.21.1 Beta 21 (Build 1)  version of WinCVS i am
using as a client there is no such tab on the preference dialog box. ??? I
have a Globals, CVS, WinCVS and Command Dialogs tabs, but no General tab.

 Where do i set my connection ?

Regards
Robert


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





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


Re: cvs-update triggers

2004-10-22 Thread Arthur Barrett
Paul,

Use the "precommand" (or "postcommand") trigger.
http://www.cvsnt.org/manual/postcommand.html

This is only available in CVSNT 2.0.58 and later.

CVSNT is free (GPL - just like CVS) is available on Linux, Unix, Windows,
Mac OS X etc etc.  If you are using WinCVS or TortoiseCVS then you are
already using it (it comes bundled with those).  Since the triggers are
executed on the server then you will need to be running CVSNT on the server.
http://www.cvsnt.com

Regards,


Arthur Barrett

<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> hello,
> i would like to setup a trigger for when cvs-update touches a file
(updates or merges) in checked out work areas.  is there already a mechanism
for this? i want it to run a script or set of commands
> my specific need is that i want to have a shell-rc file in the repository,
when someone makes changes to it and then i do an update, i get those
changes and therefore would like to re-source that file and update my shell.
is this possible to set-up?
> thanks
> paul
>
>
>


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


Re: cvs or subversion or manual control

2004-10-21 Thread Arthur Barrett
Algis,

Another option is CVSNT (on Linux or Windows) which is CVS with all the
subversion features.

The manual is a good place to start but not extremely beginner friendly:
http://www.cvsnt.org/manual/

CVSNT can be downloaded from:
http://www.cvsnt.com

Regards,


Arthur Barrett

"Algis Kabaila" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I am a 79 year old newbee, who has been around computers since the valve
> version.
>
> Currently I have taken on the task of looking after a web page (or
> pages) for Open Source Software in a PC users' group.  I also started to
> program Python, which I really love.  I use a version of Linux distro,
> which includes "cvs" and "subversion" - not yet installed
>
> In the past, all version control in my work was kept manually, mostly
> under Win OS. I want to take advantage of a programmed version control of
>
> 1. HTML pages, which are essentially text (written with "Kate", verified
> with Firefox)
>
> 2. Python scripts - programs.  Mainly civil - structural engineering,
> with "numarray".
>
> My GNU/Linux distro gives me the following info:
>
>  CVS is a front-end to the Revision Control System included in the
> standard Linux distributions. PCL-CVS, an Emacs front-end for CVS, is
> also included.
>
>  Subversion does the same thing CVS does (Concurrent Versioning
> System) but has major enhancements compared to CVS.
> http://subversion.tigris.org
>
> Which one should I use?  What do I do to configure repository on my PC.
>   Mostly I will be the only person using it, at least initially.  Is cvs
> or subversion the way to go to for continuous updating of a web site?
>
> I would really, really appreciate advice, before I commit my time to
> study either of the two version control systems.  For me my time is
> rather valuable, as it is gradually running out.  Should I, instead,
> stick to my trusted old ways of keeping the version control manually?
>
> My background is teaching in several tertiary institutions.  I live down
> -under.  A great place!
>
> (I confess to being a sucker for things that are new to me...)
>
> Thank you for your patience and the advice to come!
>
> Al (my handle is OldAl, my email is a_kabaila at yahoo.com.au)


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


Re: Permissions on Branchs

2004-10-20 Thread Arthur Barrett
Paola,

If you are using WinCVS then you are actually using CVSNT (it comes bundled
with WinCVS).  I dont know which version of WinCVS / CVSNT you are using but
recent versions all have native inbuilt support for branch ACL's.

The documentation on this is incomplete, however "cvs -H chacl" on the
"Admin->command line" from WinCVS should give you most of the information
you require.

You will need to be running CVSNT on your server and client - downloads for
Linux, Solaris, HPUX, Windows and Mac OS X (and source code) are available
here:
http://www.cvsnt.com

You may also be interested to check out the open source (free) newsgroup for
CVSNT:
news://news.cvsnt.org/support.cvsnt
Or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Regards,


Arthur Barrett



"Paola Attadio" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello, maybe this already has been discussed. What I'm looking for is
> how to set permissions on specific branch names, I mean, make some
> branches read-only. This is necessery because it happens that WinCvs
> users perform commits where they should not. I'm using RedHat Linux as
> repository server with WinCVS clients.
> I believe this can be scripted in the CVS, but how and from where to
> invoke it? It could be great to have config file with list of
> branch_names to be treated as read-only.
>
> Regards,
>
> Paola
>
>
>
>


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


Re: error wincvs

2004-10-19 Thread Arthur Barrett
CVSNT is the default client that is bundled with WinCVS.

The open source newsgroup for CVSNT can be accessed here:
news://news.cvsnt.org/support.cvsnt
Or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

In your post please specify which exact version of the server and client you
are using (you can use the command "cvs version" from a sandbox).

Regards,


Arthur Barrett

"Gleidson Sá Barreto" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I am trying to import one module with wincvs but it
> appears the following error:
>
> cvs import: warning: unrecognized response `'"ssh"'
> nÆo , reconhecido como um comando interno
> ' from cvs server
> cvs import: warning: unrecognized response `ou
> externo, um programa oper vel ou um arquivo em lotes.
>
>
>
>
>
>
> ___
> Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
http://br.acesso.yahoo.com/
>
>


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


Re: cvs cannot process Chinese characters?

2004-10-19 Thread Arthur Barrett
Peng Jian,

As far as I am aware - traditional CVS only accepts characters in the
US-ASCII codepage unless it is marked as binary.  If you mark it as binary
then you will not be able to do diff/merge.

CVSNT is an open source (free) replacement for traditional CVS available for
Linux, Unix, Windows, Mac OS X etc etc, that supports multiple code pages
and also Unicode files.  You can download it here:
http://www.cvsnt.com

This page talks a little about it:
http://www.cvsnt.org/manual/Substitution-modes.html

If you are using CVSNT 2.0.58 server and client then most likely you will
not have to change any settings - it will simply work properly the first
time.

You can check which version you are using by the command "cvs -v".  CVSNT is
the default client for use with WinCVS and TortoiseCVS.

You may also be interested to check out the open source (free) newsgroup for
CVSNT:
news://news.cvsnt.org/support.cvsnt
Or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Regards,


Arthur Barrett

<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
>
>
>
> Hi,
>
> I have some text files which contains Chinese characters.
> I imported them to cvs as text files.
> Now I check them out, and every file has been changed greatly.
> They are anything but what I want.
> Shall I treat them as binary files to get the correct result?
>
> Peng Jian
>
>
>


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


Re: CVS - access of modules per user

2004-10-11 Thread Arthur Barrett
Santhi,

If you are using CVSNT on Linux the instructions are here:
http://www.cvsnt.org/manual/Setting-permissions.html

You will need a recent (this year?) release of CVSNT for Linux:
http://www.cvsnt.com/

Regards,



Arthur Barrett

"Guntupalli santhi" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]

Hello,
  I am using CVS on Linux. I have a requirement.
I have different number of modules. each module corresponds to one
directory. I want to restrict access ( checkin and checkout) of these
modules based on user. Suppose like i have module "Test" and have user
"tester1". The module Test should be accessable (  checkin and checkout)only
to the user tester1. No other user should able to checkin or checkout this
module. How to restrict users from using module. if i mention user name in
reader and writers this will be global to all the modules. It will not help
my requirement. Is there any other option for restricting users from modules
being used. Any pointers are highly appreciated.

regards
- santhi







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


Re: CVS setting up

2004-10-07 Thread Arthur Barrett

The manual on the CVSNT site explains the setup steps fairly well:
http://www.cvsnt.org/manual/

The devguy site has some useful links in the "Learn CVS" section:
http://www.devguy.com/fp/cfgmgmt/cvs/

The best place to ask about CVSNT is the newsgroup for CVSNT (or search the
archive):
news://news.cvsnt.org/support.cvsnt
Or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Regards,



Arthur Barrett

"Vipin Chandran" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
> I am new to the cvs concept.. Now pls tell me where to start
> I have a windows client - server system in our office. I have
> installed cvsnt in the server .. now pls tell me how to proceed .. the
> workstations should be able to simultaneously work on the project
> files in the server .. can u tell me the procedure to set it up and
> some links to know all the stuff
>
> Thanks
>
>


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


Re: problems with Visual C# projects

2004-10-07 Thread Arthur Barrett
Naveen,

WinCVS has it's own newsgroup and uses CVSNT as it's default client.

I suggest you ask this question on the CVSNT newsgroup or the WinCVS
newsgroup.

WinCVS newsgroup:
http://groups.yahoo.com/subscribe/cvsgui

The best place to ask about CVSNT is the newsgroup for CVSNT (or search the
archive):
news://news.cvsnt.org/support.cvsnt
Or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Regards,


Arthur Barrett

"Naveen M" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all,
>
>  I am new to WinCVS.
>
>  I would like to manage my Visual C# projects in a repository.
>  When I tried putting a project in the repository, it seems that it is
>  un-successful.
>
>  How can we solve this problem. Do I need to get any kind of pluggins?
>  kindly suggest,
>
> Cheers,
> Naveen.
>
>


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


Re: What is CVSNT?

2004-10-07 Thread Arthur Barrett
Re: cvs clientAlastair,

CVSNT is a modern, feature rich implementation of CVS server and client.  It
is licensed under the GPL (free) and is currently available for Windows,
Linux, Unix, Mac OS X.

Most windows GUI's use CVSNT to perform the "work".  CVSNT is not a DLL but
an EXE (in windows speak).

For several years CVSNT was supplied as a shared library - I am not sure why
that was ceased, I vaguely remember some technical reasons - the CVSNT
newsgroup would be the best place to ask:

news://news.cvsnt.org/support.cvsnt
Or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Regards,



Arthur Barrett


"Alastair Growcott" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Can someone just give me a very brief description of CVSNT? From the name it
sounds like a Windows NT CVS client, yet if so why does it compile on Linux,
etc. etc.?

Is it an executable that TortoiseCVS runs with a system call, or a library?

Since it is open source, could I pinch the code to use in libCVS (C version)
and what would the licensing issues be?

Alastair.



From: [EMAIL PROTECTED] on behalf of
Arthur Barrett
Sent: Wed 06/10/2004 23:53
To: [EMAIL PROTECTED]
Subject: Re: cvs client


TortoiseCVS uses CVSNT to communicate to the server.  To get the most from
both clients I suggest you make sure you are using CVSNT on Linux, Windows
and also the server.

CVSNT is open source (free), and available for download for Linux, Windows,
Solaris, HPUX, Mac OS X here:
http://www.cvsnt.com/

Regards,


Arthur Barrett

"Gleidson Sá Barreto" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> The combination tortoise cvs for platform windows and
> lincvs for platform linux is best?
>
> Exists some better alternative that lincvs for
> platform linux?
>
> Which the advantage of tortoise cvs in relation to wincvs?
>
>
>
>
>
> ___
> Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
http://br.acesso.yahoo.com/
>
>


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



This e-mail has been scanned for all viruses by Star Internet.



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


Re: Little problem with CVS

2004-10-06 Thread Arthur Barrett
Luis,

CVSWEB or ViewCVS are web based browsers that can be used to browse the
repository on the server.

Alternatively you can use the "ls" command:
cvs -d :pserver:[EMAIL PROTECTED]:/myrepo ls

Or if your repository is on a windows server and you are using active
directory authentication:
cvs -d :sspi:servername:/myrepo ls

I always recommend CVSNT which is open source/free (like cvs) and available
for download for Windows/Linux/Unix here:
http://www.cvsnt.com

Regards,


Arthur Barrett




"Luis Matilla" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi there.
> I'm new with cvs, so be patient. Well the problem is that i would like
> to see the files and directories that are inside the
> server, but without downloading the files and directories to my PC. I'm
> using wincvs, so if someone knows how to do
> it with wincvs, please help. If it isn't possible to do it with wincvs,
> is there any way to do this?
>
> Thanks for your help.
>
>


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


Re: cvs client

2004-10-06 Thread Arthur Barrett
TortoiseCVS uses CVSNT to communicate to the server.  To get the most from
both clients I suggest you make sure you are using CVSNT on Linux, Windows
and also the server.

CVSNT is open source (free), and available for download for Linux, Windows,
Solaris, HPUX, Mac OS X here:
http://www.cvsnt.com/

Regards,


Arthur Barrett

"Gleidson Sá Barreto" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> The combination tortoise cvs for platform windows and
> lincvs for platform linux is best?
>
> Exists some better alternative that lincvs for
> platform linux?
>
> Which the advantage of tortoise cvs in relation to wincvs?
>
>
>
>
>
> ___
> Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
http://br.acesso.yahoo.com/
>
>


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


Re: cvs server VS cvsnt server

2004-10-05 Thread Arthur Barrett
Deborah,

This page describes the major differences between CVSNT and CVS:
http://www.cvsnt.com/cvspro/compare.htm

CVSNT is available for Linux, Windows, Unix, Mac OS X etc etc.  It is
identical on all platforms, however some platforms have features which
others do not eg: if your Unix does not have an ssh library, and Windows
does not support case sensitive filenames (yet).

CVSNT has been developed over six years independantly of CVS, and supports
modern memory models and modern configuration management best practice -
including more advanced resreved edits (locks) as well as atomicity and
transaction control.  You can optionally upgrade and continue to use CVSNT
"just like CVS" - however most people quickly begin to use the new features.

Many people have moved from CVS to CVSNT, the best place to ask about CVSNT
is the newsgroup for CVSNT (or search the archive):
news://news.cvsnt.org/support.cvsnt
Or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Regards,



Arthur Barrett

"Deborah Comeau (LCL)" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Our current setup is:
Server: Concurrent Versions System (CVS) 1.11.11 (client/server)
on Red Hat Linux Advanced Server release 2.1AS/i686

We are in the process of switching all of our version control over to CVS.
Some of our developers were using CVS long before we began our project to
use one version control product within our company. Due to certain
limitations in CVS, we have been looking at CVSNT Server. We have read the
documentation on the benefits of using CVSNT server VS the CVS server.

Our current developers have a number of concerns:
1) Does the Linux version of CVSNT have all the features of the Windows
version on CVSNT?
This is important because we will be running CVSNT on Linux
2) Is there any CVS functionality that will be lost if we move to CVSNT?
3) Is CVSNT 100% compatible with CVS?
Meaning the IDE interfaces designed for CVS work with CVSNT.
4) Will new features of CVS be added to CVSNT?
Meaning will CVSNT be kept as compatible as possible with CVS except with
additional features
5) Is the file locking of CVSNT better than that of CVS?
Some developers require file locking.
6) Is there anyone who has switched over to CVSNT server on a Linux server
who is willing to share his or her experiences with us?
7) Was there any changes to your process, or changes in functionality?

Any information would be appreciated.
Thank You
Deb Comeau
Production Analyst
Loblaw Companies East
416 240 3339



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


RE: Question about chacl

2004-09-13 Thread Arthur Barrett
Jeffrey,

CVSNT has it's own mailing list:
news://news.cvsnt.org/support.cvsnt
Or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

I suggest you ask there (and perhaps consider upgrading to the latest
release):
http://www.cvsnt.com

Regards,


Arthur Barrett

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of JeffreyC
Sent: Tuesday, 14 September 2004 10:40 AM
To: [EMAIL PROTECTED]
Subject: Question about chacl


I'm trying to set permissions for a projectd using chacl and am unable
because the initial cvs checkout is apparently not work. We have a large
repository with many projects in place, and I've been using cvs checkout
for months now, usually for deployments and tagging; but for some reason
in this instance it is not working. Here's what I'm doing:

   cvs checkout -r HEAD ProjectName
  (This works fine)

   cvs chacl -R chacl cvsadmin:r ProjectName

  (This results in the following message:)
  cvs chacl: in directory .:
  cvs [chacl aborted]: there is no version here; do 'cvs checkout'
first

I can't even perform a simple listing of permissions using lacl on that
project -- that command returns the same message. Any suggestions would
be much appreciated. Some details:

OS: Windows Server 2003
CVS: CVSNT 2.0.38 ___
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs


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


RE: disabling branch commit

2004-09-12 Thread Arthur Barrett
Fernando,

CVSNT is the default CVS client shipped with WinCVS and TortoiseCVS.  It
is open source / free and available for Linux/Unix/Windows etc.

CVSNT includes ACL's for branches.  For more information type cvs -H
chacl

You can download CVSNT from:
http://www.cvsnt.com

Regards,



Arthur Barrett

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Fernando Silveira
Sent: Saturday, 11 September 2004 5:43 AM
To: [EMAIL PROTECTED]
Subject: disabling branch commit


Dear list,

   I work for a software development company and we use CVS to control
our source code. Right now I am trying to make my CVS server to disable
commits to a specific BRANCH (or TAG) of a module.

   I've studied and tryied it a lot of times using "commitinfo",
"loginfo" and other configuration files but I had no success. It seems
that I cannot have the information of which revision, tag or branch
before committing to block it, but I'm not sure. I wonder if you could
help me with this problem, have any tips, docs or anything that helps or
tells if it is possible or not.

Thanks in advance.

-- 
Fernando Silveira  | [EMAIL PROTECTED]
+55 (11) 3371-9515 | NewPOS International LLC


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


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


RE: CVS taking memory

2004-09-12 Thread Arthur Barrett

CVSNT is the Open Source / free version of CVS bundled with WinCVS and
TortoiseCVS runs on Linux, Unix as well as Windows etc.

If you are using mostly Windows2000 clients then you are probably using
CVSNT - maybe you should consider using CVSNT on the server (Unix) as
well?

http://www.cvsnt.com

Regards,


Arthur Barrett

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Sandhya
Sent: Wednesday, 1 September 2004 7:54 PM
To: [EMAIL PROTECTED]
Subject: CVS taking memory


Hi all,

Let me explain the CVS environment here in my company.

CVS is running on a linux box, and the version is CVS 1.11.6.
I have configured the env in such a way that we use pserver to connect
to the server, from our 
clients which are all Windows2000 boxes.
We have users, working for a project, mapped to a single unix user name
and which inturn belong to 
various groups. These groups are used to control folder-wise access. We
have as many unix users as 
we have projects. Each and every project has a corresponding unix user
name. All the cvs users 
working on a project are mapped to that particular unix user. Apart from
this we have a webmin server running on port 8500 and an apache running
on 80, from the 
same machine.

With all these, we are facing problems with memory on the server. One
project takes around 800 MB 
of memory. We have given 4 GB of RAM for the machine, and 6 GB of swap
space.

Can any one of you guide me, as to what I can do to monitor this ??? Is
there any solution for 
this ?? 
there are over 700+ users in our company, who hit the CVS server.


Thanx 
Sandhya.


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


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


RE: CVS collaboration with a bug tracking system

2004-09-12 Thread Arthur Barrett

CVSNT is the open source/free version of CVS which is bundled with
TortosieCVS and WinCVS.  It runs on Linux, Unix, Windows etc.

The current development build has a separate bug number option to the
"message".  This will allow you to make the bug number mandatory, and
pass it cleanly to any bug tracking system (such as Bugzilla).

Go to: http://www.cvsnt.com/ and follow the "opne source project" links
to the development download.  This is expected to be available in the
production release in early October.

Regards,


Arthur Barrett

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of M Taha Masood
Sent: Saturday, 4 September 2004 9:07 AM
To: [EMAIL PROTECTED]
Subject: CVS collaboration with a bug tracking system


Hello,
I was wondering is there any bug tracking system that works in close
collaboration with CVS , in that checkins can be mapped to bug numbers
in the bug tracking tool asd part of some process ? thanks Taha
___
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs


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


RE: CVS plugin for WSAD

2004-09-12 Thread Arthur Barrett
Prem,

CVSNT is a different project to CVS.  CVSNT is still open source and
runs on Linux, Unix, Windows etc, and more information can be found
here:
http://www.cvsnt.com

This question is best directed at the open source CVSNT newsgroup.
news://news.cvsnt.org/support.cvsnt

Or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Regards,


Arthur Barrett

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of prem pathak
Sent: Thursday, 9 September 2004 12:02 AM
To: [EMAIL PROTECTED]
Subject: Re: CVS plugin for WSAD


Sorry, I missed out one more thing.
I am using cvsnt-2.0.11 release.

-prem

--- prem pathak <[EMAIL PROTECTED]> wrote:

> Hi All,
>  I found that few features of CVS plugin for WSAD
> DOES
> NOT work properly if the CVS server is configured to
> use a repository prefix. Also it's a global property
> which means I can't turn that selectively ON and OFF
> for different repositories in the same CVS server.
> 
> I am using CVSNT on WinNT.I have already 8-9
> repository lying on the same server with (repository
> prefix ON). Now I want to add one more repository,
> which will be used thru WSAD also(where I need to
> set
> repository prefix OFF).
>  
> Can anyone give me some feedback on this?
> 
> Thanx,
> Prem
> 
> 
>   
> ___
> Do you Yahoo!?
> Win 1 of 4,000 free domain names from Yahoo! Enter
> now.
> http://promotions.yahoo.com/goldrush
> 
> 
> ___
> Info-cvs mailing list
> [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/info-cvs
> 




__
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail 


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


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


Re: What does this warning mean?

2004-09-01 Thread Arthur Barrett
What does this warning mean?Harold,

This was asked on the CVSNT group some time ago, I found this answer by Bo
Berglund:

I asked and was never answered. AFAICT the problem comes up if you
check out a module to a shortened path. Say that you have a sandbox
and now you want to check out a different module as a subdirectory in
it:
cvs co -d Charlie Module1/subdira/subdirb/Charlie
This will get you the contents of the Module1/subdira/subdirb/Charlie
folder into a folder with the name Charlie in the current sandbox.
This structure seems to make the messages mentioned pop up at various
times. I don't have a full analysis on these cases since I just moved
on at the time, though

CVSNT is the default CVS client that comes with WinCVS and TortoiseCVS.  The
server and client are open source and available for Windows/Linux/Unix/Mac
OS X etc etc
http://www.cvsnt.com

Regards,


Arthur Barrett


"Lynch, Harold" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
cvs checkout: warning: server is not creating directories one at a time
cvs checkout: warning: server is not creating directories one at a time
cvs checkout: warning: server is not creating directories one at a time
cvs checkout: warning: server is not creating directories one at a time
cvs checkout: warning: server is not creating directories one at a time


Harold Lynch


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


Re: CVS login with system passwords and MD5

2004-08-31 Thread Arthur Barrett
Stephen,

This page here explains the authentication in much more detail than I can go
into here:
http://www.cvsnt.org/manual/Remote-repositories.html

This documentation is for CVSNT which runs on Linux/Unix/Windows/Mac etc and
is the "default" client for WinCVS and TortoiseCVS.  CVSNT is free open
source software and can be downloaded from:
http://www.cvsnt.com/

Regards,


Arthur Barrett

"Stephen Carville" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I am trying to get CVS to authenticate using system passwords on a LInux
box
> that uses MD5 password hashes.  According to the documentation, cvs should
> use systems passwords by default.  I have always turned the feature off
> (SystemAuth=No) but I have need to turn it on for one machine.  However,
when
> I set SystemAuth to "Yes" and remove my entry from the CVSROOT/passwd
file, I
> cannot log in.  Is this caused by the use of MD5 instsead of crypt?  Am I
> missing something simple?
>
> -- 
> Stephen Carville
> Unix and Network Adminstrator
> DPSI
> 6033 W.Century Blvd.
> Los Angeles, CA 90045
> 310-342-3602
>
>


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


Re: using WSAD 5.1 with WinCVS

2004-08-30 Thread Arthur Barrett



Ajay,
 
WinCVS comes with CVSNT (a free/open 
source/gpl multi-platform CVS server and client).  It's this that 
actually does all the "work".
 
Eclipse/WSAD requires a quite recent version of 
CVSNT.  You can download the latest (2.0.51d) from:
http://www.cvsnt.com
 
The WinCVS and CVSNT teams work quite closely 
together and it's OK to upgrade CVSNT and still use the older WinCVS (but give 
it a little test to be sure).
 
Regards,
 
 
Arthur Barrett

  "DHARNA, AJAY [AG/1000]" <[EMAIL PROTECTED]> wrote 
  in message news:[EMAIL PROTECTED]...
  
  Has anyone 
  used the cvs plugin for WSAD 5.1
   
  It doesn't 
  seem to function properly? Has anyone else had this problem ? 
  
   
  Thank 
  you 

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


Re: Notify on Checkout

2004-08-30 Thread Arthur Barrett
Marie,

Yes - the documentation is here:
http://www.cvsnt.org/manual/Watches.html

CVSNT is an open source replacement for CVS. CVSNT is the default CVS client
for WinCVS and TortoseCVS and runs on Windows, Linux, Unix, Mac and more...
You can download CVSNT from here:
http://www.cvsnt.com

Regards,


Arthur Barrett

"Marie Ricketts" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> Is there a way to send an email when an item is checked out?
>
> Thanks!
>
>


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


Re: Total Heresy: CVS & Windows MS Office Docs

2004-08-30 Thread Arthur Barrett
(I sent this to your e-mail address - but it bounced...)

Yes CVS certainly can version office documents...

As Doug mentioned - it cannot do any merging.

CVSNT which is a multi-platform, open source (free) replacement for
traditional CVS has some additional features which may help you, in
particular the efficient storage of binary files (based on binary deltas).

You can download CVSNT Server and Client here:
http://www.cvsnt.com

You can combine this with a "GUI" like TortoiseCVS (CVSNT client comes with
Tortoise) to even show diff's between word documents (may require some
additional software). GUI's like Tortoise do this by getting the two copies
that you want to see the differences between from CVSNT and then calling a
"3rd program" to display the differences. This can be Word (called by COM)
or any other tool.

Many people do not like the versioning built into Word because it stores all
the previous revisions in the same document - so if you "lost" the one
document you "lose" all the documents. Also anyone who has access to the
document also has access to all the previous information which the document
contained.

Regards,

Arthur Barrett

"Tennis Smith" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Thanks, Doug.
>
> I was afraid that would pretty much be the answer.
>
> -T
>
>
> "Doug Lee" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > Re: managing Office files in CVS:
> >
> > The short answer is yes, but the long answer is no.   If I
> > understand your interest correctly, the answer is definitely no.
> > Details follow.
> >
> > Yes, you can store Office files in CVS and get them back out, but you
> > must tell CVS that they are binary files (-kb on add).  You can not
> > merge versions, get diffs, or pretty much do anything else except
> > checkin and checkout.  Furthermore, CVS will consume vast quantities
> > of space storing many versions of an Office file because it has no
> > efficient way of generating deltas between them, and Office files tend
> > to change dramatically throughout for even small changes in content,
> > in my experience.
> >
> > If you just want to version documents, check out the built-in ability
> > of Office applications to maintain revisions within a single file.  If
> > you're just trying to include Office documents alongside another
> > project that fits better with CVS, you may find CVS's support
> > sufficient (I do that much myself).  But if you want true version
> > control of Office files outside of Office's own support, CVS won't fit
> > the bill.
> >
> > On Mon, Aug 30, 2004 at 01:56:03PM -0700, Tennis Smith wrote:
> > > Can cvs be used for change management on Windows  Office (e.g.
> Word/Excel)
> > > documents?  Put another way, can these documents deal with having cvs
> > > updating them in the repository?
> > >
> > > --
> > > Remove "-remove-to-reply" to respond to my  email address directly.
> > >
> > >
> > > ___
> > > Info-cvs mailing list
> > > [EMAIL PROTECTED]
> > > http://lists.gnu.org/mailman/listinfo/info-cvs
> >
> > --
> > Doug Lee   [EMAIL PROTECTED]http://www.dlee.org
> > Bartimaeus Group   [EMAIL PROTECTED]   http://www.bartsite.com
> > "Our chief want in life is somebody who will make us do what
> > we can. {Ralph Waldo Emerson}
> >
> >
>
>


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


Re: CVSUP causing locks on the database.

2004-08-27 Thread Arthur Barrett
Gaganinder,

Alternatively you can use the open source CVSNT which runs on Unix, Windows,
Linux, Mac etc and has a separate "lock server" - far mroe reliable.
http://www.cvsnt.com

Regards,


Arthur Barrett

"Gaganinder Singh" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi,

Can someone please through some light on the following message on CVS Client
clients application.

"cvs commit: [05:41:10] waiting for xyz's lock in /CVS/Dev/1.0/app"

XYZ is the system user to which all the CVS users are mapped using pserver
to access the /Dev/1.0 repository. While CVSUP is running is it possible
that it creates locks on the database which restricts users from getting to
the files and folders.  CVSUP is running using root.

Regards,
Gaganinder Singh.
Extension : 9848
Telephone Direct : 91-172-2299848



If a man does not keep pace with his companions, perhaps it is because he
hears a different drummer. Let him step to the music which he hears, however
measured or far away. -- Henry David Thoreau, Walden, Conclusion, 1854



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


Press Release (CVS Professional Support and CVSNT)

2004-08-23 Thread Arthur Barrett

PRESS RELEASE


*** Supporting versioning systems across the enterprise *** 
March Hare announces complete CVS support offering


Complete support, training and installation services for world's most popular version 
control system, CVS 

17th August 2004: International IT consultancy March Hare has launched a full 
portfolio of support, training and installation services for the world's most deployed 
version control system, CVS (concurrent versions system). Since its inception several 
years ago, CVS has become the dominant open-source, transparent version control 
solution, allowing developers to create and amend working versions of source code 
without the worry of overwriting each other's changes or losing archived versions. 

As a key player in CVS' continued development for the last five years, March Hare now 
offers a mixture of support plans to suit all organisation types - from small 
communities of users to large international development teams - helping them to 
realise the cost savings attached to deploying a version control environment. 

"Today's development communities often span multiple time-zones in multiple enterprise 
locations whilst collaborating on single projects," explains Tony Hoyle, Development 
Manager at March Hare. "CVSNT's popularity has increased exponentially as a means of 
managing multi-developer teams within Windows, Unix, MAC OS X and Linux environments. 
The control system tool [CVS] is widely available free of charge. However, it became 
apparent that companies needed to minimise risk and ensure the security and stability 
of the software that keeps them running. Our support and training packages are 
designed for this purpose."

All support plans provide customised security issue notification, regular patch 
delivery, telephone support (worldwide) and input into feature development. Training 
for users and administrators is also provided.

"Effective version control is essential for the management of successful enterprise 
development projects", adds Adrian Gosbell, Uniface Product Manager at Compuware. "The 
value that March Hare offers to organisations successfully building and maintaining 
mission critical Uniface applications has been expanded with the inclusion of CVS as 
part of their offering to the development community".

"For an organisation new to CVS it is essential that CVS installation is aligned with 
the company culture and its requirements. One of the features of CVS is its 
flexibility - which can translate into decision paralysis for an organisation new to 
corporate configuration management. March Hare assists with its proven QuickStart 
Requirements Analysis programme, in addition we can integrate defect tracking systems, 
build management and tree management systems into the environment," finishes Hoyle. 

Support services start at £2000 for a single site. 

Platform support will continue to be expanded to include MVS, OS/400, VMS, 64 bit 
Windows, Windows Clusters and more. 

http://www.march-hare.com/


-Ends-



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


RE: sspi not working

2004-08-23 Thread Arthur Barrett
Juergen,

This question is probably better suited to the CVSNT list:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
Or
news://news.cvsnt.org/support.cvsnt

Note: version 2.0.46 is a little old - I recommend that you upgrade both
the server and the client to 2.0.51d:
http://www.cvsnt.com/cvspro/

Port 2401 is only used by the pserver protocol.

The advantage of the SSPI protocol is it's integration with the active
directory users and groups.  However the sserver protocol can also be
used if you are more interested in security.
http://www.cvsnt.com/cvspro/security.htm

Regards,



Arthur Barrett

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of J.Neuhoff
Sent: Saturday, 21 August 2004 8:35 PM
To: [EMAIL PROTECTED]
Subject: sspi not working


I have set up a CVSNT server (Version 2.0.46) on a Windows-2003 box, 
opened up its default port 2401 through the firewall, 
and now I am trying to remotely access this box from 
a Fedora Core-2 Linux machine. 
Using the pserver-protocol works fine. However, 
when using the sspi-protocol, I always get this error message:

$ cvs -d:sspi:@:2401/cvsroot login
cvs login: Unknown method (`sspi') in CVSROOT.
cvs [login aborted]: Bad CVSROOT:
`:sspi:@:2401/cvsroot'.
$

What do I have to do to get the sspi-protocol 
(which I was told is safer) to work?

Juergen

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


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


RE: /#cvs.lock): No such file or directoryctory for

2004-08-19 Thread Arthur Barrett
Jim,

Quite a number of the questions on this list are from users like yourself with WinCVS 
or TortoiseCVS who don't realise they have CVSNT.

CVSNT uses additional metadata stored in the client CVS folder that CVS (cvshome) does 
not know about.  This is to support the additional features of CVSNT.  CVSNT can work 
with a CVS (cvshome) server - but some of the additional features are not available.
http://www.march-hare.com/cvspro/compare.htm

Therefore any CVS clients that use a sandpit generated by CVSNT will not behave in a 
consistent manner.  CVSNT is available for Linux/Unix/Windows/Mac so this is easily 
solved.

CVSNT does not require cygwin or any other non-GPL (commercial) software.

You should commit on the same platform you did a checkout to ensure consistency and 
ensure that CR/LF pairs and LF only line endings are not mixed in the one file.

Regards,


Arthur Barrett








-Original Message-
From:   Jim Page - emailsystems.com [mailto:[EMAIL PROTECTED]
Sent:   Thu 8/19/2004 7:36 PM
To: Arthur Barrett; [EMAIL PROTECTED]
Cc: 
Subject:Re: /#cvs.lock): No such file or directoryctory for 

Hi Arthur

I hope cvshome people will not mind a quick discussion, too much, on an
alternative product as it is relevant to this thread.

>From: "Arthur Barrett" <[EMAIL PROTECTED]>
>Using a sandpit with CVS (cvshome) and CVSNT clients is dangerous
>and not supported.  Since CVSNT is available for all platforms I suggest
>you use it on the linux box and client.

Thanks for that. I will evaluate your suggestion, certainly having a
consistent cvs client product on all platforms sounds like a good move. I
guess one could run cvshome on windows via cygwin or similar but it seems a
rather long way round.

>2. Always commit from either linux OR windows.

I take it this is to avoid linefeed issues in source? Not because of
incompatabilities of CVSNT metadata between platforms?

Thanks
Jim



Email the way you want it - scanned for viruses and unwanted content by emailsystems

Information regarding this service can be found at www.emailsystems.com





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


RE: Cvs merge problem

2004-08-19 Thread Arthur Barrett
Ramanuj,

If you are using TortoiseCVS on the client then you are probably using CVSNT.
http://www.cvsnt.com

However on Linux you may be using either CVS or CVSNT (CVSNT is also GNU/GPL and runs 
on Linux/Windows/Mac/Unix etc).

Your description of the problem is a little difficult to follow.  Could you please 
post again with version numbers and code snippets and the command lines used for 
merging.  

This will make it much easier to understand and ultimately help.

Regards,


Arthur Barrett


-Original Message-
From:   [EMAIL PROTECTED] on behalf of Ramanuj Singh
Sent:   Thu 8/19/2004 4:46 PM
To: '[EMAIL PROTECTED]'
Cc: 
Subject:Cvs merge problem

Hi,
I m facing very strange problem.Developers are working on their branch made
from a development branch on trunk.
There are seven developers in the team. The problem developer facing is when
their branch is merged in to the development branch the files which have
been changed earlier or updated in the development branch gets updated with
the changes from the branch and some files show conflicts but the file which
has never been updated or touched by any developer before in their branch is
merged with some changes made by one developer do not show changes in the
development branch. The rest of the files show changes but these files are
do not show any changes. Apart from these kind of files, rest of the files
merge successfully. This problem is creating a great hindrance the
development of the project.They are using tortoise CVS as for this CVS
stuff. I checked these merging on command prompt in linux, I m also facing
same problem with this project.
Help me out.
Thanks in Advance.

Regards,
Ramanuj Singh


The information transmitted is intended only for the person or entity to
whom it is addressed and may contain confidential and / or privileged
Material. Any review, re-transmission, dissemination or other use of or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you received
this in error, please contact the sender and delete the material from your
computer. Thank you for your understanding & co-operation. 







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


RE: /#cvs.lock): No such file or directoryctory for

2004-08-18 Thread Arthur Barrett
Jim,

Apologies for not replying sooner - but I've been following the discussion closely and 
talking with our developers to ensure that I understand what our position on this 
issue is.

You are using WinCVS which is a "front end" to CVSNT - CVSNT is the default client for 
WinCVS and TortoiseCVS.  CVSNT is also GNU/GPL/Freeware, and runs on Windows, Linux, 
Mac, Solaris, HPUX etc etc (and soon on IBM iSeries too!).

March Hare Software provide commercial support for CVSNT - hence my interest in 
finding the "correct" answer for you.

Using a sandpit with CVS (cvshome) and CVSNT clients is dangerous and not supported.  
Since CVSNT is available for all platforms I suggest you use it on the linux box and 
client.  

You can use a CVS (cvshome) server and CVSNT client(s) however some of the more 
advanced features of CVSNT are not available:
http://march-hare.com/cvspro/compare.htm

You also mention the "line feeds only" setting (-kL) - the reason why you did not get 
much reaction on this is that this setting is ONLY available on CVSNT.

My suggestions to resolve your problem mostly concurr with the other responses:
1. Use the same client on both Linux and Windows (CVSNT 2.0.51c is a good choice here 
since it is the default WinCVS client).
http://www.cvsnt.com/
2. Always commit from either linux OR windows.
3. you can automatically keep two sandboxes in synch using the POSTCOMMIT trigger in 
CVSNT (server).

I hope this information is helpful.  If you have more questions please do not hesitate 
to ask on the free open source newsgroup for CVSNT:
news://news.cvsnt.org/support.cvsnt
or
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Professional support, training and installation is available from March Hare Software:
http://march-hare.com/cvspro/?land=EN&pdf=3

Regards,



Arthur Barrett


-Original Message-
From:   [EMAIL PROTECTED] on behalf of Jim Page - emailsystems.com
Sent:   Wed 8/18/2004 1:34 AM
To: [EMAIL PROTECTED]
Cc: 
Subject:/#cvs.lock): No such file or directoryctory for 

I found a post in an archive regarding this issue which came quite close to
an answer, but not quite. I thought I would share my efforts in case it
saves someone some time. Here is the root of teh original thread:
http://lists.gnu.org/archive/html/info-cvs/2002-09/msg9.html

Environment:

Running unix/Windows cvs clients on source located on a volume shared
between OSs, shared using either Samba or Windows Services for unix NFS (I
tried both). specifically, unix client: cvs (various versions 1.11.2 up to
the latest stable release, under linux). Windows clients: WinCVS and the
PushOK cvs proxy for VisualStudio. The server is a linux box running cvs
1.11.17, on slackware 9.

Symptom:

Running pretty much any cvs command on a client (unix or windows) results in
something like the following:

... cvs stuff ...
cvs status: Examining .
/#cvs.lock): No such file or directoryctory for `/home/cvsroot/blah
'vs status: failed to obtain dir lock in repository `/home/cvsroot/blah
cvs [status aborted]: read lock failed - giving up

Fix:

Run dos2unix (or similar) on the CVS/Repository file in the client
directory. Note this problem is on the client, not the server. The problem
is that the DOS EOL at the end of the path in CVS/Repository is interpreted
as part of the path. This may be an incomplete fix, as I am a newvie running
a cvs server, but it seems to have worked for me with no ill effects.

Cheers
Jim



Email the way you want it - scanned for viruses and unwanted content by emailsystems

Information regarding this service can be found at www.emailsystems.com


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





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


RE: [OT ?] *WIN*CVS setup questions

2004-08-17 Thread Arthur Barrett
Hi there too!

CVSNT is the default CVS that comes with WinCVS.  

You can download the latest installer from:
http://www.cvsnt.com/

Automatically updating a sandpit is probably best done with the command line.  eg: 
from the directory where you have checked out your project:

cvs update

That's all there is to it.  If you are running windows you can automate this with the 
standard "at" command, on unix you can use "cron".

If you want to use cvs to download the cvsnt sources you would use:
cvs -d :sserver:[EMAIL PROTECTED]:/usr/local/cvs login
cvs -d :sserver:[EMAIL PROTECTED]:/usr/local/cvs co -r CVSNT_2_0_x cvsnt
..or 
cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvs login
cvs -d :pserver:[EMAIL PROTECTED]:/usr/local/cvs co -r CVSNT_2_0_x cvsnt

So the CVSROOT is :sserver:[EMAIL PROTECTED]:/usr/local/cvs

Regards,


Arthur Barrett


-Original Message-
From:   [EMAIL PROTECTED] on behalf of New Bie 123
Sent:   Wed 8/18/2004 4:25 PM
To: [EMAIL PROTECTED]
Cc: 
Subject:[OT ?] *WIN*CVS setup questions




Hi List


I am new to *Win*CVS. I've tried to subscribe to WinCVS at 
yahoo groups, but not yet received approval.

Hence the post here

Hope this isn't totally OT

I've used command line CVS for downloading beta releases of some
projects like 
http://sourceforge.net/cvs/?group_id=5109 
http://sourceforge.net/cvs/?group_id=52835

I wish to setup Win CVS to regularly download changes to these and
other projects

I understand the concept of CVS and some of the basic commands as
explained in 
http://sourceforge.net/docman/display_doc.php?docid=14033&group_id=1 

1) I've visited the following places before asking here
http://cvsgui.sourceforge.net/ 
http://www.wincvs.org/ 
http://www.wincvs.org/faq.html 
http://www.thathost.com/wincvs-howto/


Being news to *Win*CVS, I have the following questions

2) What are the WinCVS preferences that I should set up to update
/ checkout changes to 
http://sourceforge.net/cvs/?group_id=52835

3) When I setup Win CVS, what's the recommended CVS Root Data
- Path
- Host address (IP / DNS name)
- Username
- CVS root

4) Is there a "quick start" for newcommers to WinCVS ? 
**I could not** find a step by step "quick start" to set up
the Win CVS **preferences**


any help would be most appreciated
Sorry if these questions were repeated earlier 

TIA


./...


   
-- 
  New Bie 123
  [EMAIL PROTECTED]



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





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


RE: CVS Permissions

2004-08-17 Thread Arthur Barrett
Gaurav,

I suppose you could view CVSNT as "3rd party" - but it's actually GPL, GNU, completely 
open source and free.  

It is the "standard cvs" bundled with WinCVS and TortoiseCVS etc, and has been for a 
long time.

CVSNT is an active project with regular feature releases for over 6 years.

Regards,


Arthur Barrett


-Original Message-
From:   Gaurav Vaish [mailto:[EMAIL PROTECTED]
Sent:   Wed 8/18/2004 4:25 PM
To: Arthur Barrett
Cc: [EMAIL PROTECTED]
Subject:Re: CVS Permissions

So, does that mean the permission issue is a standard problem?

I would be surprised then! There must be someway to overcome this in
the default CVS server itself, rather than going for 3rd party
implementation of the CVS, like CVSNT you mentioned.



Cheers,
Gaurav
http://iitk.mastergaurav.net
-


On Tue, 17 Aug 2004 17:51:29 +1000, Arthur Barrett
<[EMAIL PROTECTED]> wrote:
> Gaurav,
> 
> CVSNT (also open source - also runs on Linux) solves this problem by using a 
> separate lock server.
> 
> You can download source and binaries for Linux here:
> http://march-hare.com/cvspro
> 
> Regards,
> 
> Arthur Barrett
> 
> 
> 
> 
> -Original Message-
> From:   [EMAIL PROTECTED] on behalf of Gaurav Vaish
> Sent:   Tue 8/17/2004 3:46 PM
> To: [EMAIL PROTECTED]
> Cc:
> Subject:CVS Permissions
> 
> Hi,
> 
>  I setup CVS on a Linux machine and I'm facing problem with permissions.
> 
>  I am using pserver to connect and more often than not, I get the
> error - "Unable to create #cvs.lock, Permission denied".
> 
>  The reason is that a module or a subdirectory thereof will be
> created by the permission set of the permission who created it. Though
> the directory permissions are 775 and all the users are in the group
> "cvs", but still the problem persists.
> 
>  Even during checkout, I get this error. I have to logon to the
> server and change the permissions to cvs.cvs whole of the hierarchy.
> "chown -R" is a big pain.
> 
>  Any help in this direction will be welcome.
> 
> Cheers,
> Gaurav
> http://iitk.mastergaurav.net
> -





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


RE: "Local access to network share not supported" Error

2004-08-17 Thread Arthur Barrett
Shamim,

WinCVS uses the CVSNT client by default.  By upgrading WinCVS you have also upgraded 
CVSNT.

I believe that you are using a CVSROOT like this (where h: is a network drive):
:local:h:\cvsrep\

Is this correct?  If so then this is considered a non-optimal way to use the product.  
We discovered that many people were trying this and it can result in serious damage to 
your source code.  In order to encourage people NOT to do this the error message was 
added.  As described in the message you can override it with the -N option (or put it 
in your CVSRC file if you must).

For most windows users the SSPI protocol is simple and quick to set up. Merely install 
CVSNT on the server and use the CVS control panel to set up your repository.  Users 
are authenticated using Active Directory (just like your windows share).

The latest version of CVSNT can be downloaded from:
http://march-hare.com/cvspro

March Hare provide free downloads and also commercial support.  

The open source newsgroup for CVSNT is available here:
news://news.cvsnt.org/support.cvsnt
or here:
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt

Regards,


Arthur Barrett



-Original Message-
From:   [EMAIL PROTECTED] on behalf of BEYZAIE Shamim
Sent:   Tue 8/17/2004 5:53 PM
To: Info-Cvs (E-mail)
Cc: 
Subject:"Local access to network share not supported" Error

Hi there,
I've just upgraded my version of WinCVS from v1.3.13.2 to v1.3.17.2

Our repository is stored on another server and is accessed directly accross
our LAN. Before the upgrade everything was working quite well, however now
it seems every time I try to perform any operation (update, commit, diff,
etc.) on a file the action is aborted with the following error message:

cvs [ {action} aborted]: Local access to network share not supported (Use -N
to override this error).

where 'action' is either diff, log, commit etc.

I've looked through some old posts about this error but they only seem to
address the issue on a unix/linux configuration. I'm new to CVS so I was
wondering if anyone else has had this problem after upgrading to a newer
version of WinCVS.

thanks and regards,
Shamim


 







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


RE: CVS Permissions

2004-08-17 Thread Arthur Barrett
Gaurav,

CVSNT (also open source - also runs on Linux) solves this problem by using a separate 
lock server.

You can download source and binaries for Linux here:
http://march-hare.com/cvspro

Regards,



Arthur Barrett


-Original Message-
From:   [EMAIL PROTECTED] on behalf of Gaurav Vaish
Sent:   Tue 8/17/2004 3:46 PM
To: [EMAIL PROTECTED]
Cc: 
Subject:CVS Permissions

Hi,

  I setup CVS on a Linux machine and I'm facing problem with permissions.

  I am using pserver to connect and more often than not, I get the
error - "Unable to create #cvs.lock, Permission denied".

  The reason is that a module or a subdirectory thereof will be
created by the permission set of the permission who created it. Though
the directory permissions are 775 and all the users are in the group
"cvs", but still the problem persists.

  Even during checkout, I get this error. I have to logon to the
server and change the permissions to cvs.cvs whole of the hierarchy.
"chown -R" is a big pain.

  Any help in this direction will be welcome.


Cheers,
Gaurav
http://iitk.mastergaurav.net
-


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





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


RE: upgrading cvs version

2004-08-10 Thread Arthur Barrett
Scot,

If you are building from source because you cant find a recent binary - the Red Hat 
binaries from www.cvsnt.com are the latest as at Saturday (2.0.51b)...  

Regards,


Arthur Barrett






-Original Message-
From:   [EMAIL PROTECTED] on behalf of Scot
Sent:   Wed 8/11/2004 3:41 AM
To: [EMAIL PROTECTED]
Cc: 
Subject:upgrading cvs version

Have an old RH 7.3 cvs server.  I use the latest yum updated version of cvs 
on it.  However, I want to go to the latest version of cvs from source. 
What is the reccommended practice.  Should I do some sort of yum uninstall 
of the version currently on the server, then build the source version.  Or 
should I just build and install the source version over what is there?

Thanks. 


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





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


RE: encoding problem

2004-08-10 Thread Arthur Barrett
Ewald Geschwinde,

CVSNT is an open source implementation of CVS for Windows, Unix, Linux, Mac OS X etc 
that also support Unicode.  With the "-ku" option the file will be checked in/out in 
UCS-2 (or UTF-16) encoding and internally stored as UTF-8 by the server.

If you can use unicode files for your multilingual documents then CVSNT will handle 
line endings, diff's and merges etc across all platforms.

Use:
cvs add -ku mydoc.txt
cvs commit -m "Add a new unicode document"

You can get CVSNT from http://www.cvsnt.com/

Regards,



Arthur Barrett


-Original Message-
From:   [EMAIL PROTECTED] on behalf of Ewald Geschwinde
Sent:   Mon 8/9/2004 9:11 PM
To: [EMAIL PROTECTED]
Cc: 
Subject:encoding problem

I have an encoding problem in CVS
we are developing a java application and have som umlauts like ä Ä and
so on

The cvs server runs on a fedora core 1 and in the shell I can type this
umlauts 

Is there a parameter which I can set the encoding type of the cvs
repositories

Regards Ewald Geschwinde




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





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


RE: Setting up a server

2004-08-08 Thread Arthur Barrett
Tim,

WinCVS actually uses CVSNT client by default (CVSNT is open source but optimised for 
Windows servers and clients).  

It has a separate mailing list for reporting problems too, and if you use CVSNT for 
your server (Unix,Windows,Mac,Linux) then it supports more other (more secure?) 
protocols.

Mailing list and download information is available at:
http://www.cvsnt.com

Regards,


Arthur Barrett



-Original Message-
From:   [EMAIL PROTECTED] on behalf of Mark D. Baushke
Sent:   Mon 8/9/2004 1:26 AM
To: Tim Churchard
Cc: [EMAIL PROTECTED]
Subject:Re: Setting up a server 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Tim Churchard <[EMAIL PROTECTED]> writes:

> I am trying to set a machine up on my local network as a cvs
> respository server, when i nmap 127.0.0.1 from the box it shows 21,22
> and 2401 ports open. and i can cvs checkout CVSROOT from the box. I
> have created a user tim with a password and put the entry
> tim:XX:cvs in the cvsroot/CVSROOT/passwd file
> 
> from my wincvs client i cant do a cvs login or checkout it just keeps
> saying 'cvs [login aborted]: Error reading from server 192.168.2.3:
> -1: Unknown error'
> 
> any ideas on things ive missed, or done wrong?

https://www.cvshome.org/docs/manual/cvs-1.11.17/cvs_21.html#SEC185

Look at areas where "connection refused" is discussed. Consider looking
at your /etc/hosts.allow and /etc/hosts.deny files. Try to 

  telnet 192.168.2.3 2401

while you are directly connected to the repository server machine and then
again when you are on your client.







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


RE: problem with cvs trying to remove directories

2004-08-08 Thread Arthur Barrett
Allen,

It sounds like you are using the command "cvs update -d".

This will attempt to remove directories that exist on the local copy that no longer 
exist (on this branch) on the server.

Are you using CVS or CVSNT?  CVSNT is open source but optimised for Windows servers 
and clients.  

It has a separate mailing list for reporting problems too.

Mailing list and download information is available at:
http://www.cvsnt.com

Regards,



Arthur Barrett


-Original Message-
From:   [EMAIL PROTECTED] on behalf of Allen Anderson
Sent:   Mon 8/9/2004 7:14 AM
To: [EMAIL PROTECTED]
Cc: 
Subject:problem with cvs trying to remove directories

I'm using wincvs on a win2k3 server and I'm having a problem.  When I
do an update, it updates the files and directories just fine, but it
keeps saying 

cvs server: cannot remove  directory: Directory not empty

now, I don't want the directory removed and there are things inside it
that cvs updates just fine.  So why does it keep saying that after
every directory?

any help would be appreciated.


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





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


Re: Shadow passwords on Mac OS X (Panther)

2004-08-04 Thread Arthur Barrett
John,

CVSNT is a more modern and feature rich version of CVS - and is still open
source.  The company which I work for provide professional support and
parter with the open source team to create new ports and new features.

We recently ported CVSNT to Mac OS X.

On Windows CVSNT supports Windows native authentication and we would like
our OS X port to also support "native" authentication.  If you can assist
(even with your knowledge of Mac authentication methods) please contact me
and I'll put you in touch with a more technical person in our organisation.

You can download cvsnt from our web site:
http://march-hare.com/cvspro

Information about professional support, training and installation is also
available at this address.

Regards,



Arthur Barrett






"John Gee" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I am running a cvs server with pserver on Mac OS X 10.3.4. The old
> password type on Mac OS X was crypt, which works fine for pserver
> authentication falling through to the system users. The new password
> types of Open Directory and Shadow are not recognised by cvs.
>
> Is there an easy way to get cvs to recognise the newer password types
> through pserver? I have got as far as determining that there is no
> getspnam function available, and that /usr/include/gssapi has gssapi.h
> and gssapi_generic.h and gssapi_krb5.h. Is turning on gssapi support
> relevant? (I have not used gssapi before.)
>
> (I know a work-around is to add pserver passwords for each user, and
> that is what I am using right now.)
>
> Thanks,
> -- 
> John Gee, ADInstruments
> Programmers live in interesting times...
>
>
>


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


RE: Binary for Digital Unix V4.0D / Tru64 Unix

2001-03-21 Thread Arthur . Barrett


Thanks for your help, I now have the binary!

The particular machine is in a bit of a state which prevents compilation of
the code.

I couldnt find a Digital Unix build on either cvshome.org or compaq.com, so
this was may next (last?) recourse.

Once again, thanks,




Arthur Barrett

> -Original Message-
> From: Barrett, Arthur - ID 
> Sent: Wednesday, 21 March 2001 18:14
> To:   '[EMAIL PROTECTED]'
> Subject:  Binary for Digital Unix V4.0D / Tru64 Unix
> 
> 
> I am trying to find a CVS binary (client only, or full) for CVS 1.10.-
> Digital Unix V4.0D / Tru64 Unix.
> 
> Does anyone have this, and can tell me where to get it, or (even better)
> e-mail it to me ?
> 
> Thanks for all your help!
> 
> Have an awesome day,
> 
> 
> 
> 
> 
> Arthur Barrett
> 

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



  1   2   >