Ticket already opened, as per Radim suggestion.<br>Is there anybody planning to implement this soon, or should I start copying the new icons?<br>Thanks.<br>---<br><a href="http://faunalia.it/pc">http://faunalia.it/pc</a><br><br>----- Reply message -----<br>Da: &quot;Alex Mandel&quot; &lt;tech_dev@wildintellect.com&gt;<br>Data: mar, gen 11, 2011 19:09<br>Oggetto: [Qgis-developer] symlinks in GRASS plugins<br>A: &lt;qgis-developer@lists.osgeo.org&gt;<br><br>I think the easiest solution to keep track of in the long run is to<br>simply allow the image file to be defined in the qgm file for a given<br>tool, and default to matching as currently done if none is specified.<br>Radim thought this was also a good approach and asked that a ticket be<br>filed for it (sounded like he might implement it).<br><br>Thanks,<br>Alex<br><br>On 01/11/2011 06:09 AM, cavallini@faunalia.it wrote:<br>&gt; Thanks. What is the advantage of this approach respect to simply copying it?<br>&gt; All the best.<br>&gt; ---<br>&gt; <a href="http://faunalia.it/pc">http://faunalia.it/pc</a><br>&gt; <br>&gt; ----- Reply message -----<br>&gt; Da: &quot;Maciej Sieczka&quot; &lt;msieczka@sieczka.org&gt;<br>&gt; Data: lun, gen 10, 2011 20:36<br>&gt; Oggetto: [Qgis-developer] symlinks in GRASS plugins<br>&gt; A: &quot;qgis-developer&quot; &lt;qgis-developer@lists.osgeo.org&gt;, &quot;Paolo Cavallini&quot; &lt;cavallini@faunalia.it&gt;<br>&gt; <br>&gt; W dniu 09.01.2011 11:16, Paolo Cavallini pisze:<br>&gt; <br>&gt;&gt; In the GRASS plugin there are tens of repeated icons. I would like to<br>&gt;&gt; replace them with symlinks, to keep everything more tidy. In principle<br>&gt;&gt; this should work:<br>&gt;&gt; <a href="http://www.rekk.de/bloggy/2008/versioning-symlinks-with-subversion-on-linux/<br">http://www.rekk.de/bloggy/2008/versioning-symlinks-with-subversion-on-linux/<br</a>>&gt;&gt; but in practice it does not:<br>&gt;&gt; <a href="https://trac.osgeo.org/qgis/changeset/15006/trunk">https://trac.osgeo.org/qgis/changeset/15006/trunk</a><br>&gt;&gt; I replaced v.in.gns.?.* with links, but the module do not see them.<br>&gt;&gt; I do not know if:<br>&gt;&gt; - the method does not work (unlikely)<br>&gt;&gt; - I did something wrong<br>&gt;&gt; - the GRASS plugin requires the image, and does not accept a link.<br>&gt; <br>&gt; Hi Paolo,<br>&gt; <br>&gt; Maybe a file external instead? SVN &gt;= 1.6 is needed. An example:<br>&gt; <br>&gt; ### CREATE THE FILE ###<br>&gt; <br>&gt; &nbsp; $ echo &#39;file1 content&#39; &gt; repo_wc/file_1.txt<br>&gt; <br>&gt; &nbsp; $ svn add repo_wc/file_1.txt<br>&gt; &nbsp; A &nbsp; &nbsp; &nbsp; &nbsp; repo_wc/file_1.txt<br>&gt; <br>&gt; &nbsp; $ svn ci repo_wc/file_1.txt -m &#39;adding file_1.txt to version control&#39;<br>&gt; &nbsp; Adding &nbsp; &nbsp; &nbsp; &nbsp; repo_wc/file_1.txt<br>&gt; &nbsp; Transmitting file data .<br>&gt; &nbsp; Committed revision 1.<br>&gt; <br>&gt; ### LINK IT ###<br>&gt; <br>&gt; &nbsp; $ svn up repo_wc/<br>&gt; &nbsp; At revision 1.<br>&gt; <br>&gt; &nbsp; $ svn propset svn:externals &#39;file_2.txt <br>&gt; file:///home/pok/repo/file_1.txt&#39; repo_wc/<br>&gt; &nbsp; property &#39;svn:externals&#39; set on &#39;repo_wc&#39;<br>&gt; <br>&gt; &nbsp; $ svn ci repo_wc/ -m &#39;file_2.txt is a copy of file_1.txt&#39;<br>&gt; &nbsp; Sending &nbsp; &nbsp; &nbsp; &nbsp;repo_wc<br>&gt; &nbsp; Committed revision 2.<br>&gt; <br>&gt; &nbsp; $ svn up repo_wc/<br>&gt; &nbsp; Fetching external item into &#39;repo_wc/file_2.txt&#39;<br>&gt; &nbsp; E &nbsp; &nbsp;repo_wc/file_2.txt<br>&gt; &nbsp; Updated external to revision 2.<br>&gt; &nbsp; Updated to revision 2.<br>&gt; <br>&gt; ### BOTH FILES ARE NOW THERE AND HAVE THE SAME CONTENT ###<br>&gt; <br>&gt; &nbsp; $ ls -l repo_wc/<br>&gt; &nbsp; total 8<br>&gt; &nbsp; -rw-r--r-- 1 pok pok 14 Jan 10 20:23 file_1.txt<br>&gt; &nbsp; -rw-r--r-- 1 pok pok 14 Jan 10 20:24 file_2.txt<br>&gt; <br>&gt; &nbsp; $ cat repo_wc/*<br>&gt; &nbsp; file1 content<br>&gt; &nbsp; file1 content<br>&gt; <br>&gt; Maciek<br><br><br>_______________________________________________<br>Qgis-developer mailing list<br>Qgis-developer@lists.osgeo.org<br><a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br><br><br>