Dynamsoft Products News List
Dynamsoft is the the leading developer of version control software and TWAIN SDK. Please find below the What's New list of Dynamsoft products: Product Name What's New Page Version Control Series SourceAnywhere Standalone www.dynamsoft.com/Products/SAWStandalone_News.aspx SourceAnyw ...
SourceAnywhere VS SCM Anywhere
Features SourceAnywhere SCM Anywhere World-class Version Control Issue/Bug Tracking Integration with Visual Studio Integration with Eclipse Integration with Dreamweaver/Flash MSSCCI Support Ant Integration CruiseControl.NET Integration Windows and Java Command Line Client ...
Which version control solution should I choose?
Dynamsoft is a leading developer of version control software and bug tracking software. Its version control product line includes SourceAnywhere for VSS, SourceAnywhere (Standalone and Hosted Edition) and SCM Anywhere (Standalone and Hosted Edition). All products support the remote access and ...
Is there any compression performed on the files before they are stored in SCMAnywhere database?
Yes, all the files (both text and binary files) are compressed before being stored in SCMAnywhere database. We use ZIP format (compression method: normal).
How does multiple checkouts work in team environments?
SCM Anywhere supports exclusive checkout model and multiple checkout model. For administrator: In SCM Anywhere, you can enable multiple checkouts by checking the Allow multiple checkouts option in Admin Explorer: http://www.dynamsoft.com/help/SCM%20Standalone/Admin-Explorer/Project/Source-Contro ...
Main points of Issue Tracking integration
SCM Anywhere Standalone fully integrates version control and issue tracking. You can link issues to a changeset on check-in so you will know what issues the check-in relates to. More info Also, you can link changesets and versioned items to an issue so you will know which changesets or working ...
How to check the Logon User of SCM Anywhere Standalone service?
This setting is in Control Panel ->Admin Tools ->Services ->Dynamsoft SCM Anywhere Standalone ->Properties ->Logon tab, as seen in the following figure:
How to connect to SQL Server or SQL Serve Express?
SCM Anywhere Standalone stores all the data in "SCMAnywhere" database in SQL Server. You can choose to use Windows Authentication or SQL Server Authentication to connect to the SQL Server. If you are not sure which authentication mode your SQL Server is using, please contact your SQL Server adm ...
Can I tell on what machine a user performs a checkout operation in SCM Anywhere?
Yes. From the Local Path column in the Pending Changes Window, you can see the full path of a checkout operation. If the machine name does not display in the local path, it indicates the operation is done on the local machine. To view the Pending Changes Window, click menu View->Pending Changes.
How can I find all issues that are linked to an item?
You can find all issues that are linked to an item or a changeset in History Explorer->Details->Issues tab. More info