- craigh responded to »TagIt 3.0 for Zikula« 03:58 PM
- jmvaughn responded to »error when i try to upgrade to the last version of dizkus module (3.1)« 12:05 PM
- localrags responded to »Remove contents of nuke_sc_anticracker from Database« 11:30 AM
- jmvaughn responded to »Shoutit for zikula 1.3?« 09:31 AM
- mdee responded to »Different page content under one template (tpl file) based on URL« 07:17 AM
- espaan responded to »Categories disappear when editing ...« 08. Feb
- eledril responded to »How decrease zikula cpu usage« 08. Feb
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Wiki » SubVersion
Additions
Subversion Access to Zikula
Zikula migrated its repository from CVS to SubVersion (SVN) on 18 April, 2006. There are a number of tools for accessing SVN repositories.
- Subversion Homepage∞
- Version Control with Subversion∞ (free online book published by O'Reilly Media)
- Subversion Cheat Sheet∞
You can browse the current SVN repository via Web Browser here:
Trac integrated browser∞
Command line / Terminal Access
To retrieve Zikula 1.0.x from SVN via an anonymous session:
svn export https://code.zikula.org/svn/zikula/development/zikula-1 Zikula
If you have a user name and password, you can use the following:
- Replace USERNAME and PASSWORD with your own user name and password.
svn checkout --username USERNAME --password PASSWORD https://code.zikula.org/svn/zikula/development/zikula-1 Zikula
Developers can use the following:
- Replace developername with the proper values. Enter your site password when prompted.
svn checkout --username developername https://code.zikula.org/svn/zikula/development/zikula-1 Zikula
Keep the translations external with the svn:externals property
In several modules in code.zikula.org you will see the svn:externals property for other languages than english. The translated languages are kept within the various community-lang projects (dutch, german, french, etc). Translation updates can be done independent from the modules developer.
There is nice description of how this works in the dutch community as well. Check out the Dutch (nld) language integration∞ page. All modules are listed that have their dutch language external.
Properties screenshot:
You can set this property on the pnlang folder of your project. Select the properties (with TortoiseSVN∞ right click on the pnlang folder -> TortoiseSVN -> properties). Here you can add/edit the properties of this folder. For adding an svn:externals property select New and Property Name is svn:externals and the property value is set to reflect the different languages:
lang TracPathToLanguageFolder
Edit properties screenshot:
You can add multiple languages by putting them on several lines. When you now checkout the project the languages are obtained from the community project. The ExtensionsDB also supports this external language property (AFAIK). When a module developer uploads a new version, the available languages (external or not) are automatically put in the download package.
Windows
- TortoiseSVN∞ mirrors the user interface and style of it's sister TortoiseCVS∞.
- Merging changes using Tortoise SVN
Unix/Linux
Debian packages are available for both tools. Tested on Ubuntu 6.06.Mac OSX
- Subversion package for Mac OSX∞
- svnX SVN GUI for Mac OSX∞ (no support for properties yet)
- How to Install Subversion∞
- Subversion with MacOSX tutorial∞
- SyncroSVN Client∞ (available for Win/Mac/*nix)
- Versions∞ MacOSX? specific client
- Command-line tools∞ (precompiled binaries) (free as in beer)
has integrated text-editor (not a free app)
uses sidecar apps for textediting and diff (not a free app)
Deletions
Subversion Access to Zikula
Zikula migrated its repository from CVS to SubVersion (SVN) on 18 April, 2006. There are a number of tools for accessing SVN repositories.
- Subversion Homepage∞
- Version Control with Subversion∞ (free online book published by O'Reilly Media)
- Subversion Cheat Sheet∞
You can browse the current SVN repository via Web Browser here:
Trac integrated browser∞
Command line / Terminal Access
To retrieve Zikula 1.0.x from SVN via an anonymous session:
svn export https://code.zikula.org/svn/zikula/development/zikula-1 Zikula
If you have a user name and password, you can use the following:
- Replace USERNAME and PASSWORD with your own user name and password.
svn checkout --username USERNAME --password PASSWORD https://code.zikula.org/svn/zikula/development/zikula-1 Zikula
Developers can use the following:
- Replace developername with the proper values. Enter your site password when prompted.
svn checkout --username developername https://code.zikula.org/svn/zikula/development/zikula-1 Zikula
Keep the translations external with the svn:externals property
In several modules in code.zikula.org you will see the svn:externals property for other languages than english. The translated languages are kept within the various community-lang projects (dutch, german, french, etc). Translation updates can be done independent from the modules developer.
There is nice description of how this works in the dutch community as well. Check out the Dutch (nld) language integration∞ page. All modules are listed that have their dutch language external.
Properties screenshot:
You can set this property on the pnlang folder of your project. Select the properties (with TortoiseSVN∞ right click on the pnlang folder -> TortoiseSVN -> properties). Here you can add/edit the properties of this folder. For adding an svn:externals property select New and Property Name is svn:externals and the property value is set to reflect the different languages:
lang TracPathToLanguageFolder
Edit properties screenshot:
You can add multiple languages by putting them on several lines. When you now checkout the project the languages are obtained from the community project. The ExtensionsDB also supports this external language property (AFAIK). When a module developer uploads a new version, the available languages (external or not) are automatically put in the download package.
Windows
- TortoiseSVN∞ mirrors the user interface and style of it's sister TortoiseCVS∞.
- Merging changes using Tortoise SVN
Unix/Linux
Debian packages are available for both tools. Tested on Ubuntu 6.06.Mac OSX
- Subversion package for Mac OSX∞
- svnX SVN GUI for Mac OSX∞ (no support for properties yet)
- How to Install Subversion∞
- Subversion with MacOSX tutorial∞
Additions
There is nice description of how this works in the dutch community as well. Check out the Dutch (nld) language integration∞ page. All modules are listed that have their dutch language external.
Additions
- svnX SVN GUI for Mac OSX∞ (no support for properties yet) *
Deletions
Additions
Additions
You can add multiple languages by putting them on several lines. When you now checkout the project the languages are obtained from the community project. The ExtensionsDB also supports this external language property (AFAIK). When a module developer uploads a new version, the available languages (external or not) are automatically put in the download package.
Deletions
You can add multiple languages by putting them on several lines. When you now checkout the project the languages are obtained from the community project. The ExtensionsDB?! also supports this external language property. When a module developer uploads a new version, the available languages (external or not) are automatically put in the download package.
Additions
Additions
Properties screenshot: Edit properties screenshot:
Additions
You can set this property on the pnlang folder of your project. Select the properties (with TortoiseSVN∞ right click on the pnlang folder -> TortoiseSVN -> properties). Here you can add/edit the properties of this folder. For adding an svn:externals property select New and Property Name is svn:externals and the property value is set to reflect the different languages:
lang TracPathToLanguageFolder
Deletions
You can set this property on the pnlang folder of your project. Select the properties (with TortoiseSVN? right click on the pnlang folder -> TortoiseSVN? -> properties). Here you can add/edit the properties of this folder. For adding an svn:externals property select New and Property Name is svn:externals and the property value is set to reflect the different languages: lang pathWithinSVNtoLanguageFolder
Additions
You can set this property on the pnlang folder of your project. Select the properties (with TortoiseSVN? right click on the pnlang folder -> TortoiseSVN? -> properties). Here you can add/edit the properties of this folder. For adding an svn:externals property select New and Property Name is svn:externals and the property value is set to reflect the different languages: lang pathWithinSVNtoLanguageFolder
You can add multiple languages by putting them on several lines. When you now checkout the project the languages are obtained from the community project. The ExtensionsDB?! also supports this external language property. When a module developer uploads a new version, the available languages (external or not) are automatically put in the download package.
Deletions
You can set this property on the pnlang folder of your project. Select the properties (with TortoiseSVN? right click on the pnlang folder -> TortoiseSVN? -> properties). Here you can add/edit the properties of this folder. For adding an svn:externals property select New and Property Name is svn:externals and the property value is set to reflect the different languages: lang pathWithinSVNtoLanguageFolder
You can add multiple languages by putting them on several lines. When you now checkout the project the languages are obtained from the community project. The ExtensionsDB? also supports this external language property. When a module developer uploads a new version, the available languages (external or not) are automatically put in the download package.
Additions
You can set this property on the pnlang folder of your project. Select the properties (with TortoiseSVN? right click on the pnlang folder -> TortoiseSVN? -> properties). Here you can add/edit the properties of this folder. For adding an svn:externals property select New and Property Name is svn:externals and the property value is set to reflect the different languages: lang pathWithinSVNtoLanguageFolder
You can add multiple languages by putting them on several lines. When you now checkout the project the languages are obtained from the community project.
Deletions
You can set this property on the pnlang folder of your project. Select the properties (with TortoiseSVN? right click on the pnlang folder -> TortoiseSVN? -> properties). Here you can add/edit the properties of this folder. For adding an svn:externals property select New and Property Name is svn:externals and the property value is set to reflect the different languages: lang pathWithinSVNtoLanguageFolder
You can add multiple languages by putting them on several lines. When you now checkout the project the languages are obtained from the community project.
Additions
Keep the translations external with the svn:externals property
In several modules in code.zikula.org you will see the svn:externals property for other languages than english. The translated languages are kept within the various community-lang projects (dutch, german, french, etc). Translation updates can be done independent from the modules developer.
You can set this property on the pnlang folder of your project. Select the properties (with TortoiseSVN? right click on the pnlang folder -> TortoiseSVN? -> properties). Here you can add/edit the properties of this folder. For adding an svn:externals property select New and Property Name is svn:externals and the property value is set to reflect the different languages: lang pathWithinSVNtoLanguageFolder
You can add multiple languages by putting them on several lines. When you now checkout the project the languages are obtained from the community project. The ExtensionsDB? also supports this external language property. When a module developer uploads a new version, the available languages (external or not) are automatically put in the download package.
Additions
You can browse the current SVN repository via Web Browser here:
Trac integrated browser∞
To retrieve Zikula 1.0.x from SVN via an anonymous session:
svn export https://code.zikula.org/svn/zikula/development/zikula-1 Zikula
svn checkout --username USERNAME --password PASSWORD https://code.zikula.org/svn/zikula/development/zikula-1 Zikula
svn checkout --username developername https://code.zikula.org/svn/zikula/development/zikula-1 Zikula
Deletions
To retrieve Zikula from SVN via an anonymous session:
svn export https://noc.zikula.org/svn/Zikula/trunk/Zikula Zikula
svn checkout --username USERNAME --password PASSWORD https://noc.zikula.org/svn/Zikula/trunk/Zikula Zikula
svn checkout --username developername https://noc.zikula.org/svn/Zikula Zikula
If you wish to check out only the current main trunk and the ValueAddons tree, you can do the following:
svn checkout --username developername https://noc.zikula.org/svn/Zikula/trunk/Zikula
svn checkout --username developername https://noc.zikula.org/svn/Zikula/trunk/ValueAddons
Additions
To retrieve Zikula from SVN via an anonymous session:
If you have a user name and password, you can use the following:
- Replace USERNAME and PASSWORD with your own user name and password.
svn checkout --username USERNAME --password PASSWORD https://noc.zikula.org/svn/Zikula/trunk/Zikula Zikula
- Replace developername with the proper values. Enter your site password when prompted.
- kdesvn∞ (integrates nicely into the Quanta+ web development editor)
- How to Install Subversion∞ *
Deletions
For anonymous export of Zikula from SVN: Those with a NOC username and password can use the following:
- Substitute NOCUSERNAME and NOCPASSWORD with the proper values.
svn checkout --username NOCUSERNAME --password NOCPASSWORD https://noc.zikula.org/svn/Zikula/trunk/Zikula Zikula
- Substitute developername with the proper values. Enter your site password when prompted.
- kdesvn∞ (integrates nicely into Quanta+ web editor)
- How To Install Subversion∞ *
Additions
- Merging changes using Tortoise SVN *
Additions
Debian packages are available for both tools. Tested on Ubuntu 6.06.
Additions
- Subversion Homepage∞
- Version Control with Subversion∞ (free online book published by O'Reilly Media)
- Subversion Cheat Sheet∞
svn export https://noc.zikula.org/svn/Zikula/trunk/Zikula Zikula
- Substitute NOCUSERNAME and NOCPASSWORD with the proper values.
svn checkout --username NOCUSERNAME --password NOCPASSWORD https://noc.zikula.org/svn/Zikula/trunk/Zikula Zikula
- Substitute developername with the proper values. Enter your site password when prompted.
svn checkout --username developername https://noc.zikula.org/svn/Zikula Zikula
If you wish to check out only the current 0.8 and ValueAddons tree, you can do the following:
svn checkout --username developername https://noc.zikula.org/svn/Zikula/trunk/Zikula
svn checkout --username developername https://noc.zikula.org/svn/Zikula/trunk/ValueAddons
- TortoiseSVN∞ mirrors the user interface and style of it's sister TortoiseCVS∞.
- Subversion package for Mac OSX∞
- SVN GUI for Mac OSX∞
- How To Install Subversion∞ *
Deletions
- Subversion Homepage∞
- Version Control with Subversion∞ (free online book published by O'Reilly Media)
- Subversion Cheat Sheet∞
-
svn export https://noc.zikula.org/svn/Zikula/trunk/Zikula Zikula
- Substitute NOCUSERNAME and NOCPASSWORD with the proper values.
-
svn checkout --username NOCUSERNAME --password NOCPASSWORD https://noc.zikula.org/svn/Zikula/trunk/Zikula Zikula
- Substitute developername with the proper values. Enter your site password when prompted.
-
svn checkout --username developername https://noc.zikula.org/svn/Zikula Zikula
-
svn checkout --username developername https://noc.zikula.org/svn/Zikula/trunk/Zikula
-
svn checkout --username developername https://noc.zikula.org/svn/Zikula/trunk/ValueAddons
- TortoiseSVN∞ mirrors the user interface and style of it's sister TortoiseCVS∞.
- Subversion package for Mac OSX∞
- SVN GUI for Mac OSX∞
- How To Install Subversion∞ -
Subversion Access to Zikula
Zikula migrated its repository from CVS to SubVersion (SVN) on 18 April, 2006. There are a number of tools for accessing SVN repositories.
- Subversion Homepage∞
- Version Control with Subversion∞ (free online book published by O'Reilly Media)
- Subversion Cheat Sheet∞
Command line / Terminal Access
For anonymous export of Zikula from SVN:-
svn export https://noc.zikula.org/svn/Zikula/trunk/Zikula Zikula
Those with a NOC username and password can use the following:
- Substitute NOCUSERNAME and NOCPASSWORD with the proper values.
-
svn checkout --username NOCUSERNAME --password NOCPASSWORD https://noc.zikula.org/svn/Zikula/trunk/Zikula Zikula
Developers can use the following:
- Substitute developername with the proper values. Enter your site password when prompted.
-
svn checkout --username developername https://noc.zikula.org/svn/Zikula Zikula
If you wish to check out only the current 0.8 and ValueAddons tree, you can do the following:
-
svn checkout --username developername https://noc.zikula.org/svn/Zikula/trunk/Zikula
-
svn checkout --username developername https://noc.zikula.org/svn/Zikula/trunk/ValueAddons
Windows
- TortoiseSVN∞ mirrors the user interface and style of it's sister TortoiseCVS∞.
Unix/Linux
Mac OSX
CategoryDeveloperDocs
