Re: Using tags to manage releases?

2011-06-01 Thread Ole Pinto
2011/6/1 Thorsten Schöning > ... > Therefore I would prefer proper proper merging by the developer, > because you get a useful diff and log message in the changed file for > QA. > At least, the merging could automatically be done on the server: when getting the commit, take note of the revision

Fwd: hi, need help with svn command checkout

2011-05-23 Thread Ole Pinto
Of course, have a thorough "make clean" target, and run it before rebuilding. If necessary, run "svn st" and check that no unversioned files remain (considering possible svn:ignore's you might have). On Mon, May 23, 2011 at 01:10, Ryan Schmidt wrote: > > On May 22, 2011, at 14:36, Elad A wrote:

Re: Sync SVN to CVS

2011-03-31 Thread Ole Pinto
If all they do is "update" to the trunk's latest revision, it could be done taking checking out the SVN source and committing it into SVN. Care should be taken with added/deleted files; I think there was an easy way using ¿external branches? (like 1.0.1.1). If you need releases / tags, it only get

Re: SVN: "Out of memory" when committing

2011-03-25 Thread Ole Pinto
Still happens with 1.6.16. Am I the only one? Any idea, at least, of what is causing this behaviour? On Wed, Feb 23, 2011 at 10:07, Ole Pinto wrote: > Hello, I've just began in a new job and, due to the repo organization, I've > found a problem I didn't have before. I

Re: "svn log" not showing all the changes?

2011-03-17 Thread Ole Pinto
When you commit a file, that file is updated to the new revision. But only that file. And, when you "svn log", you get the information as it was in your BASE revision (that is, what sfn info shows). So I guess you haven't done a svn update in your root directory, and still are in the 37547 revision

Re: Using svn with cron?

2011-03-07 Thread Ole Pinto
As you are scheduling your job to run with your user, I don't think it is a permissions related problem. But maybe the env. vars do matter, including any needed to get to your stored password. Once you get to stderr you'll probably have a clue about what is happening. If not, from your perl script

SVN: "Out of memory" when committing

2011-02-23 Thread Ole Pinto
Hello, I've just began in a new job and, due to the repo organization, I've found a problem I didn't have before. I'm using the command line version of svn: svn, version 1.6.15 (SlikSvn/1.6.15) WIN32 compiled Dec 17 2010, 14:03:07 I am getting the "Out of memory - terminating application" messa