Issue139

classification
Title vc (using RCS) seems seriously damaged.
Type defect Module vc
Severity inconvenience Platform N/A
Keywords needs doc Nosy List
explanation
process
These controls should only be changed by committers and tracker administrators.
Status done/needs work   Reason
Superseder   Submitted 2007-10-19.14:54:27
Priority normal   Assigned To

Created on 2008-01-19.06:42:59 by oub, last changed 2008-01-23.10:37:10 by stephen.

Files
File name Uploaded Type Edit Remove
test2.txt oub, 2008-01-19.06:42:59 text/plain
unnamed oub, 2008-01-19.06:42:59 application/octet-stream
Messages
msg491 [hidden] ([hidden]) Date: 2008-01-23.10:36:51
From issue140, this needs documentation, maybe.

>>>>>> "Uwe" == Uwe Brauer <oub@mat.ucm.es> writes:
>
> Sorry guys but my memory completely failed.
>
> While co -p1 test.txt 
> works fine, it then should be 
> co -p1.2 test.txt 
> And NOT
> co -p2 test.txt 
>
> So vc-version-other-window works fine, if I chose 1.8 and not 8.
>
> I am very sorry.

Good!  So we have a happy end except for the time we all spent on
this.  Thanks for reorting back, Uwe!

Adrian
msg187 [hidden] ([hidden]) Date: 2008-01-19.06:42:59
  Message-ID: <87myub709n.fsf@mat.ucm.es>
>>>>> "APA" == Adrian Aichner <adrian@xemacs.org> writes:

   > What are your relevant packages and versions?

Ups I forgot 

Using vc. 1.41
and rcs (GNU)  5.7-18 
   > I have noticed that, while I can perform
   > C-x v l runs the command vc-print-log

that binding I do not have, but vc-print-log works fine.

   > just fine on a pre-existing file, I cannot check the file out with
   > C-x v v runs the command vc-next-action

same here I do not have the binding but the command works fine

   > What I get is
   > co: RCS/RCS\\aliases-xemacs,v: No such file or directory

   > When I do
   > M-: (setq directory-sep-char ?/)
   > in the db.xemacs buffer, then I can check out that file.

   > Are you observing this problem too?

No: check in and check out works fine, at least it seems, but the
command line vc tells me the versions are absent. This is really odd

So I don't know who is the culprit, but one of my important tools do
not work any longer.

Uwe 

_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta@xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
msg186 [hidden] ([hidden]) Date: 2008-01-19.06:42:59
  Message-ID: <3aw66q9p.fsf@mx.qsc.de>
Uwe Brauer <oub@mat.ucm.es> writes:

> Hello
>
> What I report has been tested with xemacs-21.4.19 mule and non mule,
> starting xemacs -vanilla.
>
>
>
>     - step 1: I create a  new simple text file, 'test2.txt' write
>       a line, load vc and register the file.
>
>     -  co -p1 test.txt, gives me 
>
> test2.txt,v  -->  standard output
> revision 1.1
> this is the first line
>  
>     -  I add a line, checkin either via
>        vc-toggle-read-only or via the menu. 
>
>    -  co -p2 test.txt, gives me 
>
> test2.txt,v  -->  standard output
> co: test2.txt,v: revision 2 absent

Thanks for the report, Uwe.

I have since install cygwin rcs 5.7-3 on my Windows XP PC and tested a
bit with vc package version 1.42.

What are your relevant packages and versions?

I have noticed that, while I can perform
C-x v l runs the command vc-print-log
just fine on a pre-existing file, I cannot check the file out with
C-x v v runs the command vc-next-action

What I get is
co: RCS/RCS\\aliases-xemacs,v: No such file or directory

When I do
M-: (setq directory-sep-char ?/)
in the db.xemacs buffer, then I can check out that file.

Are you observing this problem too?

Adrian

>
>
> And I think this is the origin of all problems. The ,v file is
> not generated correctly hence later I cannot visit earlier
> versions since the do not exit.
>
> I attach test2.txt and test2.txt,v
>
>
> Any help is strongly appreciated 
>
> Uwe Brauer
>
> this is the first line
> this is the second line.
>
> _______________________________________________
> XEmacs-Beta mailing list
> XEmacs-Beta@xemacs.org
> http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta
msg185 [hidden] ([hidden]) Date: 2008-01-19.06:42:59
  Message-ID: <871wbrcfz0.fsf@mat.ucm.es>
Hello

What I report has been tested with xemacs-21.4.19 mule and non mule,
starting xemacs -vanilla.

    - step 1: I create a  new simple text file, 'test2.txt' write
      a line, load vc and register the file.

    -  co -p1 test.txt, gives me 

test2.txt,v  -->  standard output
revision 1.1
this is the first line

    -  I add a line, checkin either via
       vc-toggle-read-only or via the menu. 

   -  co -p2 test.txt, gives me 

test2.txt,v  -->  standard output
co: test2.txt,v: revision 2 absent

And I think this is the origin of all problems. The ,v file is
not generated correctly hence later I cannot visit earlier
versions since the do not exit.

I attach test2.txt and test2.txt,v

Any help is strongly appreciated 

Uwe Brauer
History
Date User Action Args
2008-01-23 10:37:38stephenlinkissue140 superseder
2008-01-23 10:37:10stephensetfiles: - unnamed
2008-01-23 10:36:51stephensetstatus: chatting -> done/needs work
priority: normal
severity: inconvenience
keyword: + needs doc
platform: + N/A
type: defect
messages: + msg491
module: + vc
2008-01-19 06:43:00oubsetmessages: + msg187
2008-01-19 06:42:59adriansetstatus: new -> chatting
messages: + msg186
2008-01-19 06:42:59oubcreate