artist has asked for the wisdom of the Perl Monks concerning the following question:
I am developing a web application using emacs. Emacs offers version control via RCS. I create snapshots often. When I like to review the older version,I have to save all the current files and I have to retrieve the snapshot(with vc-retrieve-snapshot) manually.
I like to pass the snapshot name from the webfront end, so that it can saved all the files (if not saved) and display the desired snapshot of application.
How do I do with Perl?, Is my approach correct?
Thanks for the guidence.
artist.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Dynamically display different versions.
by dash2 (Hermit) on May 27, 2004 at 18:13 UTC | |
|
Re: Dynamically display different versions.
by perrin (Chancellor) on May 27, 2004 at 16:59 UTC |