Re: Command to list all revisions (with date?) when a particular was modified?

2023-11-06 Thread Kenneth Porter
On 11/6/2023 12:42 PM, Bo Berglund wrote: But that is not what I want, instead I want to know*all* revisions in which the file was modified so I can look at these revisions and see what changed between them concerning the function I want to inspect. Blame isn't always the right solution, but i

Re: Command to list all revisions (with date?) when a particular was modified?

2023-11-06 Thread Bo Berglund
On Mon, 6 Nov 2023 15:39:40 -0500, Nathan Hartman wrote: >Hope this helps, >Nathan Yes, thank you! -- Bo Berglund Developer in Sweden

Re: Command to list all revisions (with date?) when a particular was modified?

2023-11-06 Thread Bo Berglund
On Mon, 06 Nov 2023 11:53:30 -0800, Kenneth Porter wrote: >--On Monday, November 06, 2023 7:32 PM +0100 Bo Berglund > wrote: > >> I am hunting for when a particular change was made in a file under version >> control. It happened years ago. > >svn blame path > path.blame > >That gives you the fil

Re: Command to list all revisions (with date?) when a particular was modified?

2023-11-06 Thread Nathan Hartman
On Mon, Nov 6, 2023 at 1:34 PM Bo Berglund wrote: > > I am hunting for when a particular change was made in a file under version > control. It happened years ago. > > The versioning system was migrated from CVSNT to Subversion back in 2017 and > the > old CVS repository was imported into SVN with

Re: Command to list all revisions (with date?) when a particular was modified?

2023-11-06 Thread Kenneth Porter
--On Monday, November 06, 2023 7:32 PM +0100 Bo Berglund wrote: I am hunting for when a particular change was made in a file under version control. It happened years ago. svn blame path > path.blame That gives you the file annotated with each line showing which revision it last changed on.

Re: Command to list all revisions (with date?) when a particular was modified?

2023-11-06 Thread Robert Heller
At Mon, 06 Nov 2023 19:32:55 +0100 bo.bergl...@gmail.com wrote: > > I am hunting for when a particular change was made in a file under version > control. It happened years ago. > > The versioning system was migrated from CVSNT to Subversion back in 2017 and > the > old CVS repository was import

Command to list all revisions (with date?) when a particular was modified?

2023-11-06 Thread Bo Berglund
I am hunting for when a particular change was made in a file under version control. It happened years ago. The versioning system was migrated from CVSNT to Subversion back in 2017 and the old CVS repository was imported into SVN with all branches and tags etc available. The change I am looking fo

Re: How to check if a file is *really* modified against the repository?

2023-11-06 Thread Mark Phippard
On Mon, Nov 6, 2023 at 8:31 AM Bo Berglund wrote: > > I have some files in my Windows PC that are under subversion versioning. > One exe file has been committed and not recompiled or anything, yet > TortoiseSvn > marks it as modified... > > Is there a way with svn to check files against the repos

Re: Subversion actively refused connection

2023-11-06 Thread Bo Berglund
On Thu, 26 Oct 2023 12:51:31 -0500, David Gerler wrote: >Good Afternoon, >I had to change the subnet for our subversion server from 192.168.2.0/24 >to 192.168.3.0/24. Now when we try to connect to the subversion server with >TortoiseSVN it actively refuses connection. This message in windows

How to check if a file is *really* modified against the repository?

2023-11-06 Thread Bo Berglund
I have some files in my Windows PC that are under subversion versioning. One exe file has been committed and not recompiled or anything, yet TortoiseSvn marks it as modified... Is there a way with svn to check files against the repository so that a difference may be displayed or else just flagged?