File synchronizing

A

aca04pds

Does anyone have any simple ideas (or complicated if it's the only
idea) how to create a program that can synchronize file directories/
repositories? Ideally files should be able to be added, deleted and
updated in directories. I thought about creating "images" of the
directories to be synchronized but I'm struggling with this idea.

Help is much appreciated.
 
V

Victor Bazarov

Does anyone have any simple ideas (or complicated if it's the only
idea) how to create a program that can synchronize file directories/
repositories? Ideally files should be able to be added, deleted and
updated in directories. I thought about creating "images" of the
directories to be synchronized but I'm struggling with this idea.

Is there a C++ language question here that I'm not seeing? If not,
try 'comp.programming' for general questions on algorithms.
 
J

Jacek Dziedzic

Does anyone have any simple ideas (or complicated if it's the only
idea) how to create a program that can synchronize file directories/
repositories? Ideally files should be able to be added, deleted and
updated in directories. I thought about creating "images" of the
directories to be synchronized but I'm struggling with this idea.

Help is much appreciated.

<OT>
Why reinvent the wheel? Try svn (subversion).
</OT>

Apart from that, this group deals with standard C++ only,
so you are (way) off topic.

HTH,
- J.
 
A

aca04pds

Is there a C++ language question here that I'm not seeing? If not,
try 'comp.programming' for general questions on algorithms.

Thanks I will.
Apart from that, this group deals with standard C++ only,
so you are (way) off topic.

HTH,
- J.

Well I am trying to create this program in C++.
 
V

Victor Bazarov

Thanks I will.


Well I am trying to create this program in C++.

By analogy: If I am trying to cook fish on an electrical stove,
should I ask about that in sci.physics.electromag?
 
J

Jim Langston

Does anyone have any simple ideas (or complicated if it's the only
idea) how to create a program that can synchronize file directories/
repositories? Ideally files should be able to be added, deleted and
updated in directories. I thought about creating "images" of the
directories to be synchronized but I'm struggling with this idea.

Help is much appreciated.

subversion, which does exactly this, is open source.
http://subversion.tigris.org/

As it is, you may just be able to use subversion as is and not have to do
anything. There is a command line interface you can call, or you can use
something else (for windows I use the client tortoisesvn which is a windows
shell hook).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,430
Messages
2,571,676
Members
48,796
Latest member
Greg L.

Latest Threads

Top