Re: Does a WC contain all log messages?

2021-04-25 Thread Daniel Shahaf
Bo Berglund wrote on Sat, 24 Apr 2021 15:54 +00:00: > On Sat, 24 Apr 2021 11:05:33 -0400 (EDT), Robert Heller > wrote: > > >I believe svn log always connects to the "server". The difference is where > >the > >"url" comes from. In the first form, the user explicitly provides the url > >and >

Re: Does a WC contain all log messages?

2021-04-25 Thread Daniel Shahaf
Daniel Sahlberg wrote on Sat, 24 Apr 2021 15:18 +00:00: > Den lör 24 apr. 2021 16:52Bo Berglund skrev: > > 2) Run the command in the working copy dir: > > svn log -v > > > > I don't know if the second incarnation will only get whatever I have done > > myself > > when working on the project or if

Re: Does a WC contain all log messages?

2021-04-24 Thread Bo Berglund
On Sat, 24 Apr 2021 11:05:33 -0400 (EDT), Robert Heller wrote: >I believe svn log always connects to the "server". The difference is where >the >"url" comes from. In the first form, the user explicitly provides the url and >in the second the url is formed from information in the .svn directo

Re: Does a WC contain all log messages?

2021-04-24 Thread Daniel Sahlberg
Den lör 24 apr. 2021 16:52Bo Berglund skrev: > If I check out and work on a project I know that the .svn dir contains > "stuff" > related to the subversion system. > But is it like with GIT that it contains "everything"? I.e. all older > revisions > too? > Subversion only store things related to

Re: Does a WC contain all log messages?

2021-04-24 Thread Robert Heller
At Sat, 24 Apr 2021 16:52:00 +0200 bo.bergl...@gmail.com wrote: > > If I check out and work on a project I know that the .svn dir contains "stuff" > related to the subversion system. > But is it like with GIT that it contains "everything"? I.e. all older > revisions > too? > > The reason I ask

Does a WC contain all log messages?

2021-04-24 Thread Bo Berglund
If I check out and work on a project I know that the .svn dir contains "stuff" related to the subversion system. But is it like with GIT that it contains "everything"? I.e. all older revisions too? The reason I ask is that I was looking at svn log in order to figure out how to see what had happene