Arthur Tumanyan wrote:
Hi,It seems I have a problem with cvs .
Let me explain.
In first time,I did 'cvs -d
[EMAIL PROTECTED]:/cvsroot/squid co squid3';cd
squid3;
cvsmkbranch shaga
cd ../shaga
....
cvs commit
in the next time
I did 'cvs [EMAIL PROTECTED]:/cvsroot/squid co
-rshaga -kk -d shaga squid3 '
then 'cd shaga',make some changes,and cvs commit.
But already twice ,all it was saved in squid3 HEAD branch,as I could
understand.when I trying update my files from cvs,I get "clean" files,my
modifications were lost.
Do you mean the _new_ files were gone and the changed files had mods
still? (maybe missed 'cvs add src/shaga.h')
Or that the changed files were un-changed? (bugger problem I don't know)
Can you explain me,what is happening?Maybe I do something wrong?
Um, maybe you could try in the first time:
cvs -d [EMAIL PROTECTED]:/cvsroot/squid co
-rHEAD -kk -d squid3-HEAD squid3
Thats the form I use, with my own username.
Amos
--
Please use Squid 2.6STABLE17+ or 3.0STABLE1+
There are serious security advisories out on all earlier releases.