How to checkout a particular SVN for asterisk?

Hi,

Can someone teach me how I can use svn to checkout a particular asterisk svn version?

I need a specific svn version but the

svn checkout svn.digium.svn.asterisk/trunk asterisk

will checkout the latest version.

Thanks,
John

Are you looking for a version of trunk, or one of the branches (1.2/1.4)?

To get a specific version with svn you’d do something like this.

svn co -r 12345 .

for revision 12345.