distributed subversion without central server

2015-07-02 Thread Y Coder
Hi!



Can I organize the distributed subversion without central server?



My situation - few developers are edit the several projects with lot of
small and huge files (X GBs). Developers are in the web, not in lan, and
our projects are non-commersial. So. payed hosting are too expansive, and
free hosting are size limited.

It's will be ideal to have some distributed workflow, for example such this

-  1 Each developer have the local repo.

-  2 All changes are saved to patch files, patches are published to
mal list or to torrents

Have svn patch functions for distributed workflow? I try the svn diff and
svn patch commands, but there was confusion revision history between two
repos.


Can you advise?


How to use external diff3 for binary files?

2015-08-04 Thread Y Coder
Hi!

I have some external mydiff3.exe, working with text and binary files
(simple gui for Use_their-Use_mine).

My svn command line is

svn.exe update my_work_copy_path --diff3-cmd mydiff3.exe

This work well for text files (svn call mydiff3.exe for each conflicted
files through update process), but for binary files svn skip the
mydiff3.exe and show the internal commandline menu.

*How to tell to svn to accept --diff3-cmd mydiff3.exe for binary files?*

RTFM (diff3-cmd

and External Tools

from svn red-book) doesn't help.

*PS *There is a mention that the behavior depends on mime-type - but it is
not clear where to configure it.


Thank you!


Can I present the tool for image comparison for all of svn users?

2016-12-05 Thread Y Coder
Can I present the tool for image comparison for all of svn users?

I have simple tool for comparing images, with support for wide list of
graphic formats, including PSD, SVG and MS Visio VSD.

It can run from command-line or from your favorite client.

http://soft.postpdm.com/cad_diff.html

Program is free and portable.

Thank you!

---

Yuri

http://soft.postpdm.com/