Author: rgardler
Date: Mon Mar 28 17:32:13 2011
New Revision: 1086305

URL: http://svn.apache.org/viewvc?rev=1086305&view=rev
Log:
Some notes on building a dev environment

Added:
    incubator/wookie/site/trunk/content/wookie/docs/develop.mdtext   (with 
props)

Added: incubator/wookie/site/trunk/content/wookie/docs/develop.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/content/wookie/docs/develop.mdtext?rev=1086305&view=auto
==============================================================================
--- incubator/wookie/site/trunk/content/wookie/docs/develop.mdtext (added)
+++ incubator/wookie/site/trunk/content/wookie/docs/develop.mdtext Mon Mar 28 
17:32:13 2011
@@ -0,0 +1,49 @@
+Title:     Developing Apache Wookie
+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.
+
+We strongly encourage you to participate in the development of Apache Wookie. 
We need help 
+in all areas, not just code development, so don't be afraid to join our 
mailing list and
+get busy. This page describes some the common workflows for developers, 
hopefully you are not a
+developer and will help us document workflows for non-developer contributors.
+
+# Code Development
+
+Since you will be working as part of a heterogeneous development community we 
need to ensure that all of us
+the code in our repositories is formatted in a consistent and manageable way. 
You are free to use whatever 
+development environment you prefer but please configure it as follows.
+
+## Subversion EOL Style
+
+We provide a configuration file for [SVN EOL 
Style](http://www.apache.org/dev/svn-eol-style.txt).
+
+The contents of this file need to be added to the bottom of your Subversion 
config file.
+
+On Linux based systems this is in ~/.subversion/config
+
+On Windows this is normally found at C:\Documents and 
Settings\{username}\Application Data\Subversion\config
+
+## Miscellaneous
+
+This section includes some additional notes that might be useful to some 
developers.
+
+### Bug in Subversion 1.6 on GNOME
+
+There is currently a bug in the new support for GNOME keyring in Subversion 
1.6. It works OK when using the 
+command line, but not when other users of the libraries use it, such as 
Subclipse. You can
+find more information on the 
[Subclipse](http://subclipse.tigris.org/wiki/JavaHL#head-3a1d2d3c54791d2d751794e5d6645f1d77d95b32)
+site, which also documents a workaround.
\ No newline at end of file

Propchange: incubator/wookie/site/trunk/content/wookie/docs/develop.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to