Building an application with peer-to-peer exchange?
15 views
Skip to first unread message
Lars von Wedel
unread,
Aug 24, 2011, 12:06:25 PM8/24/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gits...@googlegroups.com
Hello,
is it possible to build an application with peer-to-peer-exchange of data based on Git# ?
I would like users to be able to work cooperatively on a set of text files on their respective computers and perform push/pull of commits in the UI of the application.
Any ideas are welcome !
Lars
Meinrad Recheis
unread,
Aug 26, 2011, 4:02:46 AM8/26/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gits...@googlegroups.com
Hi, I wouldn't use gitsharp for that as push and merge are not implemented and a number of transport related bugs have been reported. Sadly, currently none of the git support projects (jgit / gitsharp / ngit / libgit2 ) are complete. You might want to use an entirely different protocol for data exchange.
Cheers, -- henon