Loading...
 

Update from SVN pre 2013

SVN updates (for all versions of Tiki) will stop in January 2023. This coincides with when Tiki18 reaches end of life. However, even if you use another version (like Tiki 21x) from SVN, you will stop getting updates because the Git and SVN combined workflow will be retired. You should get your updates from Git. See also: Tiki Version control history.






On 2012-12-12, Tiki source code management moved to the new platform offered by SourceForge.net. This is a good long term move by SourceForge.net. However, the URLs for SVN have changed, and thus there is an extra step to get back to the usual ease of updating via SVN, if your original checkout was made before that date.

How to know if I have a checkout from the pre-2013 repository?


From a shell prompt, run 'svn info'.

If the URL includes 'tikiwiki.svn.sourceforge.net', you need to 'relocate' before updating your tiki.

result of 'svn info' showing incorrect repository
URL: https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/branches/9.x


If the URL includes 'svn.code.sf.net', then you are using the current repository and you may use the update commands.

result of 'svn info' showing correct repository
URL: https://svn.code.sf.net/p/tikiwiki/code/branches/9.x


If you are not using the current repository and attempt to use an update command, you will receive one of the following messages:

# svn up -r 44179
svn: Could not open the requested SVN filesystem
#

# svn up
svn: Repository moved permanently to 'https://svn.code.sf.net/p/tikiwiki/code/branches/proposals/6.x'; please relocate


Example commands to relocate to the new repository

Pick the command according to your version.

relocate trunk
svn switch --relocate https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/trunk https://svn.code.sf.net/p/tikiwiki/code/trunk .

relocate 10.x
svn switch --relocate https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/branches/10.x https://svn.code.sf.net/p/tikiwiki/code/branches/10.x .

relocate 9.x
svn switch --relocate https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/branches/9.x https://svn.code.sf.net/p/tikiwiki/code/branches/9.x .

relocate 6.x
svn switch --relocate https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/branches/6.x https://svn.code.sf.net/p/tikiwiki/code/branches/6.x .

From an old 6.x proposals to the new 6.x

First change from the old to new SourceForge repo

relocate 6.x proposals
svn switch --relocate https://tikiwiki.svn.sourceforge.net/svnroot/tikiwiki/branches/proposals/6.x https://svn.code.sf.net/p/tikiwiki/code/branches/proposals/6.x .


Then, move from proposals/6.x to 6.x

switch to 6.x
svn switch https://svn.code.sf.net/p/tikiwiki/code/branches/6.x .


Once you have relocated, you can use the regular Update commands.

Keywords

The following is a list of keywords that should serve as hubs for navigation within the Tiki development and should correspond to documentation keywords.

Each feature in Tiki has a wiki page which regroups all the bugs, requests for enhancements, etc. It is somewhat a form of wiki-based project management. You can also express your interest in a feature by adding it to your profile. You can also try out the Dynamic filter.

Accessibility (WAI & 508)
Accounting
Administration
Ajax
Articles & Submissions
Backlinks
Banner
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Calendar
Category
Chat
Comment
Communication Center
Consistency
Contacts Address book
Contact us
Content template
Contribution
Cookie
Copyright
Credits
Custom Home (and Group Home Page)
Database MySQL - MyISAM
Database MySQL - InnoDB
Date and Time
Debugger Console
Diagram
Directory (of hyperlinks)
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
DogFood
Draw -superseded by Diagram
Dynamic Content
Preferences
Dynamic Variable
External Authentication
FAQ
Featured links
Feeds (RSS)
File Gallery
Forum
Friendship Network (Community)
Gantt
Group
Groupmail
Help
History
Hotword
HTML Page
i18n (Multilingual, l10n, Babelfish)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
jQuery
Kaltura video management
Karma
Live Support
Logs (system & action)
Lost edit protection
Mail-in
Map
Menu
Meta Tag
Missing features
Visual Mapping
Mobile
Mods
Modules
MultiTiki
MyTiki
Newsletter
Notepad
OS independence (Non-Linux, Windows/IIS, Mac, BSD)
Organic Groups (Self-managed Teams)
Packages
Payment
PDF
Performance Speed / Load / Compression / Cache
Permission
Poll
Profiles
Quiz
Rating
Realname
Report
Revision Approval
Scheduler
Score
Search engine optimization (SEO)
Search
Security
Semantic links
Share
Shopping Cart
Shoutbox
Site Identity
Slideshow
Smarty Template
Social Networking
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Staging and Approval
Stats
Survey
Syntax Highlighter (Codemirror)
Tablesorter
Tags
Task
Tell a Friend
Terms and Conditions
Theme
TikiTests
Federated Timesheets
Token Access
Toolbar (Quicktags)
Tours
Trackers
TRIM
User Administration
User Files
User Menu
Watch
Webmail and Groupmail
WebServices
Wiki History, page rename, etc
Wiki plugins extends basic syntax
Wiki syntax text area, parser, etc
Wiki structure (book and table of content)
Workspace and perspectives
WYSIWTSN
WYSIWYCA
WYSIWYG
XMLRPC
XMPP




Useful Tools