Re: Component mangement and Subversion

2016-06-17 Thread Eric Johnson
This might seem a little off topic, and a long read, but might be useful for thinking about your problem: https://medium.com/@sdboyer/so-you-want-to-write-a-package-manager-4ae9c17d9527#.1g117atv5 Unfortunately, the answer you seek probably depends a little bit on what language you're working

Component mangement and Subversion

2016-06-17 Thread Eliop
Hello. I'm looking for examples on how to use Subversion efficiently in the context of component management. We develop some products that we have to adapt to different markets. Some of the features are common, some are partially common, and some are unique for each market. Sounds like the defin

Re: Performance Decrease After Moving Working Copy to Another Machine

2016-06-17 Thread Johan Corveleyn
On Fri, Jun 17, 2016 at 3:08 AM, Brandon Eusebio wrote: > Hello Johan, > > Thank you so much for your response! It was incredibly helpful and clear. > > You were correct in the fact that my "tar" command was not preserving the > correct modified timestamps. It turns out that the default tar forma

Re: persistent checksum errors if .svn/tmp cannot be created

2016-06-17 Thread Gunter Königsmann
> For reference, could you post the error message you saw? > That would help with figuring out where we'd need to fix this. Will do so as soon as the problem appears again: Seems like I have lost my screen shot and no exact text is better than the wrong one. Kind regards, Gunter.

Re: persistent checksum errors if .svn/tmp cannot be created

2016-06-17 Thread Stefan Sperling
On Fri, Jun 17, 2016 at 10:26:05AM +0200, Gunter Königsmann wrote: > Dear all, > > Not a bug in svn - but a thing svn could probably detect: > > I've had reports from 2 users (and 3 cases on my own computer) that > windows for some reason didn't let subversion create a .svn/tmp folder. > Windows

persistent checksum errors if .svn/tmp cannot be created

2016-06-17 Thread Gunter Königsmann
Dear all, Not a bug in svn - but a thing svn could probably detect: I've had reports from 2 users (and 3 cases on my own computer) that windows for some reason didn't let subversion create a .svn/tmp folder. Windows explorer was unable to create it, too, while cygwin's mkdir was able to do so. Cl