Re: [HACKERS] Unable to check out REL7_1 via cvs

2000-12-22 Thread Alfred Perlstein
* Yusuf Goolamabbas [EMAIL PROTECTED] [001222 15:34] wrote: Hi, I am using the following command to check out the 7.1 branch of PostgreSQL. cvs -d :pserver:[EMAIL PROTECTED]:/home/projects/pgsql/cvsroot co -r REL7_1 pgsql This is the error I am getting. cvs [server aborted]: cannot write

Re: [HACKERS] Unable to check out REL7_1 via cvs

2000-12-22 Thread Yusuf Goolamabbas
Nope, no luck with cvs -Rq also. Me thinks its some repository permission issue. Don't know if CVSup would help either. I don't have cvsup installed on this machine. * Yusuf Goolamabbas [EMAIL PROTECTED] [001222 15:34] wrote: Hi, I am using the following command to check out the 7.1 branch

Re: [HACKERS] Unable to check out REL7_1 via cvs

2000-12-22 Thread Tom Lane
Use HEAD. REL7_1 is a tag, not a branch (and a misplaced tag at that, IMHO, since it's not the formal release or even close...) regards, tom lane

Re: [HACKERS] Unable to check out REL7_1 via cvs

2000-12-22 Thread Alfred Perlstein
* Yusuf Goolamabbas [EMAIL PROTECTED] [001222 15:47] wrote: Nope, no luck with cvs -Rq also. Me thinks its some repository permission issue. Don't know if CVSup would help either. I don't have cvsup installed on this machine. CVSup would work, that's what I use. -- -Alfred Perlstein -

Re: [HACKERS] Unable to check out REL7_1 via cvs

2000-12-22 Thread Peter Eisentraut
Yusuf Goolamabbas writes: Hi, I am using the following command to check out the 7.1 branch of PostgreSQL. cvs -d :pserver:[EMAIL PROTECTED]:/home/projects/pgsql/cvsroot co -r REL7_1 pgsql I don't think there is a 7.1 branch yet, there being no 7.1 release yet either. -- Peter Eisentraut