Re: PHP epository at github.com
[email protected] (Simon Westcott) Mon, 18 May 2009 10:20:20 +0100
| Newsgroups | svn.migration |
|---|---|
| Message-ID | <[email protected]> |
Johannes Schlüter wrote: > Hi, > > for folks who want to see how a project of PHP's size feels on github > I've created http://github.com/johannes/php-src/tree/master you can > either fork it and ask to get your changes pulled or ping me to become a > "Repository Collaborator" so you can directly write there (without any > further ACLs) > > johannes > > Hi Johannes, At work a few colleagues are migrating us from CVS to Git. We're finding that porting partial branches over to an atomic RCS such as Git is proving to be tricky. For example when only a single file within a CVS repo is branched our current migration process concludes that any files not existing on a branch should be removed as part of that commit. Does that make sense? Anyway, I'd be interested to know if you had the same problem and how you overcame it? Regards, Simon Westcott