[cvsnt] Re: commit/unedit strangeness
Bo Berglund
Bo.Berglund at system3r.se
Wed Nov 23 13:06:16 GMT 2005
You could do the following for testing:
Install the latest CVSNT server on a different PC than your real server,
for example your own workstation.
Create a test repository on it.
Copy a module from your real server (copy the xxx,v files) to the test
server
Now experiment with the edit cycles on a sandbox checked out from this
test server.
You will be using your real RCS files (copies) so any issue with the
existing data would come up.
Best regards,
Bo Berglund
-----Original Message-----
From: cvsnt-bounces at cvsnt.org [mailto:cvsnt-bounces at cvsnt.org] On Behalf
Of Gerhard Fiedler
Sent: den 23 november 2005 13:05
To: cvsnt at cvsnt.org
Subject: [cvsnt] Re: commit/unedit strangeness
Gerhard Fiedler wrote:
>>> Client: Concurrent Versions System (CVSNT) 2.5.02 (Servalan) Build
2064
>>
>> too old, there were a number of issues during the 2.5 development
cycle.
>> Test with a later version (now at 2.5.03.2151)
>
> Will do, but this was a "stable" version.
>
>>> Server: Concurrent Versions System (CVSNT) 2.0.34 (client/server)
>>
>> Way too old! Not even supported advice-wise. Only issues that can be
>> repeated with 2.0.58 will be considered
>
> I would update the server, but at some point after that version, the
new
> version did simply not work on my system. I got a bit out of sync
because
> of that, and now I'm afraid of the many things that might break when I
> update.
>
> OTOH, unwanted restoring of obsolete "edit" backups seems to be a
client
> issue.
Updated the client, and issue remains. Unluckily I can't take the server
offline for a day and work on it right now. (Last time I tried to update
it
was offline for a day, I was busy for a day, and in the end I had to go
back anyway...)
Maybe somebody can try this sequence with a newer server? So that we at
least know whether the newer clients don't work with older servers
anymore?
Only takes a minute...
p:\gerhard\test>cvs ver
D:\Programs\CVS\CVSNT\cvs.exe ver
Client: Concurrent Versions System (CVSNT) 2.5.03 (Scorpio) Build 2151
(client/server)
Server: Concurrent Versions System (CVSNT) 2.0.34 (client/server)
p:\gerhard\test>cvs status testbin.txt
D:\Programs\CVS\CVSNT\cvs.exe status testbin.txt
===================================================================
File: testbin.txt Status: Up-to-date
Working revision: 1.3
Repository revision: 1.3 /projects/Gerhard/test/testbin.txt,v
Expansion option: b
Commit Identifier: 7944383b61a0000
Sticky Tag: (none)
Sticky Date: (none)
Sticky Options: -kb
Merge From: (none)
p:\gerhard\test>cvs edit -c testbin.txt
D:\Programs\CVS\CVSNT\cvs.exe edit -c testbin.txt
p:\gerhard\test>echo 444 >>testbin.txt
p:\gerhard\test>cvs commit -m "444" testbin.txt
D:\Programs\CVS\CVSNT\cvs.exe commit -m "444" testbin.txt
Checking in testbin.txt;
/projects/Gerhard/test/testbin.txt,v <-- testbin.txt
new revision: 1.4; previous revision: 1.3
done
p:\gerhard\test>cvs status testbin.txt
D:\Programs\CVS\CVSNT\cvs.exe status testbin.txt
===================================================================
File: testbin.txt Status: Up-to-date
Working revision: 1.4
Repository revision: 1.4 /projects/Gerhard/test/testbin.txt,v
Expansion option: b
Commit Identifier: a0c438458540000
Sticky Tag: (none)
Sticky Date: (none)
Sticky Options: -kb
Merge From: (none)
p:\gerhard\test>cvs unedit testbin.txt
D:\Programs\CVS\CVSNT\cvs.exe unedit testbin.txt
p:\gerhard\test>cvs status testbin.txt
D:\Programs\CVS\CVSNT\cvs.exe status testbin.txt
===================================================================
File: testbin.txt Status: Needs Patch
Working revision: 1.3
Repository revision: 1.4 /projects/Gerhard/test/testbin.txt,v
Expansion option: b
Commit Identifier: a0c438458540000
Sticky Tag: (none)
Sticky Date: (none)
Sticky Options: -kb
Merge From: (none)
p:\gerhard\test>
_______________________________________________
cvsnt mailing list
cvsnt at cvsnt.org
http://www.cvsnt.org/cgi-bin/mailman/listinfo/cvsnt
More information about the cvsnt
mailing list