Plugin Directory

Changeset 1134572


Ignore:
Timestamp:
04/14/2015 03:20:02 PM (11 years ago)
Author:
allthecontent
Message:

update Readme for svn link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • allthecontent/trunk/README.md

    r1134571 r1134572  
    33This plugin is the first version of our importer for Wordpress.
    44
    5 # more information readme.txt
    6 
    7 ## TODO
    8 ### Tester l'envoit d'email en cas d'erreur
     5Find more inforamtions in the file " readme.txt "
    96
    107## Git SVN
     
    1613https://gist.github.com/vbuzzano/2c13602fe116212ed179
    1714
    18 ## Git submodules
     15## Setup workspace
     16### Clone svn repository with Git
    1917
    20 ### How to update submodule ATCML Toolkit
    21     git submodule foreach git pull origin master
     18    > git svn clone --no-minimize-url -s -r1130824 http://plugins.svn.wordpress.org/allthecontent/
    2219
    23 ### more help for git submodule
    24 https://chrisjean.com/2009/04/20/git-submodules-adding-using-removing-and-updating/
     20    > cd allthecontent/
     21
     22    > git svn fetch
     23
     24    > git svn rebase
     25
     26### Add Git Repository
     27
     28Append this line to .git/config
     29
     30    [remote "origin"]
     31        url = https://bitbucket.org/atcfm-dev/allthecontent-wp-plugin.git
     32        fetch = +refs/heads/*:refs/remotes/origin/*
     33    [branch "master"]
     34        remote = origin
     35        merge = refs/heads/master
     36
     37### Pull source
     38
     39    > git pull origin master
     40
     41And then fix merge issues
     42
     43### Push change to SVN
     44
     45    > git svn dcommit
Note: See TracChangeset for help on using the changeset viewer.