<br>
<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br> * There are probably already libraries available which would make<br>building a web front end very easy.
</blockquote><div><br>
There's quite a few web interfaces (and other interfaces) listed at
<a href="http://subversion.tigris.org/project_links.html">http://subversion.tigris.org/project_links.html</a> .  viewcvs and
websvn in particular offer tarball generation.<br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> * Properties can be used to store additional data if that is necessary.</blockquote>
<div><br>
Earlier, in the context of the clipart browser, we'd discussed
identifying images both by path and md5 sum (it helps the browser
filter out duplicate images retrieved from multiple repositories,
saving OCAL bandwidth).  I'm not sure if would be any performance
advantage to storing the checksum this way as opposed to just calling
md5sum when needed, but that might be one potential application of
this.  Ultimately, I think storing all metadata relevent to
querying in SQL is inevitably the most practical solution, but this
does provide an alternative way of storing the information that
currently goes in the .txt files.<br>
<br>
Greg<br>
 </div><br></div><br>