Question
Hello,
Twiki have support for SVN?
Grettings!
Freddy González
Environment
--
FreddyPCS - 23 Jun 2008
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.
Have a look at
SubversionBasedTWikiInstall
--
SebastianKlus - 08 Jul 2008
While I have not tried it in a very long time, you can (using the
configure expert mode), change the command lines called by RcsWrap. I
think it is actually possible to use svn as the backend versioning system by carefully replacig all the rcs commands.
(and if you get even part of that working, we'd love to hear more.)
--
SvenDowideit - 09 Jul 2008
A revision number for subversion is relative to the entire repository, while a rcs or cvs revision numbers are relative to a single file..this means that when using subversion for topic storage, a single topic's revision numbers won't start at 1 and increment by 1 : it will become unpredictable and increment by random : will that be suitable in topic history's related functions ?
--
OlivierThompson - 10 Jul 2008
no, you would ignore the svn rev. and use the sequential in topic rev number.
--
SvenDowideit - 13 Jul 2008
Thank you Sven. I will try it and keep you informed..
--
OlivierThompson - 16 Jul 2008