Default plugins in stable builds - source?

A place where plug-in developers can share their knowledge and experience.
Post Reply
pepak
Posts: 604
Joined: Sun 13 Jul, 2008 11:18
Has thanked: 17 times
Been thanked: 54 times

Default plugins in stable builds - source?

Post by pepak »

I am looking for the source code of some default plugins (distributed with FAR Manager). I know I can get the current version in SVN here, but that's not exactly what I would like - I would much prefer to get the source code that was used in "last stable FAR". Is it available somewhere?
User avatar
Centaur
Posts: 1083
Joined: Tue 05 Apr, 2005 20:09
Location: Novosibirsk, Russia
Been thanked: 2 times

Re: Default plugins in stable builds - source?

Post by Centaur »

In Subversion, you can get not only the latest but any intermediate version if you know its revision number.
  • On the downloads page, you see that the latest stable build was 981.
  • You issue the command:

    Code: Select all

    svn info http://farmanager.com/svn/tags/unicode_far/20_b981/
    which helpfully tells you:

    Code: Select all

    Last Changed Rev: 3112
    Now you know that build 981 is revision 3112.
  • Then you issue the command:

    Code: Select all

    svn co http://farmanager.com/svn/trunk/plugins/@3112 plugins-b981
    which gets you the contents of http://farmanager.com/svn/trunk/plugins/ as it was at revision 3112 and puts it into the directory plugins-b981.
If you wanted the sources of FAR itself, you could look directly under tags/unicode_far/20_b981. It would be nice if plugins also got tagged, but for some reason the tags/plugins/* subdirectories are empty.
pepak
Posts: 604
Joined: Sun 13 Jul, 2008 11:18
Has thanked: 17 times
Been thanked: 54 times

Re: Default plugins in stable builds - source?

Post by pepak »

Thanks, will give it a try.
Post Reply

Return to “Plug-In Developers”