Sha256: 4569f4ffe5679f20222285bea362d3ecb8230a0bc19be418082cc1929ea9c83e
Contents?: true
Size: 1.24 KB
Versions: 1
Compression:
Stored size: 1.24 KB
Contents
<script> function svn_init() {} var svn_url_tip = "<div class='tp1'>If you specify a local URL (starting with file://) DamageControl can create the repository for you after you save (unless the repository already exists).<br>Using a file:// URL will also give you the option to have DamageControl install a trigger in Subversion, so that you don't have to use polling to detect changes.<br>On Windows, file URLs must look like file:///C:/jupiter/mars</div>"; var svn_path_tip = "<div class='tp1'>This is the relative path from the start of the repository <br>to the end of the URL. For example, if your URL is <br>svn://your.server/path/to/repository/path/within/repository <br>then this value should be path/within/repository.</div>"; </script> <table width="100%"> <tr> <td width="25%" class="config_cell">Url</td> <td><%= tip(:txt => 'svn_url_tip') %></td> <td width="75%"><%= text_or_input(@edit, :name => "RSCM::SVN[url]", :value => svn.url) %></td> </tr> <tr> <td width="25%" class="config_cell">Directory</td> <td><%= tip(:txt => 'svn_path_tip') %></td> <td width="75%"><%= text_or_input(@edit, :name => "RSCM::SVN[path]", :value => svn.path) %></td> </tr> </table> <img src="/images/svnlogo64.png"/>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
damagecontrol-0.5.0 | app/views/project/_svn.rhtml |