Re: svn copy not updating Last Changed Rev

2010-03-30 Thread Daniel Shahaf
Jon DeVree wrote on Mon, 29 Mar 2010 at 17:57 -0400: > On Mon, Mar 29, 2010 at 23:53:43 +0300, Daniel Shahaf wrote: > > % svn info iota2 iota3 | grep "Last Changed Rev" > > Last Changed Rev: 2 > > Last Changed Rev: 3 > > > > Try it with a directory that includes files and subdirectori

Re: svn copy not updating Last Changed Rev

2010-03-30 Thread Daniel Shahaf
Jon DeVree wrote on Mon, 29 Mar 2010 at 18:47 -0400: > In fact, it occured to me that this should be visible on any public > subversion repository that used a server side svn copy operation. Even > the repository of svn itself: > > Here is the most recent log entry for the build subdirectory of >

Re: svn copy not updating Last Changed Rev

2010-03-29 Thread Jon DeVree
On Mon, Mar 29, 2010 at 18:15:19 -0400, Bob Archer wrote: > You don't show what your pwd is when you do these commands. but I think the > default range is 1:BASE if you are in a working copy. Does the log change if > you use: > > svn log -r HEAD :///tmp/svn-repo/branches/mine/fil > Good questi

RE: svn copy not updating Last Changed Rev

2010-03-29 Thread Bob Archer
> On Mon, Mar 29, 2010 at 23:53:43 +0300, Daniel Shahaf wrote: > > [[[ > > % svn up > > At revision 1. > > > > % svnversion > > 1 > > > > % svn cp -q iota iota2 > > > > % svn ci -q -m "r2: add iota2" > > > > % svn cp -q ^/trunk/iota ^/trunk/iota3 -m "r3: add iota3" >

Re: svn copy not updating Last Changed Rev

2010-03-29 Thread Jon DeVree
On Mon, Mar 29, 2010 at 23:53:43 +0300, Daniel Shahaf wrote: > [[[ > % svn up > At revision 1. > > % svnversion > 1 > > % svn cp -q iota iota2 > > % svn ci -q -m "r2: add iota2" > > % svn cp -q ^/trunk/iota ^/trunk/iota3 -m "r3: add iota3" > > % svn up -q >

Re: svn copy not updating Last Changed Rev

2010-03-29 Thread Daniel Shahaf
Jon DeVree wrote on Mon, 29 Mar 2010 at 14:19 -0400: > On Mon, Mar 29, 2010 at 14:02:06 -0400, Bob Archer wrote: > > Why would you expect the last changed rev of a file to change just > > because you coppied it to another path? You didn't actually change > > that file right? > > First, the value

Re: svn copy not updating Last Changed Rev

2010-03-29 Thread Jon DeVree
On Mon, Mar 29, 2010 at 14:02:06 -0400, Bob Archer wrote: > Why would you expect the last changed rev of a file to change just > because you coppied it to another path? You didn't actually change > that file right? First, the value changes if you use svn copy locally and commit the results. So I

RE: svn copy not updating Last Changed Rev

2010-03-29 Thread Bob Archer
PM > To: users@subversion.apache.org > Subject: svn copy not updating Last Changed Rev > > I noticed that when you svn copy a directory (like for branching and > tagging) the 'Last Changed Rev' in svn info only moves forward on the > root of the copy and not every file. The most recent

svn copy not updating Last Changed Rev

2010-03-29 Thread Jon DeVree
I noticed that when you svn copy a directory (like for branching and tagging) the 'Last Changed Rev' in svn info only moves forward on the root of the copy and not every file. The most recent revision in svn log will show up as the copy revision though. Shouldn't the 'Last Changed Rev' on a path al