Coder Social home page Coder Social logo

ajmera-infotech / odata4j Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vorburger/odata4j

0.0 2.0 0.0 52.88 MB

odata4j.org - Java Framework for the RESTful Open Data Protocol (OData, odata.org)

Home Page: http://code.google.com/p/odata4j/

odata4j's Introduction

This is a Git repo fork of http://www.odata4j.org (http://code.google.com/p/odata4j/).

It was originally created on and by https://github.com/vorburger/odata4j.

Here is how to keep it in sync with the upstream SVN repository:
	$ git checkout master
	$ git svn rebase

It seems it also possible to commit back to SVN, like this:  (UNTESTED)
	$ git svn dcommit

This is how the initial import from SVN into Git was done,
as per e.g. http://help.github.com/import-from-subversion/ :
	1. created an svn.authorsfile, and manually completed it,
	   as per http://technicalpickles.com/posts/creating-a-svn-authorsfile-when-migrating-from-subversion-to-git/
	2. git svn clone --authors-file=svn.authorsfile -s http://odata4j.googlecode.com/svn/ odata4j
	3. cd odata4j
	4. git branch -a (note branches, and currently checked-out * master)
	5. git svn rebase (should work; if this causes an error, something went wrong)
	6. git gc (reduced it from 166M to 100M)
	7. cp ../svn.authorsfile .; git add svn.authorsfile; git commit -m "Keeping svn.authorsfile used in git svn clone --authors-file"
	8. git remote add origin [email protected]:vorburger/odata4j.git; git push --all; git push --tags

PS: Thanks to https://github.com/blog/626-announcing-svn-support,
and https://github.com/blog/644-subversion-write-support, this
GitHub repository can actually also been accessed as a SVN repository
at e.g. http://svn.github.com/vorburger/odata4j.git

odata4j's People

Contributors

johnspurlock avatar github-rolfa avatar s-trooper avatar kcthota avatar vorburger avatar tonyrozga avatar

Watchers

James Cloos avatar Ajmera Infotech avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.