You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by Apache Wiki <wi...@apache.org> on 2005/12/18 18:39:18 UTC

[Jdo Wiki] Update of "SubversionRepository" by MichelleCaisse

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jdo Wiki" for change notification.

The following page has been changed by MichelleCaisse:
http://wiki.apache.org/jdo/SubversionRepository

------------------------------------------------------------------------------
  
  = Web Access =
  
- [http://svn.apache.org/viewcvs/incubator/jdo]
+ [http://svn.apache.org/viewcvs/db/jdo]
  
  = Anonymous access =
  
  Apache JDO source can be checked out anonymously with this command:
  
   {{{
- % svn checkout http://svn.apache.org/repos/asf/incubator/jdo 
+ % svn checkout http://svn.apache.org/repos/asf/db/jdo 
  }}}
  Once you have Apacje JDO checked out you can update the source by executing the following command from within the jdo.
  
@@ -49, +49 @@

  For those users who are stuck behind a corporate firewall which is blocking http access to the Subversion repository, you can try to access it via HTTPS:
  
   {{{
- % svn checkout https://svn.apache.org/repos/asf/incubator/jdo
+ % svn checkout https://svn.apache.org/repos/asf/db/jdo
  }}}
  
  = Access through a proxy =
@@ -80, +80 @@

      
  Everyone can access the Apache JDO Subversion repository via HTTPS, but Apache JDO Committers must checkout the Subversion repository via HTTPS.
   {{{
- % svn checkout https://svn.apache.org/repos/asf/incubator/jdo
+ % svn checkout https://svn.apache.org/repos/asf/db/jdo
  }}}
      
  To commit changes to the repository, you must set your password on the Apache Subversion server.  To set your password, use ssh to connect to svn.apache.org, and enter the command '''svnpasswd'''. This will prompt you to enter a svn password of your choice (pick a safe password).  Now, now your are ready to commit changes using your username/password.  Execute the following command to commit your changes (svn will prompt you for your password)