[DOCS] Quick help with CVS?

2003-10-22 Thread Josh Berkus
Folks, I can't seem to find the CVS command for telling a single file to revert to the version in the repository. Help? -- -Josh Berkus Aglio Database Solutions San Francisco ---(end of broadcast)--- TIP 2: you can get off all lists at once w

Re: [DOCS] Quick help with CVS?

2003-10-22 Thread Peter Eisentraut
Josh Berkus writes: > I can't seem to find the CVS command for telling a single file to revert to > the version in the repository. Help? It would normally be cvs update -A filename, but the postgresql.org CVS server doesn't support this. So I suggest 'rm && cvs update'. -- Peter Eisentraut

Re: [DOCS] Quick help with CVS?

2003-10-22 Thread Roberto Mello
On Wed, Oct 22, 2003 at 02:49:27PM -0700, Josh Berkus wrote: > Folks, > > I can't seem to find the CVS command for telling a single file to revert to > the version in the repository. Help? If you don't care about yor modifications, you can just rm the file then "cvs update -Pd" to re-add it fro

[DOCS] Why do we have "gcc default optimizations" docs?

2003-10-22 Thread Tom Lane
Does anyone remember the reason why we have this chapter in our docs? http://developer.postgresql.org/docs/postgres/compiler.html I have a suspicion that this is left over from some ancient time when it was actually necessary to hack gcc in order to build Postgres successfully. I can't imagine wh

Re: [DOCS] Quick help with CVS?

2003-10-22 Thread Marc G. Fournier
On Thu, 23 Oct 2003, Peter Eisentraut wrote: > Josh Berkus writes: > > > I can't seem to find the CVS command for telling a single file to revert to > > the version in the repository. Help? > > It would normally be cvs update -A filename, but the postgresql.org CVS Huh? Works for me: %cvs up