bugCVS source download/sync access from behind firewall - Bugs: bug #13699, Incomplete synchronization - when...

 
 

bug #13699: Incomplete synchronization - when removing files

Submitted by:  None
Submitted on:  Fri 08 Jul 2005 07:45:24 PM UTC  
 
Category: NoneSeverity: 3 - Normal
Item Group: NoneStatus: None
Privacy: PublicAssigned to: None
Open/Closed: Open

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Fri 08 Jul 2005 07:45:24 PM UTC, original submission:

From: 'a happy cvsget user'

I use cvsget regularly to update my emacs from Savannah and it works great. The following is a minor issue that I got around before by cleaning everything out and getting all the files fresh, but maybe changing this will simplify things.

The following error repeats if I rerun cvsget.

$ cvsget.pl
$cvsroot = /net/sf05/data2/users/c/local/src/
Getting [emacs] package: emacs/
Removing /net/sf05/data2/users/c/local/src/emacs/emacs/etc/tasks.texi
Removing /net/sf05/data2/users/c/local/src/emacs/emacs/lisp/international/iso-swed.el
Error: Incomplete synchronization

These two files seemed to be stuck in cvsdata with an 'r' status.
I added this to sub DoDeletions, and it seemed to clear up the error, but I only tried it with $use_mt=1. (line numbers in diff are off from original version due to some comments I added. My cvshash update could probably be written better.)

      • /net/sf05/data2/users/c/cvsget.pl.b4_try_to_fix_corrupt_message Mon Feb 14 12:05:12 2005

--- /net/sf05/data2/users/c/cvsget.pl Fri Jul 8 10:59:43 2005
***************

      • 587,592 ****

--- 587,600 ----
unlink("$packageroot$_");
}
$$flag='d';
+ $harr[0][2] = $$flag;
+ $cvshash{$_} = @harr;
+
+ if($use_mt){
+ $statushash{$_}=$$flag;
+ }
+
+
}
return(0);
}

Thanks!

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

Do you think this task is very important?
If so, you can click here to add your encouragement to it.
This task has 0 encouragements so far.

Only logged-in users can vote.

 

Please enter the title of George Orwell's famous dystopian book (it's a date):

 

 

No Changes Have Been Made to This Item

Back to the top


Powered by Savane 3.1-cleanup1