Plastic SCM is a Distributed Version Control System focused on visualization, usability and enterprise support. It is free for small teams.

learn more… | top users | synonyms

3
votes
2answers
50 views

Using PlasticSCM (or any DVCS client) to connect to TFS

Has anyone used the PlasticSCM client tools to work against a TFS repository? Basically my current client is using the new hosted TFS for version control (not TFS-Git, just standard TFS), but I have ...
1
vote
0answers
22 views

Using git tfs with Plastic SCM Git Sync

Since Plastic SCM talks the Git Protocol, is it possible to configure Plastic to use the "plugins" already available to git? I mean, I can use the: git tfs <parameters here> to make git ...
3
votes
1answer
23 views

PlasticSCM revision tree for multiple files

In the PlasticSCM client GUI, is there a way to view a "joint" 2D revision tree for more than one file? That is, to see all changesets which touched one of a set of files I specify. I can't find a ...
2
votes
3answers
44 views

PlasticSCM Commandline check in

So I am doing some automation of an Access Database project. I run a script to compose or decompose the access database into a stub file and collection of text files that represent the forms queries ...
1
vote
1answer
43 views

Can Plastic SCM server use a network drive?

We are a few developers, working on Windows workstations, who have access to storage on a file server by means of a network drive (say X:). We cannot install any software on the server itself. I was ...
0
votes
1answer
22 views

PlasticSCM - administration using console

In attempting to identify which users have licenses I run a command prompt and execute "CM LI" and the command line sits waiting and never returns. How do I even begin to debug this issue?
1
vote
1answer
60 views

Best practice for deploying testable code to QA

I am attempting to implemtent a way to deploy my compiled assemblies to QA for testing. I have a number of repositories, each of which contain folders with projects and source code, and also a folder ...
0
votes
1answer
115 views

Atalssian Bamboo Remote Agents: Source code checkout with Plastic SCM doesn't work

We use Plastic SCM (www.plasticscm.com) as source code management tool. There is a plugin provided by codice software (Plastic SCM vendir) which works fine with local agents. But on remote agents it ...
1
vote
1answer
140 views

What to migrate to from VSS (Visual SourceSafe)?

I’m looking for revision control software that would successfully substitute Microsoft Visual SourceSafe. I spent many hours reasearching on this subject, but eventually found no appropriate solution. ...
2
votes
1answer
53 views

A few questions about working with writable Xlinks in Plastic SCM

I need some information about working with writable Xlinks. I have two projects, let's call them Project A and Project B. Each project has its own repository: Repo A; and Repo B. Each project also ...
4
votes
1answer
69 views

Workflow with plastic scm in development cycle

I am trying to understand whether Plasticscm can allow the following workflow After a developer has finished their work on a task view, he/she wants to submit it for review to the parent stream Is ...
2
votes
1answer
46 views

Plastic SCM Repository Permission Inheritance/Assignment

I have been evaluating it for some time, testing different scenarios and trying different configurations. During this time, I have deleted and recreated my repositories a number of times. Each time, ...
2
votes
2answers
141 views

Plastic SCM with git in bitbucket

I've my repository in bitbucket, I use source control GIT. I want, if it's posible, use Plastic SCM like client to my repository. How can I do this?
0
votes
1answer
36 views

Can I create a selector file using the Plastic command line utility?

I am attempting to write a batch file for my developers to run that sets up workspaces. The batch file will use Plastic's command line utility, cm.exe. When I create a workspace in the Plastic ...
1
vote
1answer
42 views

Plastic SCM external diff on Mac

I am attempting to set up Araxis diff as my external diff tool on Mac. Command Line Reference: http://www.araxis.com/merge_mac/command_line.html I have set up a diff tool in the Diff Tool ...
2
votes
1answer
110 views

Plastic SCM server access outside home network

I have installed Plastic SCM server in one of my PCs at home (Windows 7 - Home Prem). The server is accessible from the clients residing inside my home network. It is resolved using the home network ...
5
votes
1answer
96 views

How to take backup of repositories in Plastic SCM?

How to take backup of repositories in Plastic SCM ? is taking a manual backup of database is enough ? will I be able to restore and start using the repositories in future if system server crashes ? Or ...
1
vote
1answer
65 views

how to integrate plastic scm with jira?

I am trying to migrate from VSS to Plastic SCM and want to use it with JIRA. I have reached this far. I tried referring to their help documentation. but that did not help. Does someone know how ...
1
vote
1answer
119 views

PlasticSCM server logging issue (and failure to run daemon)

I just installed PlasticSCM under Centos 5. Everything, including dependencies, installed nice and clean looking on the server but the software refuses to launch and will not write any log file ...
1
vote
0answers
142 views

Plastic SCM v/s TFS (Team Foundation Server) comparison - anyone? [closed]

I have been reading a lot about comparison between plastic SCM and other source control repositories (Except TFS) - but not really much about Plastic v/s TFS. Anyone out there who has worked with ...
1
vote
1answer
87 views

VIsual Source Safe to Plastic SCM migration

I have a team of 3 developers including myself and currently we use VSS. We have run into issues with VSS when we needed to branch code in our development life cycle. After going through ...
2
votes
1answer
87 views

Code Sharing in Plastic SCM

I'm trying out Plastic SCM but I'm struggling with one particular issue. I would like to include code some general code in another project. I finally figured out how to make an xlink but then ...
8
votes
1answer
165 views

Create fast-export package from Mercurial repository

I'm trying to find the way to fast-export a hg repository and dump the result into a fast-export compatible format file. Basically I want to do the same that I can do with Git or Plastic SCM: git ...
3
votes
1answer
85 views

How do permissions on a PlasticSCM repository work in a DVCS scenario

So I've been working on a rather large project and using PlasticSCM as by VCS. I use it with a DVCS model, but so far it's pretty much just been me sync'ing between my office machine and home. Now ...
2
votes
1answer
173 views

Vendor Branch workflow setup

I have been thrown into a software development project where we have a PHP application from a vendor with fairly regular code updates. I need to be able to build on top of this code while, at the same ...
2
votes
1answer
204 views

User configuration for TeamCity and Plastic SCM

I'm currently 'playing' with Plastic and their (brand new) TeamCity integration plugin. The plugin blurb says "When installing Team City on Windows systems, it normally uses the SYSTEM user account. ...
5
votes
2answers
461 views

Using Plastic SCM for small personal projects?

I've spent the last few evenings researching version control applications, mostly here on SO reading posts and visiting sites. I'm looking for SCM for my own personal hobby C# projects. I want the ...
7
votes
4answers
488 views

dvcs partial merge (git, hg merge tracking)

I've one question about general DVCS, including Git and Hg. In both Git and Hg merge tracking is done at the "commit" level instead of the "file/directory" level. One of the "side effects" is that ...
3
votes
2answers
172 views

Merging changes in intermediate branches with DVCS

I have been working with Plastic SCM for a while, but only recently discovered a flaw in my mental model of how change sets in branches work. Consider this simple scenario: Assume I have a branch A ...
2
votes
1answer
188 views

DVCS strategies for mixed-role small team?

I've done a lot of reading, and have been trialing GIT, GIT Tortoise, Tortoise SVN and PlasticSCM, to find the right source control for our small team (5-10 users). Some background on our team: 6 ...
3
votes
1answer
253 views

How well does Plastic SCM import from SourceSafe?

I'm evaluating SCM's for a potential move away from SourceSafe. Plastic SCM makes a good impression. I saw that it has an importer from SourceSafe but couldn't find a lot of information about how it ...
3
votes
2answers
404 views

Workflow for using Plastic SCM with public code hosting services

Is there a straightforward workflow to use Plastic SCM in-house while using one of the popular code hosting services like github or Bitbucket preferrably without requiring "double bookkeeping"?
2
votes
1answer
212 views

Best way for git two-way synchronization

I'm developing a bi-directional synchronization between Plastic SCM and Git. I've seen the hg-git Mercurial plugin by Scott Chacon and I've seen it uses a local git repos to perform all operations, ...
0
votes
1answer
120 views

SHA in modified files during git fast-export

I'm writing an importer from Git to Plastic SCM and I found one case I wasn't aware of: M 100644 :31624 activesupport/lib/active_support/core_ext/array/conversions.rb M 100644 :31625 ...
7
votes
2answers
706 views

Very large repositories with Plastic SCM

We are investigating Plastic SCM as possible alternative to Subversion for version control with our products. We have a very large number of binary assets (mainly art assets, but also includes some ...
2
votes
1answer
301 views

git fast-import commit order

I'm writing a fast-export/fast-import suite for Plastic SCM/Git and I'm finding some issues. As I read from the documentation: This design allows a frontend program to process an unlimited ...
5
votes
1answer
517 views

git fast-export format and spaces

I'm writing a fast-export/fast-import for Plastic SCM but I'm having issues dealing with directories and files containing spaces in their names. For instance, a git fast-export of something like: ...
9
votes
3answers
2k views

Plastic SCM vs. Mercurial? Need Source Control for Visual Studio 2005 on Windows 7 [closed]

1) Has anyone used Plastic SCM? Is it reliable? 2) How does it compare with Mercurial? (It seems like this is a good candidate for DVCS on Windows. I tried Git and really didn't like it.) 3) I ...
21
votes
4answers
2k views

Plastic SCM. Is it the right solution?

I know there are some questions already regarding Plastic SCM, but they are over a year old. Has anyone used Plastic SCM lately? What do you think about it. I have used git, and I am currently ...
4
votes
2answers
445 views

What is Plastic SCM written in?

I see they have a windows version that looks like WPF and a mac screenshot shows Mono in the title bar. Is it written in C# .NET with Mono? (I'm only asking because they seem to do it right) ...
11
votes
7answers
3k views

Plastic SCM vs. SVN

I'm currently researching new source control options for a team of 10 developers. We do .net development in Visual Studio 2008. We currently use VSS for source control. We are looking for a ...
4
votes
7answers
4k views

Can I trust Plastic SCM? [closed]

I finally clicked on one of Stack Overflow's frequent sidebar advertisements for Plastic SCM, and was somewhat perturbed to discover a number of strange errors in grammar, spelling, and consistency on ...
3
votes
2answers
359 views

Setting up replicated repositories in Plastic SCM

So we're trying to set up replicated repositories using PlasticSCM, one in the US, and one in Australia and running into a bit of a snag. The US configuration is Active Directory, the AU ...