<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -96,10 +96,10 @@ When prompted for a platform, select ruby.
 
 You can check the latest sources from SVN:
 
-  svn co http://svn.apache.org/repos/asf/incubator/buildr/trunk
+  svn co http://svn.apache.org/repos/asf/buildr/trunk
 
 Or browse the SVN repository online:
-http://svn.apache.org/repos/asf/incubator/buildr
+http://svn.apache.org/repos/asf/buildr
 
 If you prefer Git, a Git fork is available from http://github.com/vic/buildr/tree/master:
 </diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -39,7 +39,7 @@ define 'buildr' do
       spec.homepage           = &quot;http://buildr.apache.org&quot;
       spec.rubyforge_project  = 'buildr'
       spec.extra_rdoc_files   = legal
-      spec.rdoc_options &lt;&lt; '--webcvs' &lt;&lt; 'http://svn.apache.org/repos/asf/incubator/buildr/trunk/'
+      spec.rdoc_options &lt;&lt; '--webcvs' &lt;&lt; 'http://svn.apache.org/repos/asf/buildr/trunk/'
       spec.add_dependency 'buildr', '~&gt; 1.3'
     end
 </diff>
      <filename>buildr.buildfile</filename>
    </modified>
    <modified>
      <diff>@@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
   spec.extra_rdoc_files = ['README.rdoc', 'CHANGELOG', 'LICENSE', 'NOTICE']
   spec.rdoc_options     &lt;&lt; '--title' &lt;&lt; &quot;Buildr&quot; &lt;&lt; '--main' &lt;&lt; 'README.rdoc' &lt;&lt;
                            '--line-numbers' &lt;&lt; '--inline-source' &lt;&lt; '-p' &lt;&lt;
-                           '--webcvs' &lt;&lt; 'http://svn.apache.org/repos/asf/incubator/buildr/trunk/'
+                           '--webcvs' &lt;&lt; 'http://svn.apache.org/repos/asf/buildr/trunk/'
 
   # Tested against these dependencies.
   spec.add_dependency 'rake',                 '0.8.3'</diff>
      <filename>buildr.gemspec</filename>
    </modified>
    <modified>
      <diff>@@ -209,7 +209,7 @@ package(:zip).include db
 
 Much better.  We're using the same task twice, but since we're using Rake here, it will only execute once.  In fact, it will only execute if we don't already have a Derby database, or if it detects a change to the SQL file and needs to recreate the database.
 
-p(tip). @Derby.create@ is not part of Buildr, you can get &quot;derby.rake&quot;:http://svn.apache.org/repos/asf/incubator/ode/trunk/tasks/derby.rake here.
+p(tip). @Derby.create@ is not part of Buildr, you can get &quot;derby.rake&quot;:http://svn.apache.org/repos/asf/ode/trunk/tasks/derby.rake here.
 
 Here's another example.  We want to copy some files over as part of the build, and apply a filter to them.  This time, we're going to extend the @build@ task:
 </diff>
      <filename>doc/pages/building.textile</filename>
    </modified>
    <modified>
      <diff>@@ -66,13 +66,13 @@ Did we mention Buildr is an open source project?  In fact, when you install Buil
 
 h3.  SVN
 
-But if you want to work with the latest and greatest, you'll want to check out &quot;Buildr from SVN&quot;:http://svn.apache.org/repos/asf/incubator/buildr:
+But if you want to work with the latest and greatest, you'll want to check out &quot;Buildr from SVN&quot;:http://svn.apache.org/repos/asf/buildr:
 
 {{{!sh
-$ svn co http://svn.apache.org/repos/asf/incubator/buildr/trunk buildr
+$ svn co http://svn.apache.org/repos/asf/buildr/trunk buildr
 }}}
 
-You can also browse the &quot;Buildr repository&quot;:http://svn.apache.org/repos/asf/incubator/buildr.
+You can also browse the &quot;Buildr repository&quot;:http://svn.apache.org/repos/asf/buildr.
 
 h3.  Git
 </diff>
      <filename>doc/pages/contributing.textile</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@ The *official Apache distribution* consists of the digitally signed binaries (ge
 
 In addition, contributors to this project maintain a separate distribution over on &quot;RubyForge&quot;:http://rubyforge.org/projects/buildr.  Using this distribution, you're able to install Buildr directly from the remote gem repository and to automatically upgrade when a new release comes out.  The RubyForge distribution is *not* an official Apache distribution.
 
-The source code is included in both source and binary distribution, the Gem distribution expands the source code into your local Gem repository. That's in addition to getting the source code directly from &quot;SVN&quot;:http://svn.apache.org/repos/asf/incubator/buildr or &quot;GitHub&quot;:http://github.com/vic/buildr/tree/master. Learn more about working with source code and &quot;living on the edge&quot;:contributing.html#living_on_the_edge.
+The source code is included in both source and binary distribution, the Gem distribution expands the source code into your local Gem repository. That's in addition to getting the source code directly from &quot;SVN&quot;:http://svn.apache.org/repos/asf/buildr or &quot;GitHub&quot;:http://github.com/vic/buildr/tree/master. Learn more about working with source code and &quot;living on the edge&quot;:contributing.html#living_on_the_edge.
 
 
 h2.  Binaries and Source Code</diff>
      <filename>doc/pages/download.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>eb7210ed56fe699159da0c8ce33e86d962a36726</id>
    </parent>
  </parents>
  <author>
    <name>Assaf Arkin</name>
    <email>assaf@apache.org</email>
  </author>
  <url>http://github.com/buildr/buildr/commit/5112d52954eba4ca674653449dec892fdf2491fb</url>
  <id>5112d52954eba4ca674653449dec892fdf2491fb</id>
  <committed-date>2009-01-29T13:36:25-08:00</committed-date>
  <authored-date>2009-01-29T13:36:25-08:00</authored-date>
  <message>Updated SVN URL

git-svn-id: https://svn.eu.apache.org/repos/asf/buildr/trunk@739026 13f79535-47bb-0310-9956-ffa450edef68</message>
  <tree>4f0a8873f363bd757c6fdb515899a5c452cd3bba</tree>
  <committer>
    <name>Assaf Arkin</name>
    <email>assaf@apache.org</email>
  </committer>
</commit>
