[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Integration with JIRA - Is there a "revision" URL I can call directly

From: Stefan Kueng <tortoisesvn_at_gmail.com>
Date: Fri, 19 Dec 2008 20:22:58 +0100

dcg wrote:
> We're integrating Subversion and TortiseSVN with JIRA.
> We've got our subversion changes showing up in JIRA. They're listed
> as dynamic links.
> For individual files, I'm able to link directly IE:
> MODIFY /Apps/scratch/test.txt links to: svn://svn.<mycompany>.com/Apps/scratch/test.txt
>
> I also have a revision number:
> #20213 - I'd love to parametrize a dyanmic link, IE like:
> svn://svn.<mycompany>.com/public?cs=20213
>
> Is there any way to call a revision number directly via URL?

Are you using the svnprotocolhandler
(http://code.google.com/p/svnprotocolhandler/) ?
If yes, then no, it's not possible to specify a revision for the url.
But you're free to open an issue for it.

If not, then how can IE show svn:// urls? If you mean the TSVN
repository browser, then you can append ?revnum to the url, e.g.,
svn://svn.<mycompany>.com/Apps/scratch/test.txt?20213
should work.

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=987732
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].

Received on 2008-12-19 20:23:48 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.