Re: Use of svnserve and Dropbox

2011-09-22 Thread Andreas Krey
On Fri, 23 Sep 2011 01:18:28 +, David Weintraub wrote: ... > I'm not a big fan of Git. Tracking patches and diffs is not the same > as version control, The track&diff part is in *addition* to version control proper. > and Git is just not as user friendly or as polished. Don't make me rant. T

Re: Use of svnserve and Dropbox

2011-09-22 Thread Daniel Shahaf
David Weintraub wrote on Fri, Sep 23, 2011 at 01:18:28 -0400: > Thanks for all the replies. > > Yeah, I figured this wouldn't be a good idea. There's no way to > prevent multiple users from simultaneous updates. Even if Subversion > could allow multiple svnserves hitting the same repository by tra

Re: Use of svnserve and Dropbox

2011-09-22 Thread David Weintraub
Thanks for all the replies. Yeah, I figured this wouldn't be a good idea. There's no way to prevent multiple users from simultaneous updates. Even if Subversion could allow multiple svnserves hitting the same repository by tracking lock files, you'd still have an issue with Dropbox latency issues.

Re: Use of svnserve and Dropbox

2011-09-22 Thread Chris Albertson
My first impression is that of course this will not work. But let's be more positive. What would work? 1) Use your SVN server to maintain versions and history and then checkout a working directory to the dropbox. You can even have multiple working directories in the dropbox. 2. put your SVN s

Re: Use of svnserve and Dropbox

2011-09-22 Thread Daniel Shahaf
Ben Smith-Mannschott wrote on Thu, Sep 22, 2011 at 20:49:35 +0200: > On Thu, Sep 22, 2011 at 20:40, David Weintraub wrote: > > One of the nice thing about Dropbox is that you can share files > > between various users. I will sometimes keep a Subversion repository > > on Dropbox, so I can access it

Re: Discovery file type by logs.

2011-09-22 Thread Marcello Henrique
Hello everybody, I will help you for you help me. I created one script with my problem, for see whether somebody advice. By documentation [0], See in line 20 into attachments, I should not have one struct of type [1] identical of the line 18 [2] with just difference of extended fields (node_kind,

Re: Use of svnserve and Dropbox

2011-09-22 Thread Ben Smith-Mannschott
On Thu, Sep 22, 2011 at 20:40, David Weintraub wrote: > One of the nice thing about Dropbox is that you can share files > between various users. I will sometimes keep a Subversion repository > on Dropbox, so I can access it on various systems. Right now, it's > just for me to use. > > Here's the s

Re: Use of svnserve and Dropbox

2011-09-22 Thread Les Mikesell
On Thu, Sep 22, 2011 at 1:40 PM, David Weintraub wrote: > One of the nice thing about Dropbox is that you can share files > between various users. I will sometimes keep a Subversion repository > on Dropbox, so I can access it on various systems. Right now, it's > just for me to use. > > Here's the

Re: Use of svnserve and Dropbox

2011-09-22 Thread Chris Albertson
Sharing the repository and having everyone run their own server defeats the purpose.Not just with SVN but with any sepup where we have a server process and a data store the pourpose of the server mostly is to serialize or control access to the data, maintain locks and so on. On Thu, Sep 22, 20

Re: SVN

2011-09-22 Thread Chris Albertson
As other have pointed out, this a book length subject. but there is even more to it. First you have to answer "what will version control fit into my software development process" What you will find is you wil also need some system to track bugs and progress on fixing them and a way to relate soft

Use of svnserve and Dropbox

2011-09-22 Thread David Weintraub
One of the nice thing about Dropbox is that you can share files between various users. I will sometimes keep a Subversion repository on Dropbox, so I can access it on various systems. Right now, it's just for me to use. Here's the scenario: * I have my Dropbox under $HOME/Dropbox. * I create a Su

Re: SVN

2011-09-22 Thread Geoff Hoffman
Read this http://svnbook.red-bean.com/ On Thu, Sep 22, 2011 at 5:37 AM, Sukumar Gorai wrote: > Why we need SVN setup? And if is important then how to install? Please > explain and how to use SVN? > > -- > Regards, > Sukumar Gorai > Jr. Software Developer > Bluehorse Software > email-sukumar.go..

SVN

2011-09-22 Thread Sukumar Gorai
Why we need SVN setup? And if is important then how to install? Please explain and how to use SVN? -- Regards, Sukumar Gorai Jr. Software Developer Bluehorse Software email-sukumar.go...@bluehorse.in Mob-+91-8296015120 +91-9647555891

Re: Releasing an open source subversion client

2011-09-22 Thread Lorenz
VisioSVN Project wrote: >We are from university of Moratuwa, Sri Lanka and our team is developing an >open source Subversion client as our internship project. We have discussed >about this VisioSVN project before and as you suggested we have hosted the >source code in Google Code. It will be great

Re: Releasing an open source subversion client

2011-09-22 Thread Rajith Chathunga
Hi Subversion, As you suggested, we have hosted the source code in Google Code. It will be great if you can take a look at it and give your suggestions/feedback. Here is the checkout link : http://visiosvn.googlecode.com/svn/trunk/ Thank you. -- Cheers, Chathunga