Skip to content

Commit a10851b

Browse files
authored
Merge pull request #653 from crd/remove_svn_reference
Remove references to deleted googlecode.com domain
2 parents 295a3cd + 635645d commit a10851b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

book/09-git-and-other-scms/sections/client-svn.asc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ If you're working with a team, and some are using SVN and others are using Git,
3030
To demonstrate this functionality, you need a typical SVN repository that you have write access to.
3131
If you want to copy these examples, you'll have to make a writeable copy of my test repository.
3232
In order to do that easily, you can use a tool called `svnsync` that comes with Subversion.
33-
For these tests, we created a new Subversion repository on Google Code that was a partial copy of the `protobuf` project, which is a tool that encodes structured data for network transmission.
3433

3534
To follow along, you first need to create a new local Subversion repository:
3635

@@ -55,7 +54,7 @@ You can now sync this project to your local machine by calling `svnsync init` wi
5554
[source,console]
5655
----
5756
$ svnsync init file:///tmp/test-svn \
58-
http://progit-example.googlecode.com/svn/
57+
http://your-svn-server.example.org/svn/
5958
----
6059

6160
This sets up the properties to run the sync.

0 commit comments

Comments
 (0)