Jump to content

manu

Administrators
  • Posts

    4,599
  • Joined

  • Last visited

  • Days Won

    130

Posts posted by manu

  1. Hi!

     

    If the message is "Invalid password. Review your user/password configuration." make sure the "client.conf" you pasted inside the Plastic SCM client directory is correctly configured.

     

    I think the password is truly wrong and that's the issue.

     

    Make sure  you stop and start teamcity after pasting the client.conf file, and make sure there's not any "cm.exe" process running meanwhile the TC server is stopped.

     

    Best,

    Manu.

  2. Hi Brian,

     

    yes, first you need to be the repository server owner. Open a regular Plastic SCM client, repositories, right click in any of them and select "Repository server permissions" then change the owner to yourself.

     

    Now from the command line you can use the "cm unlock" command in order to remove the pending locks.

     

    Obviously there's an easier way to do it, from the machine having the locks open the Plastic SCM GUI and undo them all. The lock will be released.

  3. Hello Dan,

     

    can you run a "cm lwk" command and post us the result? Can you also tell us the path where you are trying to create the new workspace?

     

    Notice you can't create a new Plastic SCM workspace inside another one, not sure if it's your case.

     

    Best,

    Manu.

  4. Hello Olaf,

     

    I noticed that the web current plugin version is: 

    VCS support: Plastic SCM	SNAPSHOT-201509221250
    

    That's the one it's working for me, it's weird because the plugin was uploaded on Monday so maybe the plugin you are running is still the old one. Please use the new one. I'm attaching it here: com.codicesoftware.plugins.teamcity.PlasticSCM.zip

     

    On the other hand, I'm going to test with the SNAPSHOT-201504131654 one.

    • installing a fresh version of the above mentioned software packages
    • creating a new empty plastic scm repository
    • creating a new TeamCity project with a VCS root that uses the newly created plastic repository
    • creating a build configuration that uses the new VCS root
    • run that build configuration -> TC should check for pending changes, do a server-side checkout, run your build
    • now, add a new file to your repository, checkin the change
    • re-run your teamcity build configuration => StringIndexOutOfBoundsException

     

    So far I can't reproduce it. I'll keep testing it.

×
×
  • Create New...