I am working on a Zope application and I am thinking it is time to start using versions. My first attempt ran into some interesting problems and I was hoping that someone could help me out here. - How do I point a second browser at the version I am working with? - How do I point my external editor at the version I am working with? TIA, - rmgw <http://www.trustedmedianetworks.com/> ---------------------------------------------------------------------------- Richard Wesley Trusted Media Networks, Inc. "I found it at the bottom of a locked filing cabinet, in a disused lavatory with a sign on the door saying 'Beware of the leopard.'" - Douglas Adams, _The Hitchhiker's Guide to the Galaxy_
Richard Wesley writes:
I am working on a Zope application and I am thinking it is time to start using versions. My first attempt ran into some interesting problems and I was hoping that someone could help me out here.
- How do I point a second browser at the version I am working with? That's easy: you enter the version...
- How do I point my external editor at the version I am working with? That's more difficult. If I had the need (I do not, because I work with a private development site (without the need to use versions), exchanging modifications via CVS/ZCVS and ZSyncer), I would try to use a tool similar to VHM (VirtualHostMonster) to translate path components into cookies. Versions use a cookie to determine the active version.
Dieter
participants (2)
-
Dieter Maurer -
Richard Wesley