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
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
>
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
> 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"
>
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
>
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
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
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?
BOb
> -Original Message-
> From: Jon DeVree [mailto:jadev...@mtu.edu]
> Sent: Monday, March 29, 2010 1:56 PM
> To: users@subversion.apac