git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git-svn help for authorsfile
@ 2007-10-18  6:26 Dongsheng Song
  2007-10-18 22:53 ` Sam Vilain
  0 siblings, 1 reply; 2+ messages in thread
From: Dongsheng Song @ 2007-10-18  6:26 UTC (permalink / raw)
  To: git

In general, all svn projects share the same authorsfile, e.g.

[svn]
authorsfile=/path/to/authorsfile

[svn-remote "project-a"]
   url = http://server.org/svn
   branches = branches/*/project-a:refs/remotes/project-a/branches/*
   tags = tags/*/project-a:refs/remotes/project-a/tags/*
   trunk = trunk/project-a:refs/remotes/project-a/trunk

[svn-remote "project-b"]
   url = http://server.org/svn
   branches = branches/*/project-b:refs/remotes/project-b/branches/*
   tags = tags/*/project-b:refs/remotes/project-b/tags/*
   trunk = trunk/project-b:refs/remotes/project-b/trunk

But if  project-a and project-b has same svn id, map to different
user/email, how do I do?

Can we move authorsfile from svn to svn-remote section ?

Thanks for some help,

---
Dongsheng

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-18 22:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-18  6:26 git-svn help for authorsfile Dongsheng Song
2007-10-18 22:53 ` Sam Vilain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).