Re: [cl-cookbook-contrib] cl-cookbook CHANGELOG,1.10,1.11 index.html,1.12,1.13
Brought to you by:
jthing
From: Edi W. <ed...@ag...> - 2002-06-24 00:39:50
|
Nick Levine <nd...@ra...> writes: > Edi, > > I don't _think_ I am acting as the anonymous user. Can you spot my > mistake at all? This is driving me nuts - I set aside a day yesterday > to work on the cl-cookbook and spent most of it fighting CVS. > > Alas! > > - nick > > ------------------ > > /p4/user/ndl/lisp/cookbook $ cvs -z3 -d:pserver:nic...@cv...:/cvsroot/cl-cookbook login > (Logging in to nic...@cv...) > CVS password: ***** > > /p4/user/ndl/lisp/cookbook $ cvs -z3 -d:pserver:nic...@cv...:/cvsroot/cl-cookbook co cl-cookbook > cvs server: Updating cl-cookbook > U cl-cookbook/.emacs > U cl-cookbook/CHANGELOG > U cl-cookbook/dates_and_times.html > U cl-cookbook/ffi.html > U cl-cookbook/files.html > U cl-cookbook/functions.html > U cl-cookbook/hashes.html > U cl-cookbook/index.html > U cl-cookbook/io.html > U cl-cookbook/license.html > U cl-cookbook/os.html > U cl-cookbook/packages.html > U cl-cookbook/pattern_matching.html > U cl-cookbook/process.html > U cl-cookbook/sockets.html > U cl-cookbook/strings.html > U cl-cookbook/windows.html > /p4/user/ndl/lisp/cookbook $ > > Now I edit my files... > > /p4/user/ndl/lisp/cookbook $ ls -ltr cl-cookbook/ > total 161 > -rw-r--r-- 1 nick None 28849 May 22 00:24 windows.html > -rw-r--r-- 1 nick None 22917 May 22 00:24 strings.html > -rw-r--r-- 1 nick None 1242 May 22 00:24 pattern_matching.html > -rw-r--r-- 1 nick None 2000 May 22 00:24 packages.html > -rw-r--r-- 1 nick None 1846 May 22 00:24 license.html > -rw-r--r-- 1 nick None 7509 May 22 00:24 io.html > -rw-r--r-- 1 nick None 13703 May 22 00:24 hashes.html > -rw-r--r-- 1 nick None 8838 May 22 00:24 functions.html > -rw-r--r-- 1 nick None 11542 May 22 00:24 files.html > -rw-r--r-- 1 nick None 7601 May 22 00:24 ffi.html > -rw-r--r-- 1 nick None 12733 May 22 00:24 dates_and_times.html > -rw-r--r-- 1 nick None 17693 May 23 20:18 sockets.html > drwxr-xr-x 2 nick None 4096 Jun 22 16:13 CVS > -rw-r--r-- 1 nick None 1635 Jun 22 16:14 process.html > -rw-r--r-- 1 nick None 3814 Jun 22 16:14 os.html > -rw-r--r-- 1 nick None 6654 Jun 22 16:14 index.html > -rw-r--r-- 1 nick None 3729 Jun 22 16:14 CHANGELOG > /p4/user/ndl/lisp/cookbook $ cvs -z3 -d:pserver:nic...@cv...:/cvsroot/cl-cookbook ci -m /tmp/cvs610901e2.1 > cvs commit: Examining cl-cookbook > cvs [server aborted]: "commit" requires write access to the repository > /p4/user/ndl/lisp/cookbook $ Hey Nick! You're using the "-d:pserver:..." method while Sourceforge wants you to use "-d:ext:..." (with CVS_RSH set to "ssh"), this could be it. If it isn't, here's another idea: Could you check your CVS/Root file? I thin that if you've checked out the CVS files as the anonymous user it'll stay that way even if you've used your real account later on. See this example: edi@bird:~ > cvs -d:pserver:ano...@cv...:/cvsroot/cl-cookbook login Logging in to :pserver:ano...@cv...:2401/cvsroot/cl-cookbook CVS password: edi@bird:~ > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/cl-cookbook co cl-cookbook cvs server: Updating cl-cookbook U cl-cookbook/.emacs U cl-cookbook/CHANGELOG U cl-cookbook/dates_and_times.html U cl-cookbook/ffi.html U cl-cookbook/files.html U cl-cookbook/functions.html U cl-cookbook/hashes.html U cl-cookbook/index.html U cl-cookbook/io.html U cl-cookbook/license.html U cl-cookbook/os.html U cl-cookbook/packages.html U cl-cookbook/pattern_matching.html U cl-cookbook/process.html U cl-cookbook/sockets.html U cl-cookbook/strings.html U cl-cookbook/windows.html edi@bird:~ > cvs -z3 -d:ext:nh...@cv...:/cvsroot/cl-cookbook co cl-cookbook cvs server: Updating cl-cookbook edi@bird:~ > cat cl-cookbook/CVS/Root :pserver:ano...@cv...:/cvsroot/cl-cookbook The last line should have been: :ext:nh...@cv...:/cvsroot/cl-cookbook If that's not the reason I have no other idea. (You might want to send the changes to me so I can check them in as an intermediate solution.) Cheers, Edi. |