Question
I found I can see all old revision list of an attachment, but I don't get my old version, all revision is poined the latest revision, URL of view action is like:
http://172.16.26.129:8080/pub/Sandbox/WebHome/Edit1
Edit1 is the name of my attachment.
who can help me? Thanks!!!
Environment
--
AllenYang - 03 Nov 2005
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
I have found some cause, the first revision and the latest revision pointed to the latest revison, maybe this is bug, But in twiki.org that is ok. I don't know how to deal it?
--
AllenYang - 03 Nov 2005
I have found one solution. That is:
change the code " if ( $topRev || $rev eq "1.1" ) { " in TWiki/lib/TWiki/Attach.pm to " if ( $topRev ) { "
--
AllenYang - 04 Nov 2005
Yes, you found the bugfix. Well done! There needs to be a better way of notifying people of small fixes like this.....
--
CrawfordCurrie - 30 Nov 2005