[Dart] websvn repo type w/ Update.ftl
David Blado
dblado at decarta.com
Wed Jul 25 22:16:06 EDT 2007
Hi All,
I recently modified Update.ftl to reflect a new repo type called
websvnmultiviews.
I had to do this because the diff.php script is unavailable if websvn is
configured to use multiviews.
My changes to Update.ftl were to add:
<#case "websvnmultiviews">
<#assign url = projectProperties[key + "RepositoryURL"] + "/" +
file + "?op=diff&rev=" + revision + "&sc=&all=0">
<#break>
And then in the Project.xml I changed:
<Property name="RepositoryURL.Type">websvn</Property>
To
<Property name="RepositoryURL.Type">websvnmultiviews</Property>
Not sure if this is the best way to do this, so I wanted to shoot it out
to you all.
Cheers,
David
More information about the Dart
mailing list