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
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
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
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
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