Thread: Pictures of Working with Eclipse
Hi,
I found the informations provided here http://wiki.postgresql.org/wiki/Working_with_Eclipse is not convenient enough to new comers.
In the 6th step, the CSV information is not practical, "localhost" is meaningless, why not replace it with the real one?
I just found it here http://developer.postgresql.org/pgdocs/postgres/anoncvs.html, and see the connect string
"cvs -d :pserver:anoncvs@anoncvs.postgresql.org:/projects/cvsroot login".
Thanks.
On Fri, 2010-07-09 at 21:18 +0800, Li Jie wrote: > Hi, > > I found the informations provided here > http://wiki.postgresql.org/wiki/Working_with_Eclipse is not convenient > enough to new comers. > > In the 6th step, the CSV information is not practical, "localhost" is > meaningless, why not replace it with the real one? Because it states clearly on the page that it is assumed you have a local copy of the repo. Which can easily be retrieved with rsync. JD