Re: Code Reverting Itself

2012-09-27 Thread Nico Kadel-Garcia
[ sorry about bad post! ] Nico Kadel-Garcia Email: nico.ka...@tufts.edu Sent from iPhone On Sep 26, 2012, at 5:59, Stefan Sperling wrote: > > A common problem case is: > > - You have a versioned file open in an editor. Oh, yes, that one is fun. It's also aggravated by deployment processes tha

Re: Code Reverting Itself

2012-09-26 Thread Les Mikesell
On Wed, Sep 26, 2012 at 2:38 PM, Kenny Raghunath wrote: > > While it could be the case, Stefan, I don't think it can be possible. I use > Eclipse Helios and it prompts me that there are changes and the code updates > when you do a 'svn update' in it. Also, I'm using SVN 1.6 via the apt > repositor

Re: Code Reverting Itself

2012-09-26 Thread Kenny Raghunath
How exactly does your production deployment work and how do you verify? It dumps the release branch of my files via SFTP onto my server. When the deployment is complete, I check to see if the files are correct, which they are. This one instance, it was correct and I checked again to see that the f

Re: Code Reverting Itself

2012-09-26 Thread Nico Kadel-Garcia
Nico Kadel-Garcia Email: nico.ka...@tufts.edu Sent from iPhone On Sep 26, 2012, at 5:59, Stefan Sperling wrote: > On Tue, Sep 25, 2012 at 04:21:48PM -0400, Kenny Raghunath wrote: >> Hello, >> >> I'm having these strange issues when moving my code onto my production >> environment. I start out

Re: Code Reverting Itself

2012-09-26 Thread Stefan Sperling
On Tue, Sep 25, 2012 at 04:21:48PM -0400, Kenny Raghunath wrote: > Hello, > > I'm having these strange issues when moving my code onto my production > environment. I start out by doing my PHP code within the trunk. When I'm > done, I merge my changes into a release branch and then deploy it via >

Re: Code Reverting Itself

2012-09-25 Thread Thorsten Schöning
Guten Tag Kenny Raghunath, am Dienstag, 25. September 2012 um 22:21 schrieben Sie: > Anyone have any suggestions on what I can do to fix this? It's really unlikely Subversion itself is the problem, it surely has something to do with your deployment, working copies, merge strategies or something l