Development

Changeset 7089

You must first sign up to be able to contribute.

Changeset 7089

Show
Ignore:
Timestamp:
01/19/08 18:59:20 (5 years ago)
Author:
Simone.Carletti
Message:

sfMarkdownPlugin:
* added: additional details in README file to explain the usage of SVN folder skeleton

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfMarkdownPlugin/trunk/README

    r6511 r7089  
    3535 $ symfony cc 
    3636 }}} 
     37 
     38=== SVN installation === 
     39 
     40[http://trac.symfony-project.com/browser/plugins/sfMarkdownPlugin sfMarkdown plugin source code] is hosted at Symfony SVN repository. 
     41[http://svnbook.red-bean.com/nightly/en/svn.ref.svn.c.checkout.html Checking out a working copy] is a good idea when you want to contribute to the plugin or you need the latest revision for some reason. 
     42 
     43sfMarkdown repository folder follows SVN standard skeleton. 
     44In the main folder root you can find 3 different subfolders called /trunk, /branches and /tags. 
     45 
     46Talking about the purpose of each folder is beyond the scope of this page. If you don't know the meaning of each folder is probably more safe for you to rely on a Manual or PEAR installation. 
     47 
     48Just for the sake of completeness you need to know that for each sfMarkdown release, an SVN shapshot is created in the /tag folder called release-X.Y.Z where X.Y.Z corresponds to the plugin version.  
     49Each tag will never change its internal state in the future and this makes tags a perfect target for SVN:External links. 
     50 
     51/trunk represents the development branch, the most updated (development) version of the plugin. 
     52This version is not intended to be used in a production environment. It can be buggy, unstable and it may include incompleted code fragments. 
     53Please download a stable copy either from PEAR or Symfony website if you need the most reliable release, or link your SVN repository to a specific release tag. 
    3754 
    3855