[Serdev] minor postgres patches

'Jan Janak' jan at iptel.org
Fri Jul 25 17:02:34 UTC 2003


Greg,

On 25-07 11:33, Greg Fausak wrote:
> That's right.
> 
> I guess that is personal preference.

 No, I was speaking of installing packages. If you install postgres
 development files from a package then it gets installed into
 /usr/include...

 If you install it from sources then it usually gets installed
 into /usr/local (this is usually the default).

 Anyway, you can safely add both directories and it will work, that's
 what Alex was proposing in his patch.
 
> Is there a document somewhere that will describe how to:
> 
> 1) check out, modify and check in to the bleeding edge version.

  export CVS_RSH=ssh
  export CVSROOT=:ext:<your_username>@cvs.berlios.de:/cvsroot/ser

  cvs co sip_router
 
  ... do your changes to postgres module ...

  cd sip_router/modules
  cvs ci postgres

  enter some meaningful comment of your changes when vi pops up (always
  include the comment).
  
> 2) check out, modify and check in to the stable version.

  rm -rf sip_router (this is to remove the unstable version so you are
  not confused).

  cvs co -r rel_0_8_11 sip_router

  the rest is same as for unstable version.

    Jan.




More information about the Serdev mailing list