Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2012-11-12 23:10:04 +0400
committerAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2012-11-12 23:10:04 +0400
commit8f45b386f24fd824a7db294e3e6b805ac260fef2 (patch)
tree3db22cec5f63e554c7b2fd91228e6fee9ce9307d
parent56e7a6a713c7b503bfa4d4fc7c60490635e20165 (diff)
add README.md (on how to maintain source tree imports and branches).
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7d86f69
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+This is a partial import of rx.codeplex.com for mono.
+
+Since rx.codeplex.com is massive and we only need partial source tree of it
+(and due to some checkout failure on Linux [*1]), we set up another
+repository for mono submodule.
+
+This tree is hence manually imported. Though it is somewhat easy to maintain:
+we can cherry-pick changes only in Rx.NET in the rx.codeplex.com.
+Mostly we would not need to copy sources from the original treemanually,
+but sometimes we do when a checkout involves other directories than Rx.NET.
+
+For every original release, we should import the updates and commit to
+this master, then create a branch for each release and *then* apply our
+local changes (which is minimum but required) to the branch.
+
+[*1] http://codeplex.codeplex.com/workitem/26133