|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Interesting to compare with behaviour of gnu cvs client.
Regular cvs behaviour (generally but upon update in particular) is to ignore symlinks.
See function special_file_mismatch in update.c (and function islink in filesubr.c) in cvs source code.
http://cvs.savannah.gnu.org/viewvc/cvs/ccvs/src/update.c?revision=HEAD&view=markup
Probably the same should be done by jenkins CVS Plugin.
Otherwise would need to add intelligence on finding symlink loops.