Use this command to anonymously check out the latest project source code:
# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout *http*://jeasyuml.googlecode.com/svn/trunk/ jeasyuml-read-only
For committing the code, lets first decide the direction and plan of action
through this list and then when you develop a feature or task you can commit
either a patch or a direct commit as is appropriate.
Actually we have decided to develop this project in IntelliJ IDEA 8 [1] as
we have a open source license for this IDE for this project. We will learn
this IDE through this project and we can learn the features provided by this
IDE while developing.
All the developers should download the IntelliJ IDE and keep it installed on
workstations. If someone can figure out how to checkout a SVN project in
that IDE and post the steps here it will be useful for all.
> Use this command to anonymously check out the latest project source code:
> # Non-members may check out a read-only working copy anonymously over
> HTTP.
> svn checkout *http*://jeasyuml.googlecode.com/svn/trunk/jeasyuml-read-only
> For committing the code, lets first decide the direction and plan of action
> through this list and then when you develop a feature or task you can commit
> either a patch or a direct commit as is appropriate.