You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Henry Zongaro <zo...@ca.ibm.com> on 2005/12/02 15:59:49 UTC

Re: Apache Xalan has moved from using CVS to Subversion

Hello.

Brian Minchau/Toronto/IBM@IBMCA wrote on 2005-11-14 12:57:10 AM:
> You can checkout the code with svn commands like these:
> svn co https://svn.apache.org/repos/asf/xalan/c/trunk
> svn co https://svn.apache.org/repos/asf/xalan/java/trunk
> svn co https://svn.apache.org/repos/asf/xalan/test/trunk
> 
> 
...
> =============================================================
> 4. Checkout the code under Windows command line:
> On windows, in a command prompt window, for example in a D:\SVN 
directory
> issue a command like this one:
>    > svn -co http://svn.apache.org/repos/xalan/java/trunk/

     I just wanted to point out the typo in section 4 of Brian's very 
detailed instructions on using Subversion.  If you want a working copy 
that you'll be able to use to commit changes back to the Subversion, the 
URI you specify on the checkout should use the https scheme rather than 
that http scheme.  http will give you a working copy that you won't be 
able to use to commit changes.

     If you've already checked out a working copy using the http scheme, 
and you're feeling just a little bit brave, you can always write a script 
to change the URI in all the .svn/entries files in your working copy.

Thanks,

Henry
------------------------------------------------------------------
Henry Zongaro      Xalan development
IBM SWS Toronto Lab   T/L 969-6044;  Phone +1 905 413-6044
mailto:zongaro@ca.ibm.com

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-dev-help@xml.apache.org