summaryrefslogblamecommitdiff
path: root/README
blob: 86b0d3d20af3348ded5060c2c409669c3057b73d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                                                                  

                                                                                  
                                                                       





                                                                               
                                                                   




                                                    






                                                        

                                                         
                                                                                         


                                                                       


                                                                                          


                                                                    
                                                          


                                                      

                                                                                       
This repository used for unite all other evol online repositories.

Each directory here mean some other repository.
Also in this repository located scripts for mass work with all other repositories.
More info look here: http://wiki.evolonline.org/guidelines/firstdevstep

Known scripts:
./git.sh  - this script allow run any git command in all existing repositories.
Usage:
    ./git.sh gitcommand
Example:
    ./git.sh diff      - run command "git diff" in all repositories

./init.sh - this script initialize new repositories.
Usage:
    ./init.sh task
Allowed tasks:
    all      - all known repositories.
    server   - repositories for run server.
    client   - repositories for client data development.
    music    - repositories with music.
    local    - repositories for running local server.
    tools    - repositories with tools.
    manaplus - repository with manaplus sources.
This command allow any combinations with different tasks.
Example:
    ./init.sh local    - create directories and pull repositories for local server usage.

./pull.sh - this script allow pull in all repositories if pull is safe.
Usage:
    ./pull.sh          - pulling only if repository in clean state and all commits pushed.
or
    ./pull.sh force    - pulling always.

./push.sh - this script allow push all repositories if push is safe.
Usage:
    ./push.sh - pushing only if repository in clean state.

./status.sh - this script show all repositories state.
Usage:
    ./status.sh        - show only changed repositories
    ./status.sh commit - show for each repository latest commit and changes in present.