Re: How to see when an item was added using svnlook?

2018-01-02 Thread Branko Čibej
On 02.01.2018 13:27, Bo Berglund wrote: > On Tue, 2 Jan 2018 09:42:07 +0100, Branko ?ibej > wrote: > >> On 01.01.2018 21:28, Bo Berglund wrote: >>> I am trying to use svnlook to find the revision when a directory was >>> created. I want to use this to dig out the timestamps of

Re: How to see when an item was added using svnlook?

2018-01-02 Thread Branko Čibej
On 02.01.2018 13:29, Bo Berglund wrote: > On Tue, 02 Jan 2018 09:59:15 +, Daniel Shahaf > wrote: > >> Branko ?ibej wrote on Tue, 02 Jan 2018 09:42 +0100: >>> On 01.01.2018 21:28, Bo Berglund wrote: Is there a command to show the revision when an item (directory

Re: How to see when an item was added using svnlook?

2018-01-02 Thread Johan Corveleyn
On Tue, Jan 2, 2018 at 1:42 PM, Johan Corveleyn wrote: > On Tue, Jan 2, 2018 at 1:29 PM, Bo Berglund wrote: >> On Tue, 02 Jan 2018 09:59:15 +, Daniel Shahaf >> wrote: >> >>>Branko ?ibej wrote on Tue, 02 Jan 2018 09:42 +0100:

Re: How to see when an item was added using svnlook?

2018-01-02 Thread Johan Corveleyn
On Tue, Jan 2, 2018 at 1:29 PM, Bo Berglund wrote: > On Tue, 02 Jan 2018 09:59:15 +, Daniel Shahaf > wrote: > >>Branko ?ibej wrote on Tue, 02 Jan 2018 09:42 +0100: >>> On 01.01.2018 21:28, Bo Berglund wrote: >>> > Is there a command to show the

Re: How to see when an item was added using svnlook?

2018-01-02 Thread Bo Berglund
On Tue, 02 Jan 2018 09:59:15 +, Daniel Shahaf wrote: >Branko ?ibej wrote on Tue, 02 Jan 2018 09:42 +0100: >> On 01.01.2018 21:28, Bo Berglund wrote: >> > Is there a command to show the revision when an item (directory or >> > file) was actually created in svn? >> >>

Re: How to see when an item was added using svnlook?

2018-01-02 Thread Bo Berglund
On Tue, 2 Jan 2018 09:42:07 +0100, Branko ?ibej wrote: >On 01.01.2018 21:28, Bo Berglund wrote: >> I am trying to use svnlook to find the revision when a directory was >> created. I want to use this to dig out the timestamps of tags and >> branches. My svn version is 1.9.7

Re: How to see when an item was added using svnlook?

2018-01-02 Thread Branko Čibej
On 02.01.2018 10:59, Daniel Shahaf wrote: > Branko Čibej wrote on Tue, 02 Jan 2018 09:42 +0100: >> On 01.01.2018 21:28, Bo Berglund wrote: >>> Is there a command to show the revision when an item (directory or >>> file) was actually created in svn? >> Currently the only hack to do this is by using

Re: How to see when an item was added using svnlook?

2018-01-02 Thread Daniel Shahaf
Branko Čibej wrote on Tue, 02 Jan 2018 09:42 +0100: > On 01.01.2018 21:28, Bo Berglund wrote: > > Is there a command to show the revision when an item (directory or > > file) was actually created in svn? > > Currently the only hack to do this is by using 'svn log --stop-on-copy' > in a working

Re: How to see when an item was added using svnlook?

2018-01-02 Thread Branko Čibej
On 01.01.2018 21:28, Bo Berglund wrote: > I am trying to use svnlook to find the revision when a directory was > created. I want to use this to dig out the timestamps of tags and > branches. My svn version is 1.9.7 (both server and client). > > So far I have not found a way to do it... > > svnlook

How to see when an item was added using svnlook?

2018-01-01 Thread Bo Berglund
I am trying to use svnlook to find the revision when a directory was created. I want to use this to dig out the timestamps of tags and branches. My svn version is 1.9.7 (both server and client). So far I have not found a way to do it... svnlook history /branches/ shows a lot of revisions which