Tagged Questions

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

18
votes
4answers
1k 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 ...
9
votes
6answers
2k 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 ...
7
votes
2answers
386 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 ...
7
votes
3answers
1k views

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

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 ...
4
votes
3answers
228 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 ...
4
votes
1answer
215 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: ...
4
votes
2answers
320 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) ...
3
votes
2answers
89 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 ...
3
votes
2answers
212 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"?
3
votes
7answers
3k 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
288 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 ...
2
votes
2answers
114 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
95 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 ...
2
votes
1answer
126 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, ...
2
votes
1answer
180 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 ...
1
vote
1answer
29 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 ...
1
vote
1answer
27 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. ...
1
vote
1answer
131 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 ...
0
votes
1answer
69 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 ...