Author

Topic: peer2peer file server (Read 1008 times)

legendary
Activity: 2506
Merit: 1010
February 07, 2011, 02:42:51 PM
#2
Is there any kind of peer2peer file server? Say we have a few laptops laying about and wish to share/mirror each other's files.

A creates file wishlist.txt
B, C and D all mirror this file on their own hard drives.
B edits wishlist.txt, A edits wishlist.txt and there's a conflict. File splits into wishlist.B.txt and wishlist.A.txt otherwise the file is merged peacefully.
Versioning/ability to revert files .etc Locking file ownership...

It'd be a good collaboration/sharing tool for working with artwork rather than requiring a central server. Git is too restrictive and pedantic for anything outside of code.

Have you seen:
  http://www.foo.be/forban/
  http://wiki.daviddarts.com/PirateBox

[edit] though for versioning, and more specifically merging, this wouldn't help you.
legendary
Activity: 1232
Merit: 1076
February 07, 2011, 01:26:16 PM
#1
Is there any kind of peer2peer file server? Say we have a few laptops laying about and wish to share/mirror each other's files.

A creates file wishlist.txt
B, C and D all mirror this file on their own hard drives.
B edits wishlist.txt, A edits wishlist.txt and there's a conflict. File splits into wishlist.B.txt and wishlist.A.txt otherwise the file is merged peacefully.
Versioning/ability to revert files .etc Locking file ownership...

It'd be a good collaboration/sharing tool for working with artwork rather than requiring a central server. Git is too restrictive and pedantic for anything outside of code.
Jump to: