Re: Getting /usr/src/ from SVN directly?

2011-03-26 Thread Erik Trulsson
On Sat, Mar 26, 2011 at 10:31:39AM -0700, Nerius Landys wrote: > > one could also use the -F switch in connection with mergemaster(8). > > >From mergemaster manpage: > > "If the files differ only by VCS Id ($FreeBSD) install the new file." > > Yes that is exactly what I want, thanks. > > By the

Re: Getting /usr/src/ from SVN directly?

2011-03-26 Thread Artem Belevich
On Sat, Mar 26, 2011 at 10:31 AM, Nerius Landys wrote: > By the way, are there any other ways that are more preferred to get > /usr/src/ than doing what I've done, which is using > devel/subversion-freebsd to checkout head into /usr/src/? Another option would be to use git. Some kind soul mainta

Re: Getting /usr/src/ from SVN directly?

2011-03-26 Thread Alexander Best
On Sat Mar 26 11, Nerius Landys wrote: > > one could also use the -F switch in connection with mergemaster(8). > > >From mergemaster manpage: > > "If the files differ only by VCS Id ($FreeBSD) install the new file." > > Yes that is exactly what I want, thanks. np. > > By the way, are there an

Re: Getting /usr/src/ from SVN directly?

2011-03-26 Thread Nerius Landys
> one could also use the -F switch in connection with mergemaster(8). >From mergemaster manpage: "If the files differ only by VCS Id ($FreeBSD) install the new file." Yes that is exactly what I want, thanks. By the way, are there any other ways that are more preferred to get /usr/src/ than doin

Re: Getting /usr/src/ from SVN directly?

2011-03-26 Thread Alexander Best
On Fri Mar 25 11, Artem Belevich wrote: > --Artem > > > > On Fri, Mar 25, 2011 at 8:05 PM, Nerius Landys wrote: > >> Use devel/subversion-freebsd though so it expands the $FreeBSD$ RCS tag. > > > > I just did that.  I am afraid however that all of my files in /etc > > will have a different RCS

Re: Getting /usr/src/ from SVN directly?

2011-03-25 Thread Artem Belevich
--Artem On Fri, Mar 25, 2011 at 8:05 PM, Nerius Landys wrote: >> Use devel/subversion-freebsd though so it expands the $FreeBSD$ RCS tag. > > I just did that.  I am afraid however that all of my files in /etc > will have a different RCS tag.  For example, I got /usr/src/ via SVN > directly (hea

Re: Getting /usr/src/ from SVN directly?

2011-03-25 Thread Nerius Landys
> Use devel/subversion-freebsd though so it expands the $FreeBSD$ RCS tag. I just did that. I am afraid however that all of my files in /etc will have a different RCS tag. For example, I got /usr/src/ via SVN directly (head, or CURRENT) and did a mergemaster prebuildworld step, and I get this di

Re: Getting /usr/src/ from SVN directly?

2011-03-25 Thread Nerius Landys
> Use devel/subversion-freebsd though so it expands the $FreeBSD$ RCS tag. I was just gonna say. Doing the plain old SVN checkout of head and mergemaster preworld, I noticed that: *** Displaying differences between ./etc/group and installed version: --- /etc/group 2011-03-22 16:45:05.00

Re: Getting /usr/src/ from SVN directly?

2011-03-25 Thread Garrett Cooper
On Mar 25, 2011, at 4:38 PM, Bruce Cran wrote: > On Fri, 25 Mar 2011 16:25:18 -0700 > Nerius Landys wrote: > >> So for example: >> >>> cd /usr/ >>> rm -rf src/ >>> svn checkout svn://some.repos.freebsd.org/src-all/path/to/ ./src > > The hostname is svn.freebsd.org, and the branches are under '

Re: Getting /usr/src/ from SVN directly?

2011-03-25 Thread Bruce Cran
On Fri, 25 Mar 2011 16:25:18 -0700 Nerius Landys wrote: > So for example: > > > cd /usr/ > > rm -rf src/ > > svn checkout svn://some.repos.freebsd.org/src-all/path/to/ ./src The hostname is svn.freebsd.org, and the branches are under 'base' - i.e. base/head, base/stable/8 etc. svn checko

Getting /usr/src/ from SVN directly?

2011-03-25 Thread Nerius Landys
I plan on doing some kernel tweaking on CURRENT. If my changes go well I'll submit my changes to one of the devs. I'm used to getting /usr/src/ via supfile using the "csup" command. I find that it would be a whole lot easier for me to access some sort of anonymous SVN or CVS directly to populate