You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by David Glasser <gl...@davidglasser.net> on 2007/10/11 19:59:40 UTC

[psvn] heads-up: changelists incompatible with psvn

Just a heads-up: psvn doesn't know how to parse the changelist-ful
"svn st" output, leading to fun things like:

svn status for directory ~/
Repository Root: file:///home/glasser/REPOSITORIES/ghomedir
Repository Url:  file:///home/glasser/REPOSITORIES/ghomedir
570 Unmodified file(s) are hidden - press `_' to toggle hiding
0 file(s) marked

         9    9 glasser     .
  ?             ?           .mozilla/firefox
  --            ?           angelist 'bar': [ LOCKED ] [
REPO-LOCK-UNKNOWN ] (switched)
  M      8    8 glasser     bin/configure-svn


--dave

-- 
David Glasser | glasser@davidglasser.net | http://www.davidglasser.net/

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

Re: [psvn] heads-up: changelists incompatible with psvn

Posted by David Glasser <gl...@davidglasser.net>.
On 10/11/07, Stefan Reichör <st...@xsteve.at> wrote:
> Hi Dave!
>
> > Just a heads-up: psvn doesn't know how to parse the changelist-ful
> > "svn st" output, leading to fun things like:
> >
> > svn status for directory ~/
> > Repository Root: file:///home/glasser/REPOSITORIES/ghomedir
> > Repository Url:  file:///home/glasser/REPOSITORIES/ghomedir
> > 570 Unmodified file(s) are hidden - press `_' to toggle hiding
> > 0 file(s) marked
> >
> >          9    9 glasser     .
> >   ?             ?           .mozilla/firefox
> >   --            ?           angelist 'bar': [ LOCKED ] [
> > REPO-LOCK-UNKNOWN ] (switched)
> >   M      8    8 glasser     bin/configure-svn
> >
>
> Could you please send me the svn st output that does not work.
>
> I don't follow the svn development in details nowadays. What is the
> essence of the mentioned changelist-ful "svn st" output.

glasser@smiler:~/bin$ svn cl foo configure-svn make-svn
Path 'configure-svn' is now a member of changelist 'foo'.
Path 'make-svn' is now a member of changelist 'foo'.
glasser@smiler:~/bin$ svn cl bar dmenu
Path 'dmenu' is now a member of changelist 'bar'.
glasser@smiler:~/bin$ svn rm make-svn
D         make-svn
glasser@smiler:~/bin$ svn rm hgmerge
D         hgmerge
glasser@smiler:~/bin$ svn st
D      hgmerge

--- Changelist 'foo':
D      make-svn
       configure-svn

--- Changelist 'bar':
       dmenu


-- 
David Glasser | glasser@davidglasser.net | http://www.davidglasser.net/

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


Re: [psvn] heads-up: changelists incompatible with psvn

Posted by Stefan Reichör <st...@xsteve.at>.
Hi Dave!

> Just a heads-up: psvn doesn't know how to parse the changelist-ful
> "svn st" output, leading to fun things like:
>
> svn status for directory ~/
> Repository Root: file:///home/glasser/REPOSITORIES/ghomedir
> Repository Url:  file:///home/glasser/REPOSITORIES/ghomedir
> 570 Unmodified file(s) are hidden - press `_' to toggle hiding
> 0 file(s) marked
>
>          9    9 glasser     .
>   ?             ?           .mozilla/firefox
>   --            ?           angelist 'bar': [ LOCKED ] [
> REPO-LOCK-UNKNOWN ] (switched)
>   M      8    8 glasser     bin/configure-svn
>

Could you please send me the svn st output that does not work.

I don't follow the svn development in details nowadays. What is the
essence of the mentioned changelist-ful "svn st" output.


Stefan.

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