bug-cvs
[Top][All Lists]
Advanced

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

Re: CVS Error. We required suggestion or solution to this problem


From: Todd Denniston
Subject: Re: CVS Error. We required suggestion or solution to this problem
Date: Wed, 18 Apr 2007 16:10:52 -0500
User-agent: Thunderbird 1.5.0.10 (X11/20070221)

[ed. Senthilkumar's email send timed out, so just sending here]
Senthilkumar K wrote:
HI CVS,

We faced problem in CVS.

The problem is we are trying to execute batch file from asp.NET. The batch file consists set of cvs comments. but if i run manually and in windows application the batch file in command exe, its working fine. but if i run from .net, gives following error. Empty password used - try 'cvs login' with a real password


I give the batch file which i executed from my application.

@echo on
cd\
d:
cd M1016
pause
set CVSROOT=:pserver:selva:selva@172.22.6.126:/ProjectEMSYS
pause
"C:\Tortoiseclient\TortoiseCVS\cvs.exe" -q add a12.doc
pause
"C:\Tortoiseclient\TortoiseCVS\cvs.exe" -q commit -m a12.doc

I have sent snapshot of error message


??? where have you sent snapshot of error message???
from the above commands I suspect your error message is something along the lines of, `what file should be committed?`

I _suspect_ you _might_ get _better_ results with:

@echo on
cd\
d:
cd M1016
pause
set CVSROOT=:pserver:selva@172.22.6.126:/ProjectEMSYS
pause
"C:\Tortoiseclient\TortoiseCVS\cvs.exe" -q add -m add_me a12.doc
pause
"C:\Tortoiseclient\TortoiseCVS\cvs.exe" -q commit -m commit_me a12.doc


but don't count on it.





i hope you people,  i will get the solution as soon as possible from you.

thanks

A) it looks like you are trying to do your work on windows.
B) it looks like you are trying to do the above work with TortoiseCVS.
C) This is the bug list for the CVS which is usually used on Unix platforms.

You would probably get better/quicker help if you were asking other folks who use the same programs as you.

I _think_ you _may_ find those folks in _some_ of the following locations:

http://tortoisecvs.org
or
news://news.cvsnt.org/support.cvsnt
or
http://groups.yahoo.com/subscribe/cvsgui

http://www.wincvs.org/winhtml/wincvs11.htm
and:
http://www.cvsnt.org/manual

Sorry, this is the best help I can offer.

--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter




reply via email to

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