/[cvs]/ccvs/src/import.c
ViewVC logotype

Diff of /ccvs/src/import.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.133.4.14 by dprice, Wed Mar 9 19:47:15 2005 UTC revision 1.133.4.15 by scjones, Wed Aug 31 01:37:23 2005 UTC
# Line 451  import_descend (message, vtag, targc, ta Line 451  import_descend (message, vtag, targc, ta
451      ign_add_file (CVSDOTIGNORE, 1);      ign_add_file (CVSDOTIGNORE, 1);
452      wrap_add_file (CVSDOTWRAPPER, 1);      wrap_add_file (CVSDOTWRAPPER, 1);
453    
454        if (!current_parsed_root->isremote)
455            lock_dir_for_write (repository);
456    
457      if ((dirp = CVS_OPENDIR (".")) == NULL)      if ((dirp = CVS_OPENDIR (".")) == NULL)
458      {      {
459          error (0, errno, "cannot open directory");          error (0, errno, "cannot open directory");
# Line 533  import_descend (message, vtag, targc, ta Line 536  import_descend (message, vtag, targc, ta
536          (void) CVS_CLOSEDIR (dirp);          (void) CVS_CLOSEDIR (dirp);
537      }      }
538    
539        if (!current_parsed_root->isremote)
540            Lock_Cleanup ();
541    
542      if (dirlist != NULL)      if (dirlist != NULL)
543      {      {
544          Node *head, *p;          Node *head, *p;

Legend:
Removed from v.1.133.4.14  
changed lines
  Added in v.1.133.4.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26