[Dart] websvn repo type w/ Update.ftl
David Blado
dblado at decarta.com
Wed Aug 8 14:12:57 EDT 2007
Hi Daniel,
Sorry for the late response.
I don't believe that the dart.pdf has any information regarding these
settings other than page 29 which reads:
RepositoryURL URL for accessing a project's software repository via the
web.
RepositoryURL.Type Identifies the type of the web portal for the
repository (viewcvs, cvsweb, websvn,
viewcvswithsvn,cvstrac,svntrac).
RepositoryURL.Repository Identifies the repository to reference at the
specified RepositoryURL.
This was enough for me to get up and running...but I had to hack around
a bit before figuring out how to take care of the multiviews issue.
It's probably good enough to add 'websvnmultiviews' to the list of
RepositoryURL.Type
- David
-----Original Message-----
From: Blezek, Daniel J (GE, Research) [mailto:blezek at crd.ge.com]
Sent: Friday, July 27, 2007 5:02 AM
To: David Blado; dart at public.kitware.com
Subject: RE: [Dart] websvn repo type w/ Update.ftl
Hi David,
Thanks much, I added your change to Update.ftl, it will be in the next
release. I forget: is there any documentation in Dart.pdf regarding
these settings? Any volunteers if not?
Thanks,
-dan
David Blado wrote:
> 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
> _______________________________________________
> Dart mailing list
> Dart at public.kitware.com
> http://public.kitware.com/mailman/listinfo/dart
More information about the Dart
mailing list