[wp-hackers] Plugin download repository

Firas D. fd at firasd.org
Thu Jul 28 01:30:56 GMT 2005


Jonathan Leighton wrote:

>This is the real problem -- knowing which tag is the latest one. Can
>anyone think of a solution to this? I think a symbolic link was
>suggested last time this came up but I don't know if that's possible in
>SVN and would be a problem to Windows people anyway.
>
I just started writing some code for the directory I'm making that 
figures that out.. here's the pseudocode:

For Each Plugin Folder
    If there is a tags folder
       For each tag, find the version of the plugin in it
          If this tag has a newer version than the previous tag, use 
this one
    Else
       Use trunk

-- 
http://firasd.org



More information about the wp-hackers mailing list