Re: How to check out a project based on commit time rather than rev?

2018-05-18 Thread Ryan Schmidt
On May 18, 2018, at 17:01, Bo Berglund wrote: > So now I know what has happened and I found the revision numbers for > two revisions that were committed erroneously last December when I was > preparing for the CVS -> SVN migration. > These revisions are 4309 and 4310 > > Now my problem is in fin

Re: How to check out a project based on commit time rather than rev?

2018-05-18 Thread Ryan Schmidt
On May 18, 2018, at 14:14, Nathan Hartman wrote: > On Fri, May 18, 2018 at 12:35 PM Bo Berglund wrote: >> On Fri, 18 May 2018 18:00:21 +0200, Bo Berglund wrote: >> >>> Obviously this is a "for dummies" question but I *have* looked at the >>> svnbook but I cannot still find how to do this: >> >>

Re: How to check out a project based on commit time rather than rev?

2018-05-18 Thread Bo Berglund
On Fri, 18 May 2018 15:36:02 -0500, Dane Kantner wrote: > svn log -v -r {2012-05-06}:{2017-01-01} is >not reliable though as it doesn't actually consistently return the data >correctly ; there has been a past topic on this and it's been explained as >a known defect due to how it was implemente

Re: How to check out a project based on commit time rather than rev?

2018-05-18 Thread Dane Kantner
svn log -v -r {2012-05-06}:{2017-01-01} is not reliable though as it doesn't actually consistently return the data correctly ; there has been a past topic on this and it's been explained as a known defect due to how it was implemented. You're better off trying to determine the revision number

Re: How to check out a project based on commit time rather than rev?

2018-05-18 Thread Nathan Hartman
On Fri, May 18, 2018 at 12:35 PM Bo Berglund wrote: > On Fri, 18 May 2018 18:00:21 +0200, Bo Berglund > wrote: > > >Obviously this is a "for dummies" question but I *have* looked at the > >svnbook but I cannot still find how to do this: > > I did not read good enough! > This worked fine to get t

Re: How to check out a project based on commit time rather than rev?

2018-05-18 Thread Paul Hammant
Ooops, my apologies for top posting, folks.

Re: How to check out a project based on commit time rather than rev?

2018-05-18 Thread Paul Hammant
You have Linux Subsystem for Windows* installed? If yes, I see a bash oneliner coming :) - Paul * yes yes, some genius in MS named it Windows Subsystem for Linux (WSL). On Fri, May 18, 2018 at 12:35 PM, Bo Berglund wrote: > On Fri, 18 May 2018 18:00:21 +0200, Bo Berglund > wrote: > > >Obviou

Re: How to check out a project based on commit time rather than rev?

2018-05-18 Thread Bo Berglund
On Fri, 18 May 2018 18:00:21 +0200, Bo Berglund wrote: >Obviously this is a "for dummies" question but I *have* looked at the >svnbook but I cannot still find how to do this: I did not read good enough! This worked fine to get the information I needed concerning active revision numbers: svn log

How to check out a project based on commit time rather than rev?

2018-05-18 Thread Bo Berglund
Obviously this is a "for dummies" question but I *have* looked at the svnbook but I cannot still find how to do this: An old project suite has been converted from CVS to SVN and now we need to go back in time in SVN and get a version that was current at a time like 2017-01-01. There are several pr

Re: How to create source dir for externals files?

2018-05-18 Thread Bo Berglund
On Fri, 18 May 2018 12:30:22 +0200, Bo Berglund wrote: >Of course I now have the option of just svn add-ing the two dirs in >the wc and be done. But I feel that this is probably not the right >thing to do, or just maybe it is >These common files are not supposed to change anyway... On furthe

Re: How to create source dir for externals files?

2018-05-18 Thread Bo Berglund
On Fri, 18 May 2018 10:01:42 +0200, Johan Corveleyn wrote: >I'm not entirely sure I fully understand what you need. But here are >some things that may help you: Thank you for your suggestions! What I need is to get a couple of folders in the project populated with some "common" files through the

Re: Why can’t I create folder ??

2018-05-18 Thread Johan Corveleyn
Since you're using the TortoiseSVN client, you can find the latest release of TortoiseSVN here: https://tortoisesvn.net/downloads.html (Note: the Apache Subversion project doesn't distribute binary packages of SVN, we just release the source code. The page http://subversion.apache.org/packages.ht

RE: Why can’t I create folder ??

2018-05-18 Thread Piyaporn Settabunjong
How to update version. Kindly please advise. Piyaporn Settabunjong (Lek) Spacing Control, Sustaining RSS HGST, a Western Digital company piyaporn.settabunj...@hgst.com Tel: +66 37 270 500 Ext. 612721 [HGST_Logo_email (1)] 203, 205 M.7, ThaTum, Srimahaphote, P

RE: svnserve 1.10 getting stuck when using dynamic caching

2018-05-18 Thread Krotil, Radek
Thanks Stefan for getting back to me promptly. Filed https://issues.apache.org/jira/browse/SVN-4743. Radek -Original Message- From: Stefan Sperling [mailto:s...@elego.de] Sent: Friday, May 18, 2018 11:46 AM To: Krotil, Radek (DF PL LCS PMT PRM) Cc: users@subversion.apache.org Subject: R

Re: svnserve 1.10 getting stuck when using dynamic caching

2018-05-18 Thread Stefan Sperling
On Fri, May 18, 2018 at 09:29:23AM +, Krotil, Radek wrote: > Hello. > > Doing first experiments with Subversion 1.10, I noticed the following > behavior. Obtaining a svn log via svnserve gets stuck after several calls and > the following error appears in SVN log: > > 6988 2018-05-16T12:42:3

svnserve 1.10 getting stuck when using dynamic caching

2018-05-18 Thread Krotil, Radek
Hello. Doing first experiments with Subversion 1.10, I noticed the following behavior. Obtaining a svn log via svnserve gets stuck after several calls and the following error appears in SVN log: 6988 2018-05-16T12:42:34.68Z 10.123.10.21 - polarion/data/svn/repo ERR - 0 22 Serialized ha

Re: How to create source dir for externals files?

2018-05-18 Thread Johan Corveleyn
On Fri, May 18, 2018 at 9:31 AM, Bo Berglund wrote: > Problem: > > I have to modify an old application which was versioned at the time > using CVS. Its last release was back in 2013. > > Migration to SVN: > - > At the start of 2018 I migrated the CVS repository using cvs2s

Re: Revert a Specific Revision from Main Trunk to a Revision from a Branch

2018-05-18 Thread Johan Corveleyn
On Fri, May 4, 2018 at 1:21 AM, Evan J wrote: > Here is a scenario I am working with: Hi Evan, I noticed that nobody answered your question yet. I think that's partly because your explanation is a bit confusing, so it's not easy to follow along. I'll give it a go, see below ... > I have a trunk

How to create source dir for externals files?

2018-05-18 Thread Bo Berglund
Problem: I have to modify an old application which was versioned at the time using CVS. Its last release was back in 2013. Migration to SVN: - At the start of 2018 I migrated the CVS repository using cvs2svn so I have all of the files available in svn. CVS vs. SVN handlin

Re: Subversion Exception during cleanup

2018-05-18 Thread Johan Corveleyn
On Thu, May 17, 2018 at 11:28 PM, Eric Johnson wrote: > On Thu, May 17, 2018 at 12:40 AM, Hartmut Leister > wrote: >> >> I encountered the following exceptions (see below) in the mid of >> SVN-Cleanup. >> >> What I was doing: >> - SVN-merge via TortoiseSVN, stopped with Error due to SVN-lock >>