Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
h3. Subversion Access

...



The Java SCA project Subversion repository is located at [https://svn.apache.org/repos/asf/incubator/tuscany/java/sca].

...



The respository can also be viewed online at [http://svn.apache.org/viewvc/incubator/tuscany/java/

...

]

Anyone can check code out of Subversion. You only need to specify a username and password in order to update the Subversion repository, and only Tuscany committers have the permissions to do so.

...

 

*Check out from Subversion

...

*

Use a command like:

...



{code|borderStyle=solid}
svn checkout https://svn.apache.org/repos/asf/incubator/tuscany/java/sca

...


{code}

*Commit Changes to Subversion*
Any Tuscany committer should have a shell account on svn.apache.org. Before you can commit, you'll need to set a Subversion password for yourself. To do that, log in to svn.apache.org and run the command svnpasswd.

...



Once your password is set, you can use a command like this to commit:

...



{{svn commit

...

}}

If Subversion can't figure out your username, you can tell it explicitly:

...



{{svn --username you commit

...

}}
Subversion will prompt you for a password, and once you enter it once, it will remember it for you. Note this is the password you configured with svnpasswd, not your shell or other password.

...



3. Getting Setup