You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Erik Hatcher <er...@ehatchersolutions.com> on 2005/02/02 21:20:09 UTC

Subversion conversion

The conversion to Subversion is complete.  The new repository is 
available to users read-only at:

	http://svn.apache.org/repos/asf/lucene/java/trunk

Besides /trunk, there is also /branches and /tags.  /tags contains all 
the CVS tags made so that you could grab a snapshot of a previous 
version.  /trunk is analogous to CVS HEAD.  You can learn more about 
the Apache repository configuration here and how to use the 
command-line client to check out the repository:

	http://www.apache.org/dev/version-control.html

Learn about Subversion, including the complete O'Reilly Subversion book 
in electronic form for free here:

	http://subversion.tigris.org

For committers, check out the repository using https and your Apache 
username/password.

The Lucene sandbox has been integrated into our single Subversion 
repository, under /java/trunk/sandbox:

	http://svn.apache.org/repos/asf/lucene/java/trunk/sandbox/

The Lucene CVS repositories have been locked for read-only.

If there are any issues with this conversion, let me know and I'll 
bring them to the Apache infrastructure group.

	Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org


Re: Subversion conversion

Posted by Paul Elschot <pa...@xs4all.nl>.
On Wednesday 02 February 2005 21:20, Erik Hatcher wrote:
> The conversion to Subversion is complete.  The new repository is 
> available to users read-only at:
> 
> 	http://svn.apache.org/repos/asf/lucene/java/trunk
>

Great. I just checked out the trunk:

Checked out revision 151042.

So much for the few minutes instead of hours,

Paul Elschot.


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org


Re: Subversion conversion

Posted by aurora <au...@gmail.com>.
Subversion rocks!

I have just setup the Windows svn client TortoiseSVN with my favourite  
file manager Total Commander 6.5. The svn status and commands are readily  
integrated with the file manager. Offline diff and revert are two things I  
really like from svn.


> The conversion to Subversion is complete.  The new repository is  
> available to users read-only at:
>
> 	http://svn.apache.org/repos/asf/lucene/java/trunk
>
> Besides /trunk, there is also /branches and /tags.  /tags contains all  
> the CVS tags made so that you could grab a snapshot of a previous  
> version.  /trunk is analogous to CVS HEAD.  You can learn more about the  
> Apache repository configuration here and how to use the command-line  
> client to check out the repository:
>
> 	http://www.apache.org/dev/version-control.html
>
> Learn about Subversion, including the complete O'Reilly Subversion book  
> in electronic form for free here:
>
> 	http://subversion.tigris.org
>
> For committers, check out the repository using https and your Apache  
> username/password.
>
> The Lucene sandbox has been integrated into our single Subversion  
> repository, under /java/trunk/sandbox:
>
> 	http://svn.apache.org/repos/asf/lucene/java/trunk/sandbox/
>
> The Lucene CVS repositories have been locked for read-only.
>
> If there are any issues with this conversion, let me know and I'll bring  
> them to the Apache infrastructure group.
>
> 	Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org


Re: Subversion conversion

Posted by Garrett Rooney <ro...@electricjellyfish.net>.
Daniel Naber wrote:
> On Wednesday 02 February 2005 21:20, Erik Hatcher wrote:
> 
> 
>>For committers, check out the repository using https and your Apache
>>username/password.
> 
> 
> I guess this is the password one uses to log into cvs.apache.org with ssh? 
> Then it doesn't work for me, I can check out stuff but not commit.  I get 
> an authorization error:
> 
> 
>>svn ci BooleanClause.java
> 
> Sending        BooleanClause.java
> Authentication realm: <https://svn.apache.org:443> ASF Committers
> Password for 'dnaber':
> 
> When I now enter my password it just asks again for username and password. 
> When I stop using Ctrl-C I get "authorization failed 
> (https://svn.apache.org)".

You need to log in to svn.apache.org and run svnpasswd to set your 
password.  See http://www.apache.org/dev/version-control.html for details.

-garrett

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


Re: Subversion conversion

Posted by Daniel Naber <da...@t-online.de>.
On Wednesday 02 February 2005 21:20, Erik Hatcher wrote:

> For committers, check out the repository using https and your Apache
> username/password.

I guess this is the password one uses to log into cvs.apache.org with ssh? 
Then it doesn't work for me, I can check out stuff but not commit.  I get 
an authorization error:

> svn ci BooleanClause.java
Sending        BooleanClause.java
Authentication realm: <https://svn.apache.org:443> ASF Committers
Password for 'dnaber':

When I now enter my password it just asks again for username and password. 
When I stop using Ctrl-C I get "authorization failed 
(https://svn.apache.org)".

Regards
 Daniel

-- 
http://www.danielnaber.de

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