Yes, that's it, I've copied the .htaccess from the old adm directory to the new one, where it
was lacking, and all went well.<br /><br /><br />On Thu, December 13, 2012 17:53, Hardie,
Andrew wrote:<br /> <!-- begin sanitized html -->     <style type="text/css">-></style>
<div class="bodyclass">
<div class="WordSection1">
<p class="MsoNormal"><span
style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">Aha
&ndash; I think you have spotted something I&rsquo;ve missed, namely the htaccess files. Will
look into it.</span></p>
<p class="MsoNormal"><span
style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">
</span></p>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><strong><span lang="EN-US"
style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">From:</span></strong><span
lang="EN-US" style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;">
cwb-bounces@sslmit.unibo.it [mailto:cwb-bounces@sslmit.unibo.it] <strong>On Behalf Of
</strong>andres@chandia.net<br /> <strong>Sent:</strong> 13 December 2012 15:23<br />
<strong>To:</strong> Open source development of the Corpus WorkBench<br />
<strong>Subject:</strong> Re: [CWB] Sourceforge Updated: how to use the new Subversion
system</span></p>
</div>
<p class="MsoNormal"> </p>
<p style="margin-bottom:12.0pt" class="MsoNormal">I have done exactly what you say for the
cqpweb, but I got next error when trying to access as admin, eventhough the installed corpus
are accessible and queris ara done correctly:</p>
<p class="errormessage">&quot;CQPweb encountered an error and could not continue.</p>
<p class="errormessage">You do not have permission to use this program.&quot;</p>
<p class="errormessage">No errors at the error.log of the apache</p>
<p class="errormessage"> </p>
<p class="errormessage"> </p>
<p class="MsoNormal"><br /> On Wed, December 12, 2012 09:43, Hardie, Andrew wrote:<br /> &gt;
Hi all,<br /> &gt; <br /> &gt; I have just accepted a software upgrade on the CWB project site
that is being rolled out<br /> &gt; across SourceForge.<br /> &gt; <br /> &gt; Mostly, the
only thing this affects is the appearance of the project site on sourceforge.net.<br /> &gt;
HOWEVER, there is one big exception to this - post-upgrade the Subversion system is totally<br
/> &gt; different.<br /> &gt; <br /> &gt; If your only use of SVN is to check out the code,
build and use (i.e. most people), then your<br /> &gt; course is simple - before the next time
you build, delete your current code folder, and then<br /> &gt; do a new checkout/export -
then build from that. The new instructions for doing checkouts are<br /> &gt; on
http://cwb.sf.net now.<br /> &gt; <br /> &gt; If you have local modifications to your CWB
code, or if you are working on development (Hi<br /> &gt; Stefan!), or if you run CQPweb from
a live check-out (the easiest way to get updates), then<br /> &gt; you will need to switch
over to the new system using the instructions below.<br /> &gt; <br /> &gt; <br /> &gt;
BROWSING THE CODE<br /> &gt; =================<br /> &gt; <br /> &gt; Code-browsing is now
done at this address:<br /> &gt; <br /> &gt; https://sourceforge.net/p/cwb/code/<br /> &gt;
<br /> &gt; The old addresses still work, but won't permanently, I should imagine.<br /> &gt;
<br /> &gt; I have noted that recent commits take a little while (hour or two) to show up here
in the code<br /> &gt; browser.<br /> &gt; <br /> &gt; <br /> &gt; HOW TO MOVE YOUR
LOCALLY-CUSTOMISED CHECKOUT OF CWB ACROSS TO THE NEW SYSTEM<br /> &gt;
============================================================================<br /> &gt; <br />
&gt; In the folder containing your CWB checkout folder (which I will assume is called
&quot;CWB&quot;), do<br /> &gt; the following:<br /> &gt; <br /> &gt; mv CWB _CWB<br /> &gt;
svn checkout http://svn.code.sf.net/p/cwb/code/cwb/trunk CWB<br /> &gt; <br /> &gt; (Stefan
and others with write access - use https instead of and specify<br /> &gt;
--username=your_SF_username).<br /> &gt; <br /> &gt; Now, copy your local modifications from
_CWB to CWB. Then you can delete _CWB.<br /> &gt; <br /> &gt; The same process applies to the
CWB perl modules or to branches - just follow the procedure as<br /> &gt; given with
alternative file paths.<br /> &gt; <br /> &gt; <br /> &gt; HOW TO GET YOUR CQPWEB BACK IN SYNC
IF IT IS BASED ON A LIVE CHECKOUT<br /> &gt;
=====================================================================<br /> &gt; <br /> &gt;
NOTE: if you are not interested in keeping up to date with commits to the bleeding-edge<br />
&gt; CQPweb, you don't need to do this.<br /> &gt; <br /> &gt; Go to the folder containing
your main CQPweb folder (which I will assume is called &quot;cqpweb&quot;).<br /> &gt; Run the
following commands, adjusting the name of the folder as appropriate.<br /> &gt; <br /> &gt;
(this requires you to be logged on as a user with rights over the CQPweb folder - e.g. the<br
/> &gt; web-server user, usually either www or www-data. If you are a different user, you may
need to<br /> &gt; use su / sudo, and in that case, you may need to change ownership of the
new CQPweb directory<br /> &gt; to the web user later on).<br /> &gt; <br /> &gt; mv cqpweb
_cqpweb<br /> &gt; svn checkout http://svn.code.sf.net/p/cwb/code/gui/cqpweb/trunk cqpweb<br
/> &gt; mv _cqpweb/lib/config.inc.php cqpweb/lib/config.inc.php<br /> &gt; <br /> &gt; Then,
move each of your established corpus directories from _cqpweb/ to cqpweb/ . E.g. If you<br />
&gt; have a corpus &quot;mycorpus1&quot; and &quot;mycorpus2&quot;, then do<br /> &gt; <br />
&gt; mv -tcqpweb _cqpweb/mycorpus1 _cqpweb/mycorpus2<br /> &gt; <br /> &gt; (and so on).<br />
&gt; <br /> &gt; Finally (optional) do the following:<br /> &gt; <br /> &gt; rm -r _cqpweb<br
/> &gt; <br /> &gt; to remove the old code. DO NOT DO THIS until you are sure you have moved
all old corpus files<br /> &gt; across.<br /> &gt; <br /> &gt; <br /> &gt; Sorry for the
fuss,<br /> &gt; <br /> &gt; best<br /> &gt; <br /> &gt; Andrew.<br /> &gt;
_______________________________________________<br /> &gt; CWB mailing list<br /> &gt;
CWB@sslmit.unibo.it<br /> &gt; http://devel.sslmit.unibo.it/mailman/listinfo/cwb<br /> &gt;
<br /> <br /> <br /> <br /> _______________________<br />             andr&eacute;s
chand&iacute;a<br /> <a target="_blank" title="This external link will open in a new window"
href="http://www.chandia.net"><span style="border:solid windowtext
1.0pt;padding:0cm;text-decoration:none">[IMAGE REMOVED]</span></a><br /> <span
style="font-size:18.0pt;font-family:Webdings;color:#4F6228">P </span><span
style="font-size:10.0pt;color:#4F6228">No imprima innecesariamente. &iexcl;Cuide el medio
ambiente!</span></p>
</div>
</div>
<!-- end sanitized html --> <br /><br /><br />_______________________<br
/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;andr&eacute;s
chand&iacute;a<br /><a title="This external link will open in a new window" target="_blank"
href="http://www.chandia.net"><img border="0" alt="chandia.net"
src="http://www.chandia.net/sites/default/files/images/chandia.netd.png" /></a><br /><span
style="font-size: 18pt; color: rgb(79, 98, 40); font-family: Webdings;">P </span><span
style="font-size: 10pt; color: rgb(79, 98, 40);">No imprima innecesariamente. &iexcl;Cuide el
medio ambiente!</span>