info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with Symbolic link & LockDir


From: Srinivas P Shenoy
Subject: Problem with Symbolic link & LockDir
Date: 29 Nov 2002 09:17:09 +0530

Hi,

  We have our repositories located in /home/cvs/.

  There is a symbolic link created to this path called /cvs

  which is used by all with the pserver.

   our CVSROOT env variable is set like this.

 setenv CVSROOT :pserver:address@hidden:/cvs

 We have added in the CVSROOT/config file,

 LockDir=/usr/local/cvslock  which is having full permissions for all.

 Now after adding the LockDir,

 when we try to check out  with a tag we are getting the following  
 error.

cvs co -r REL_1_0 my_module

******************** error msg **************************
 cvs [server aborted]: received abort signal
cvs: lock.c:177: lock_name: Assertion `(__extension__
(__builtin_constant_p (strlen (current_parsed_root->directory)) &&
((__builtin_constant_p (repository) && strlen (repository) < ((size_t)
(strlen (current_parsed_root->directory)))) || (__builtin_constant_p
(current_parsed_root->directory) && strlen
(current_parsed_root->directory) < ((size_t) (strlen
(current_parsed_root->directory))))) ? __extension__ ({ size_t __s1_len,
__s2_len; (__builtin_constant_p (repository) && __builtin_constant_p
(current_parsed_root->directory) && (__s1_len = strlen (repository),
__s2_len = strlen (current_parsed_root->directory), (!((size_t)(const
void *)((repository) + 1) - (size_t)(const void *)(repository) == 1) ||
__s1_len >= 4) && (!((size_t)(const void
*)((current_parsed_root->directory) + 1) - (size_t)(const void
*)(current_parsed_root->directory) == 1) || __s2_len >= 4)) ? memcmp
((__const char *) (repository), (__const char *)
(current_parsed_root->directory), (__s1_len < __s2_len ? __s1_len :
__s2_len) + 1) : (__builtin_constant_p (repository) && ((size_t)(const
void *)((repository) + 1) - (size_t)(const void *)(repository) == 1) &&
(__s1_len = strlen (repository), __s1_len < 4) ? (__builtin_constant_p
(current_parsed_root->directory) && ((size_t)(const void
*)((current_parsed_root->directory) + 1) - (size_t)(const void
*)(current_parsed_root->directory) == 1) ? (__extension__ ({ register
int __result = (((__const unsigned char *) (__const char *)
(repository))[0] - ((__const unsigned char *) (__const char
*)(current_parsed_root->directory))[0]); if (__s1_len > 0 && __result ==
0) { __result = (((__const unsigned char *) (__const char *)
(repository))[1] - ((__const unsigned char *) (__const char *)
(current_parsed_root->directory))[1]); if (__s1_len > 1 && __result ==
0) { __result = (((__const unsigned char *) (__const char *)
(repository))[2] - ((__const unsigned char *) (__const char *)
(current_parsed_root->directory))[2]); if (__s1_len > 2 && __result ==
0) __result = (((__const unsigned char *) (__const char *)
(repository))[3] - ((__const unsigned char *) (__const char *)
(current_parsed_root->directory))[3]); } } __result; })) :
(__extension__ ({ __const unsigned char *__s2 = (__const unsigned char
*) (__const char *) (current_parsed_root->directory); register int
__result = (((__const unsigned char *) (__const char *) (repository))[0]
- __s2[0]); if (__s1_len > 0 && __result == 0) { __result = (((__const
unsigned char *) (__const char *) (repository))[1] - __s2[1]); if
(__s1_len > 1 && __result == 0) { __result = (((__const unsigned char *)
(__const char *) (repository))[2] - __s2[2]); if (__s1_len > 2 &&
__result == 0) __result = (((__const unsigned char *) (__const char *)
(repository))[3] - __s2[3]); } } __result; }))) : (__builtin_constant_p
(current_parsed_root->directory) && ((size_t)(const void
*)((current_parsed_root->directory) + 1) - (size_t)(const void
*)(current_parsed_root->directory) == 1) && (__s2_len = strlen
(current_parsed_root->directory), __s2_len < 4) ? (__builtin_constant_p
(repository) && ((size_t)(const void *)((repository) + 1) -
(size_t)(const void *)(repository) == 1) ? (__extension__ ({ register
int __result = (((__const unsigned char *) (__const char *)
(repository))[0] - ((__const unsigned char *) (__const char
*)(current_parsed_root->directory))[0]); if (__s2_len > 0 && __result ==
0) { __result = (((__const unsigned char *) (__const char *)
(repository))[1] - ((__const unsigned char *) (__const char *)
(current_parsed_root->directory))[1]); if (__s2_len > 1 && __result ==
0) { __result = (((__const unsigned char *) (__const char *)
(repository))[2] - ((__const unsigned char *) (__const char *)
(current_parsed_root->directory))[2]); if (__s2_len > 2 && __result ==
0) __result = (((__const unsigned char *) (__const char *)
(repository))[3] - ((__const unsigned char *) (__const char *)
(current_parsed_root->directory))[3]); } } __result; })) :
(__extension__ ({ __const unsigned char *__s1 = (__const unsigned char
*) (__const char *) (repository); register int __result = __s1[0] -
((__const unsigned char *) (__const char *)
(current_parsed_root->directory))[0]; if (__s2_len > 0 && __result == 0)
{ __result = (__s1[1] - ((__const unsigned char *) (__const char *)
(current_parsed_root->directory))[1]); if (__s2_len > 1 && __result ==
0) { __result = (__s1[2] - ((__const unsigned char *) (__const char *)
(current_parsed_root->directory))[2]); if (__s2_len > 2 && __result ==
0) __result = (__s1[3] - ((__const unsigned char *) (__const char *)
(current_parsed_root->directory))[3]); } } __result; }))) : strcmp
(repository, current_parsed_root->directory)))); }) : strncmp
(repository, current_parsed_root->directory, strlen
(current_parsed_root->directory)))) == 0' failed.


 Has any one seen this error before ?
 Is the any work around for this ? or we need to change /cvs to
/home/cvs ??

 the version of cvs we are using is 

Concurrent Versions System (CVS) 1.11.1p1 (client/server)

Thanks in Advance,
Regards,
Srinivas.







reply via email to

[Prev in Thread] Current Thread [Next in Thread]