Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2015 14:10:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 203355] www/mod_scgi: Update to 1.14 (And mark UnBROKEN)
Message-ID:  <bug-203355-13-7wxl7Rey7K@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203355-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203355-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203355

Chris Hutchinson <portmaster@bsdforge.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |portmaster@bsdforge.com

--- Comment #20 from Chris Hutchinson <portmaster@bsdforge.com> ---
(In reply to Walter Schwarzenfeld from comment #19)
> "." is what I fetched with svn co
> https://svn0.us-east.freebsd.org/ports/head/www/mod_scgi. ../ is the
> modified port.

Ahh. I see what you're saying. :)

I think it might be easier to try as follows:

$ svn co --depth empty svn://svn.freebsd.org/ports/head 2015-09-29
$ svn up --set-depth empty 2015-09-29/www
$ svn up 2015-09-29/www/scgi

Then add / edit / ...

If you added files (patches, etc...) you'll need to svn add
(see man svn for more info).

When you're finished editing, you should be able to:

$ cd 2015-09-29/www
$ svn diff > 2015-09-29.diff

There is no reason you can't work from an arbitrary directory
to perform your work. The only stipulation is the you perform all
your work in the SAME directory. :)

--Chrisa

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-203355-13-7wxl7Rey7K>