You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ryan Hunt <rh...@hp.com> on 2003/11/20 16:10:57 UTC

svnadmin lscr

It looks like this command has been removed from 0.33.1...

Was this intentional??  If so how do we find out this information now, 
and if not when will it be re-inserted back into the code?

-Ryan


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

create a working copy without checkout files

Posted by Robert <ro...@gmx.de>.
Hello.
I already have a /usr/local/MyApache2/conf/httpd.conf in my repostitory.
Now I have a new installation of Apache and the /conf directory ist't a 
subversion working copy anymore.

How can I commit the new /usr/local/MyApache2/conf/httpd.conf into my 
repository?

Formerly I was used to
svn checkout http://myIP:port/svn/usr/local/MyApache2/conf/ .
The space+dot told svn not to get any files but to create a working 
copy. Today I noticed that this doesn't work. Does my rememberance fool 
me or is that changed behavior?

What can I do to update files like that?

Thanks for help.
Robert


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svnadmin lscr

Posted by Ryan Hunt <rh...@hp.com>.
On Thursday, November 20, 2003, at 04:47  PM, Philip Martin wrote:

> Ryan Hunt <rh...@hp.com> writes:
>
>> On Thursday, November 20, 2003, at 09:10  AM, Ryan Hunt wrote:
>>
>>> It looks like this command has been removed from 0.33.1...
>>
>> No word on lscr from anyone??
>> Is this being removed?
>> I use svnadmin lscr all the time... I hope it is not really gone..
>
> You didn't use it in 0.31 or in 0.32.  You haven't read the CHANGES
> file either :-/
>

Just been upgrading everyone from 0.29.  Didn't think to look in 
CHANGES till now...  Thanks for the reminder.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svnadmin lscr

Posted by Philip Martin <ph...@codematters.co.uk>.
Ryan Hunt <rh...@hp.com> writes:

> On Thursday, November 20, 2003, at 09:10  AM, Ryan Hunt wrote:
>
>> It looks like this command has been removed from 0.33.1...
>
> No word on lscr from anyone??
> Is this being removed?
> I use svnadmin lscr all the time... I hope it is not really gone..

You didn't use it in 0.31 or in 0.32.  You haven't read the CHANGES
file either :-/

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svnadmin lscr

Posted by "C. Michael Pilato" <cm...@collab.net>.
John Szakmeister <jo...@szakmeister.net> writes:

> Yep, it was intentional.  It looks like it was nuked in the 0.31.0 release 
> (r7289).  Here is part of the log message:
> 
>   Also, kill 'svnadmin lscr'

I remember doing that.

>                              (since its functionality is encompassed by
>   the new 'svnlook history').

Heh.  I totally forgot about adding that. :-)  Sweet.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svnadmin lscr

Posted by "C. Michael Pilato" <cm...@collab.net>.
John Szakmeister <jo...@szakmeister.net> writes:

> Yep, it was intentional.  It looks like it was nuked in the 0.31.0 release 
> (r7289).  Here is part of the log message:
> 
>   Also, kill 'svnadmin lscr'

I remember doing that.

>                              (since its functionality is encompassed by
>   the new 'svnlook history').

Heh.  I totally forgot about adding that. :-)  Sweet.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svnadmin lscr

Posted by John Szakmeister <jo...@szakmeister.net>.
On Thursday 20 November 2003 18:41, Ryan Hunt wrote:
> No word on lscr from anyone??
> Is this being removed?
> I use svnadmin lscr all the time... I hope it is not really gone..
>
> -Ryan
>
> On Thursday, November 20, 2003, at 09:10  AM, Ryan Hunt wrote:
> > It looks like this command has been removed from 0.33.1...
> >
> > Was this intentional??  If so how do we find out this information now,
> > and if not when will it be re-inserted back into the code?

Yep, it was intentional.  It looks like it was nuked in the 0.31.0 release 
(r7289).  Here is part of the log message:

  Also, kill 'svnadmin lscr' (since its functionality is encompassed by
  the new 'svnlook history').

So, it appears you can get what you want through 'svnlook history'.  I can't 
comment on any differences since I had never used the command before.

-John


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svnadmin lscr

Posted by John Szakmeister <jo...@szakmeister.net>.
On Thursday 20 November 2003 18:41, Ryan Hunt wrote:
> No word on lscr from anyone??
> Is this being removed?
> I use svnadmin lscr all the time... I hope it is not really gone..
>
> -Ryan
>
> On Thursday, November 20, 2003, at 09:10  AM, Ryan Hunt wrote:
> > It looks like this command has been removed from 0.33.1...
> >
> > Was this intentional??  If so how do we find out this information now,
> > and if not when will it be re-inserted back into the code?

Yep, it was intentional.  It looks like it was nuked in the 0.31.0 release 
(r7289).  Here is part of the log message:

  Also, kill 'svnadmin lscr' (since its functionality is encompassed by
  the new 'svnlook history').

So, it appears you can get what you want through 'svnlook history'.  I can't 
comment on any differences since I had never used the command before.

-John


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svnadmin lscr

Posted by Philip Martin <ph...@codematters.co.uk>.
Ryan Hunt <rh...@hp.com> writes:

> On Thursday, November 20, 2003, at 09:10  AM, Ryan Hunt wrote:
>
>> It looks like this command has been removed from 0.33.1...
>
> No word on lscr from anyone??
> Is this being removed?
> I use svnadmin lscr all the time... I hope it is not really gone..

You didn't use it in 0.31 or in 0.32.  You haven't read the CHANGES
file either :-/

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: svnadmin lscr

Posted by Ryan Hunt <rh...@hp.com>.
No word on lscr from anyone??
Is this being removed?
I use svnadmin lscr all the time... I hope it is not really gone..

-Ryan

On Thursday, November 20, 2003, at 09:10  AM, Ryan Hunt wrote:

> It looks like this command has been removed from 0.33.1...
>
> Was this intentional??  If so how do we find out this information now, 
> and if not when will it be re-inserted back into the code?
>
> -Ryan
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: svnadmin lscr

Posted by Ryan Hunt <rh...@hp.com>.
No word on lscr from anyone??
Is this being removed?
I use svnadmin lscr all the time... I hope it is not really gone..

-Ryan

On Thursday, November 20, 2003, at 09:10  AM, Ryan Hunt wrote:

> It looks like this command has been removed from 0.33.1...
>
> Was this intentional??  If so how do we find out this information now, 
> and if not when will it be re-inserted back into the code?
>
> -Ryan
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org