about summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-05-19 14:10:44 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2015-05-19 14:10:44 +0200
commit27cb3d1f8f37b7c882008d35534477698604935c (patch)
tree05357e071aa3fb8f0bd73d9d487ba6a42c2a0fa2
downloadnetpbm-mirror-meta.tar.gz
netpbm-mirror-meta.tar.xz
netpbm-mirror-meta.zip
README meta
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..d4e0b78f
--- /dev/null
+++ b/README
@@ -0,0 +1,16 @@
+This is a git-svn mirror of netpbm.
+
+Configuration:
+
+[svn-remote "svn"]
+        url = http://svn.code.sf.net/p/netpbm/code
+        fetch = trunk:refs/heads/trunk
+        fetch = advanced:refs/heads/advanced
+        fetch = stable:refs/heads/stable
+        fetch = super_stable:refs/heads/super_stable
+        fetch = userguide:refs/heads/userguide
+        tags = release_number/*:refs/tags/*
+
+To update, run
+
+	git svn fetch