Russia
|
HOW TO WORK TOGETHER - A PRACTICE.
Version Control Repository allow us to work not separately but as a workgroup!
If you do not want to use Version Control System, you can just get ready to use packages from the download area:
http://code.google.com/p/discuzx-en/downloads/list
But remember, that this downloads are not the latest code!
if you want to have the latest up-to-date version, you have to use the repository!
How to use a repository
First of all, if you want to use the repository, you have to
download and install any SVN-client software.
For example, I prefer to use the TortoiseSVN as SVN-client:
http://tortoisesvn.net/downloads.html
After installing a SVN client,
create a copy of interesting trunk branch from the repository to your local computer.
Current repository:
http://code.google.com/p/discuzx-en/
The "trunk" branch in the repository contains up-to-date snapshot of the code:
http://code.google.com/p/discuzx-en/source/browse/#svn%2Ftrunk
For example, if you want a copy of DzX2.0, you have to make a copy of this trunk branch:
http://discuzx-en.googlecode.com/svn/trunk/discuzx2.0/
How to report your bugreports:
Apply your issue to the repository issue list:
http://code.google.com/p/discuzx-en/issues/list
NOTE: In this case you must have an account in google.
or to the "Bug reports" forum:
http://codersclub.org/discuzx/forum.php?mod=forumdisplay&fid=37
How to apply your code modification:
When you have the repository copy, you can compare it with your code.
When you see a bug or when you want to correct the code or a translation,
you can modify your local reository copy as you wish.
A good practice in group work - do not modify a lot of code at the same time!!!
The main idea - a separated patch for every bug. (One problem - One patch)
After you have corrected your local code,
you can make a PATCH, containing the differnce between the current trunk and your local copy.
You can apply your patch to our community!
For apply your patch just publish it together with a short description to the "Patches" forum:
http://codersclub.org/discuzx/forum.php?mod=forumdisplay&fid=39
If your modification will be approved, your patch will be pushed to the trunk.
SVN Tips & Tricks:
TortoiseSVN Practice
|
|