Author: breed
Date: Tue Dec 14 20:58:41 2010
New Revision: 1049268
URL: http://svn.apache.org/viewvc?rev=1049268&view=rev
Log:
CMS commit to zookeeper by breed
Added:
zookeeper/site/trunk/content/svn.mdtext (with props)
Added: zookeeper/site/trunk/content/svn.mdtext
URL: http://svn.apache.org/viewvc/zookeeper/site/trunk/content/svn.mdtext?rev=1049268&view=auto
==============================================================================
--- zookeeper/site/trunk/content/svn.mdtext (added)
+++ zookeeper/site/trunk/content/svn.mdtext Tue Dec 14 20:58:41 2010
@@ -0,0 +1,33 @@
+Title: Version Control
+Notice: Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements. See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership. The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License. You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied. See the License for the
+ specific language governing permissions and limitations
+ under the License.
+
+#ZooKeeper Version Control System
+
+The ZooKeeper source code resides in the Apache Subversion (SVN) repository.
+The command-line SVN client can be obtained [here](http://subversion.tigris.org/project_packages.html).
+The TortoiseSVN GUI client for Windows can be obtained [here](http://tortoisesvn.tigris.org/).
+There are also SVN plugins available for both [Eclipse](http://subclipse.tigris.org/) and
[IntelliJ IDEA](http://svnup.tigris.org/).
+
+##Web Access (read-only)
+The source code can be browsed via the Web at [http://svn.apache.org/viewcvs.cgi/zookeeper/](http://svn.apache.org/viewcvs.cgi/zookeeper/).
No SVN client software is required.
+
+##Anonymous Access (read-only)
+The SVN URL for anonymous users is [http://svn.apache.org/repos/asf/zookeeper/](http://svn.apache.org/repos/asf/zookeeper/).
Instructions for anonymous SVN access are here.
+
+##Committer Access (read-write)
+The SVN URL for committers is [https://svn.apache.org/repos/asf/zookeeper/](https://svn.apache.org/repos/asf/zookeeper/).
Instructions for committer SVN access are here.
\ No newline at end of file
Propchange: zookeeper/site/trunk/content/svn.mdtext
------------------------------------------------------------------------------
svn:eol-style = native
|