Problem with VCS-Connection
Hi,
TeamCity has problems to get the sources for a project.
Any comments/ideas?
Thanks,
Johannes Schneider
cvs: :pserver:shake@cvs.dev.java.net:/cvs jide-springrcp
lock.c:223: failed assertion `strncmp (repository,
current_parsed_root->directory, strlen (current_parsed_root->directory))
== 0' cvs : received abort signal lock.c:223: failed
assertion `strncmp (repository, current_parsed_root->directory, strlen
(current_parsed_root->directory)) == 0' cvs : received
abort signal
jetbrains.buildServer.vcs.VcsException: lock.c:223: failed
assertion `strncmp (repository, current_parsed_root->directory, strlen
(current_parsed_root->directory)) == 0'
cvs : received abort signal
lock.c:223: failed assertion `strncmp (repository,
current_parsed_root->directory, strlen (current_parsed_root->directory))
== 0'
cvs : received abort signal
at
jetbrains.buildServer.buildTriggers.vcs.cvs.RLogCommandExecutor.executeRLogCommand(RLogCommandExecutor.java:32)
at
jetbrains.buildServer.buildTriggers.vcs.cvs.CvsChangesProvider.collectChanges(CvsChangesProvider.java:14)
at
jetbrains.buildServer.buildTriggers.vcs.cvs.CvsSupport.collectRowChanges(CvsSupport.java:26)
at
jetbrains.buildServer.buildTriggers.vcs.cvs.CvsSupport.extractCompletedChanges(CvsSupport.java:97)
at
jetbrains.buildServer.buildTriggers.vcs.cvs.CvsSupport.collectBuildChanges(CvsSupport.java:236)
at
jetbrains.buildServer.buildTriggers.vcs.VcsChangesLoader.loadChanges(VcsChangesLoader.java:29)
at
jetbrains.buildServer.serverSide.impl.ProjectImpl.loadChanges(ProjectImpl.java:34)
at
jetbrains.buildServer.serverSide.impl.ProjectImpl.checkForModifications(ProjectImpl.java:104)
at
jetbrains.buildServer.serverSide.impl.BuildServerImpl$6.run(BuildServerImpl.java:7)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
Please sign in to leave a comment.
Hello Johannes,
unfortunately TeamCity does not support working with this cvs version at the
moment (actually, this cvs version does not support rlog being used in
TeamCity)
--
Olesya Smirnova
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Johannes Schneider" <shake@web.de> wrote in message
news:ejlbh4$6re$1@is.intellij.net...
>
>
>
>
>
>
>
Hi,
I think I didn't understand you correctly. TeamCity is not able to check
out sources from java.net?
Johannes Schneider
Olesya Smirnova wrote:
TC uses command rlog to find out last changes. This command fails on server.
Try to execute the command:
cvs -d #cvsroot# -h -N -d "2006-09-28<2006-10-28" #module-name#
--
Olesya Smirnova
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
"Johannes Schneider" <shake@web.de> wrote in message
news:ek1u7q$olp$1@is.intellij.net...
>
>
>
>
>> Hello Johannes,
>> unfortunately TeamCity does not support working with this cvs version at
>> the moment (actually, this cvs version does not support rlog being used
>> in TeamCity)
>>