Questions tagged [dssc]

Questions about the DesignSync version control tool

Questions about the DesignSync version control tool

5 questions
3
votes
1 answer

How to migrate out of designsync to git/hg/bzr/svn?

design sync uses RCE as a backend store. RCE is supposed to be the next version of RCS. Does anyone has any experience with migration of design sync or RCE to any of the newer version control system?
Vijay
  • 143
  • 1
  • 6
0
votes
0 answers

Can Design Sync be configured to skip retired files during populate to increase efficiency?

When populating files in design sync on a vault it fetches the latest of everything everytime one populates. But it also spends time on retired files everytime. Is there a way to skip working on retired files to save time on populate ? If something…
Heyya
  • 57
  • 6
0
votes
0 answers

How to complete the dssc checkout.?

I am running a command and it asks me to enter comment. It hangs when i enter a comment. Can someone help you how to proceed? dssc co -lock Enter a check-out log message to describe your modifications. Terminate the comment with a single '.' on a…
rizzz
  • 1
0
votes
1 answer

Design Sync won't revert local changes

I am using the command dssc pop -get -unify path_to_file to locally modify a file and when i try to revert the changes with dssc cancel -force path_to_file I get an error "Error: path_to_file - Object does not exist" Same issue exists without…
PetrosM
  • 251
  • 3
  • 15
0
votes
1 answer

How to get list of tags from DesignSync server vault

I'm working with DesignSync vault contains branches What is the way to extract list of files with attached tags? The command I'm using is: dssc ls -noheader -fullpath -report NG -rec sync://my.server.address.com:1234/Projects/Name
Roman Kaganovich
  • 618
  • 2
  • 6
  • 27