Skip to content

Instantly share code, notes, and snippets.

@RichGuk
Created August 27, 2010 08:50
Show Gist options
  • Save RichGuk/553055 to your computer and use it in GitHub Desktop.
Save RichGuk/553055 to your computer and use it in GitHub Desktop.
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
autocrlf = false
[svn-remote "svn"]
url = http://bacon.server.dev/svn/project
fetch = trunk:refs/remotes/trunk
branches = branches/*:refs/remotes/*
tags = tags/*:refs/remotes/tags/*
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
autocrlf = false
[svn-remote "svn"]
url = http://bacon.server.dev/svn/project
fetch = trunk:refs/remotes/trunk
# /releases branches -- one for each branch, first part is the svn path (relative tu "url") of the branch, the second is the local name of the branch
fetch = releases/myRelease-1.0:refs/remotes/releases/myRelease-1.0
fetch = releases/myRelease-1.1:refs/remotes/releases/myRelease-1.1
fetch = releases/myRelease-1.2:refs/remotes/releases/myRelease-1.2
fetch = releases/myRelease-2.0:refs/remotes/releases/myRelease-2.0
branches = branches/*:refs/remotes/*
tags = tags/*:refs/remotes/tags/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment