Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sobkowiak/springdm-in-action-code

Mirror of SpringDM in Action code
https://github.com/sobkowiak/springdm-in-action-code

Last synced: 9 days ago
JSON representation

Mirror of SpringDM in Action code

Awesome Lists containing this project

README

        

# Spring DM in Action - Source Code

This repository is a mirror for the [*Spring DM in Action*][cogoluegnes] source code officially located in [https://code.google.com/p/springdm-in-action/][cogoluegnes-code].

## Cloning and syncing with the SVN repository

To clone this repository, please run following command:

git clone [email protected]:sobkowiak/springdm-in-action-code.git

If you want to track the changes from the original repository please run following commands:

git svn init -s --prefix=origin/ http://springdm-in-action.googlecode.com/svn/
git svn rebase

[cogoluegnes]: http://www.manning.com/cogoluegnes/
[cogoluegnes-code]: https://code.google.com/p/springdm-in-action/