Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Does anyone know if there is capability in RDNG which allows folders to be synced with local folder on laptops? Like onedrive or dropbox

 Does anyone know if there is capability in RDNG which allows folders to be synced with local folder on laptops? Like onedrive or dropbox

0 votes



2 answers

Permanent link
I don't think so. When you say "sync", does it mean one-way (download only) or two-way? RDNG does not have any "real" client on the client machine other than the browser, and what application do you expect to execute the "sync" action?

0 votes

Comments

Thank you for responding!

Here's the business scenario:-

As-Is

The user has same folder hierarchy on the local machine as in RDNG. Now, suppose he updates document 1 and saves it.

Second step is to upload the document manually to RDNG and then inform the other user to refer to the same.

To-Be

The user has same folder hierarchy on the local machine as in RDNG. Now, when he updates document 1 and clicks on Save, it saves on local machine as well as updates on RDNG in one step.

Please suggest.

If I understand this scenario correctly, you're mostly using RDNG as a document repository, which is not the intention for the tool.


If the requirements are all stored in the documents that are being locally kept, you're probably not making the best use of RDNG's Requirements Management capabilities, as having the docs in the tool is not the same as having the requirements reside in the tool.
Also, if changes are being made locally and then later uploaded to the tool, you're likely missing collaboration features that the tool offers.

Maybe I missed something or your scenario description doesn't fully reflect the reality of your business, but I'd strongly consider moving out of the local documents instead of going down the path of reinforcing its usage.

1 vote


Permanent link
If you can do Java programming and are familiar with DNG REST API, you should be able to use the file change notification API (Watch Service API) to achieve what you want.
http://docs.oracle.com/javase/tutorial/essential/io/notification.html

The Watch Service API enables us to detect file creation, file deletion and file modification in a directory.
Once one of the event is triggered, you can call DNG REST API to update the corresponding artifacts in DNG.


0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 7,489
× 6,117

Question asked: Jun 11 '15, 1:59 a.m.

Question was seen: 3,070 times

Last updated: Jun 18 '15, 6:15 a.m.

Confirmation Cancel Confirm