AW: How to migrate just part of a repo to another server

2011-09-08 Thread Markus Schaber
Hi, Les,

Von: Les Mikesell [mailto:lesmikes...@gmail.com]
> 
> 2011/9/7 Thorsten Schöning :
> >
> >> Would it work to start the dump at the revision of the move to the
> >> current path (without --incremental) if I'm willing to lose the older
> >> history that might have been in a cvs conversion?
> >
> > Is space a problem or why do you not just dump and load the whole
> > repository and delete every path you don't need using svn? It may be
> > the fastest solution and really preserves all history.
> 
> There are currently a large number of projects in one repository.  The size
> is still manageable but approaching being awkward to back up and
> manipulate.   The point of splitting would be make the size for each
> project reasonable - or perhaps to split out a project to be managed by a
> group that should not have access to some of the other parts.
> From the docs I would have expected giving a starting revision to svnadmin
> dump to eliminate the history - and need for paths containing it - before
> the specified point.  Is that not the case?

I did not follow the thread, but did you have a look at svndumpfilter?
http://svnbook.red-bean.com/en/1.6/svn.reposadmin.maint.html#svn.reposadmin.maint.filtering

Best regards

Markus Schaber

___
We software Automation.

3S-Smart Software Solutions GmbH
Markus Schaber | Developer
Memminger Str. 151 | 87439 Kempten | Germany | Tel. +49-831-54031-0 | Fax 
+49-831-54031-50

Email: m.scha...@3s-software.com | Web: http://www.3s-software.com 
CoDeSys internet forum: http://forum.3s-software.com
Download CoDeSys sample projects: 
http://www.3s-software.com/index.shtml?sample_projects

Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner | Trade 
register: Kempten HRB 6186 | Tax ID No.: DE 167014915


AW: Any significant memory usage impact with Subversion 1.7 client?

2011-09-08 Thread Markus Schaber
Hi,

Von: David Aldrich [mailto:david.aldr...@emea.nec.com]
> > > I have been asked whether the use of a SQLite-backed database in
the
> > > svn 1.7 client will increase the memory usage of the client
> > > significantly. We are wondering whether the client has to load the
> > > entire
> > database into memory.
> > >
> > >
> > >
> > > Can anyone comment on this please?
> >
> > I just checked out a WC of about 434 MB (close to 1800 files) with
the
> > latest
> > 1.6 TortoiseSVN and TortoiseSVN 1.6.99, Build 21903 (yes, it's a
> > couple weeks
> > old) and Windows Task Manager shows TortoiseProc using 16.8MB for
1.6
> > and 24.8MB for 1.7.
> >
> > wc.db is only 280KB.
> >
> > Not terribly scientific, and I'm sure there's some tuning that's
been
> > done since the 1.7 build I'm using at the moment was put together.
> 
> Andy, thanks for this information.

I guess that part of this memory increasing of TortoiseProc is due to
the load of new Features in TortoiseSVN.

Also note that the wc.db only stores metadata, the pristine (base
revision) files are not stored in that database.

Best regards

Markus Schaber

___
We software Automation.

3S-Smart Software Solutions GmbH
Markus Schaber | Developer
Memminger Str. 151 | 87439 Kempten | Germany | Tel. +49-831-54031-0 |
Fax +49-831-54031-50

Email: m.scha...@3s-software.com | Web: http://www.3s-software.com 
CoDeSys internet forum: http://forum.3s-software.com
Download CoDeSys sample projects:
http://www.3s-software.com/index.shtml?sample_projects

Managing Directors: Dipl.Inf. Dieter Hess, Dipl.Inf. Manfred Werner |
Trade register: Kempten HRB 6186 | Tax ID No.: DE 167014915


Re: 1.7.0-rc2: abnormal program termination on Windows

2011-09-08 Thread Marc Strapetz
On 07.09.2011 17:02, Bert Huijben wrote:
> 
> 
>> -Original Message-
>> From: Marc Strapetz [mailto:marc.strap...@syntevo.com]
>> Sent: woensdag 7 september 2011 14:40
>> To: users@subversion.apache.org
>> Subject: 1.7.0-rc2: abnormal program termination on Windows
>>
>> With the pre-built CollabNet binaries from
>> https://ctf.open.collab.net/sf/go/rel2972, I get an abnormal program
>> termination, if the URL is not valid:
>>
>> D:\temp>svn --version
>> svn, version 1.7.0-rc2 (Release Candidate 2)
>>compiled Aug 26 2011, 11:47:28
>>
>> D:\temp>"C:\program files (x86)\Subversion\svn.exe" checkout
>> file://d:\temp\test\repo.svn d:\temp\wc.svn
>> svn: E235000: In file '..\..\..\subversion\libsvn_client\checkout.c'
>> line 94: assertion failed (svn_uri_is_canonical(url
>> , pool))
>>
>> This application has requested the Runtime to terminate it in an unusual
>> way.
>> Please contact the application's support team for more information.
> 
> I can reproduce this problem and will look into fixing this.
> 
> There are two problems with your URL that will probably make it fail even
> after this assertion is fixed.
> 
> The correct url format is file:///d:/temp/test/repo.svn with three slashes
> after file:.
>  file://server/share/ would translate to \\server\share, so your path points
> to \\d:\temp\test\repo.svn.

Thanks, Bert. I've fixed my URL and RC 2 works well so far.

--
Best regards,
Marc Strapetz
=
syntevo GmbH
http://www.syntevo.com
http://blog.syntevo.com


Re: Anyone able to produce Solaris binaries of 1.7.0-rc2 ?

2011-09-08 Thread Johan Corveleyn
On Mon, Sep 5, 2011 at 4:30 PM, Mark Phippard  wrote:
> On Mon, Sep 5, 2011 at 8:51 AM, Johan Corveleyn  wrote:
>> Is there anyone on this list able to produce binaries of 1.7.0-rc2
>> client for Solaris? I know both Collabnet and Wandisco produce Solaris
>> binaries, but they haven't (yet) built the 1.7 pre-releases for this
>> platform. If either of them could fire up their build infrastructure
>> for this, that would be great of course :-). Or anyone else ...?
>>
>> I'm mostly interested in x86 binaries right now, but also sparc
>> binaries would be useful (to compare between two of our systems).
>
> There is a Solaris x86 client here:
>
> https://ctf.open.collab.net/sf/frs/do/listReleases/projects.csvn/frs.svn_release_candidates
>
> Also, Windows 32/64 and Linux 32/64.  Only thing we do not have
> available yet is Solaris sparc.

It took me a while but I finally took this package for a spin today.
Unfortunately, there seems to be something corrupt with the package:

bash-3.00# pkgadd -d CSVNclnt-1.7.0.1-x86-local
pkgadd: ERROR: attempt to process datastream failed
- bad format in datastream table-of-contents
pkgadd: ERROR: could not process datastream from


Can you verify? Has anyone else tried this package (1.7.0-rc2 for Solaris x86)?

-- 
Johan


Re: Anyone able to produce Solaris binaries of 1.7.0-rc2 ?

2011-09-08 Thread Mark Phippard
On Thu, Sep 8, 2011 at 7:31 AM, Johan Corveleyn  wrote:
> On Mon, Sep 5, 2011 at 4:30 PM, Mark Phippard  wrote:
>> On Mon, Sep 5, 2011 at 8:51 AM, Johan Corveleyn  wrote:
>>> Is there anyone on this list able to produce binaries of 1.7.0-rc2
>>> client for Solaris? I know both Collabnet and Wandisco produce Solaris
>>> binaries, but they haven't (yet) built the 1.7 pre-releases for this
>>> platform. If either of them could fire up their build infrastructure
>>> for this, that would be great of course :-). Or anyone else ...?
>>>
>>> I'm mostly interested in x86 binaries right now, but also sparc
>>> binaries would be useful (to compare between two of our systems).
>>
>> There is a Solaris x86 client here:
>>
>> https://ctf.open.collab.net/sf/frs/do/listReleases/projects.csvn/frs.svn_release_candidates
>>
>> Also, Windows 32/64 and Linux 32/64.  Only thing we do not have
>> available yet is Solaris sparc.
>
> It took me a while but I finally took this package for a spin today.
> Unfortunately, there seems to be something corrupt with the package:
>
> bash-3.00# pkgadd -d CSVNclnt-1.7.0.1-x86-local
> pkgadd: ERROR: attempt to process datastream failed
>    - bad format in datastream table-of-contents
> pkgadd: ERROR: could not process datastream from
> 
>
> Can you verify? Has anyone else tried this package (1.7.0-rc2 for Solaris 
> x86)?

I just downloaded and successfully installed the version I posted.  I
did it from the same site just to be sure it had not become corrupted
in posting it.

Did you use gzip -d to decompress it first?

To answer your other question, no you cannot install in a different
location.  AFAIK, you could not have two versions of the same package
installed anyway as I do not believe the Solaris package management
supports that.

-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/


aptana and subversion

2011-09-08 Thread Tom Hale
Hi SVN Users,

I'm having a strange issue in working with Aptana IDE and the SVN Plugin:

I can commit a file to the repository (in aptana, right click - team -
commit), but when I run svn update (SSH terminal), all I get is the new
revision number (at revision xxx).  No indication that the file was
added/changed etc.  This is a new issue as of last week - prior to last week
I was successful with svn update.

I can merge to a previous version of a file (that dates back to last week)
using svn merge -r XXX:XXX filename.

Is it possible that I have a corrupted file?

I'm 'dead in the water' so to speak until I get this resolved - so any
help/suggestion gratefully accepted.

Thank you.

Tom


1.7.0 upgrade doesn't properly follow svn:externals

2011-09-08 Thread Scott Palmer
Just tried 1.7.0RC2 and noticed that bugs with svn upgrade are still present.
If you have svn:externals in the top level of your working copy they seem to be 
converted, but if those external references also use svn:externals then those 
nested working copies are not upgraded.
Is anyone else seeing this?

Scott


problems with propset svn:ignore

2011-09-08 Thread Randy Paries
i though i understood but does not seem to be working as i expected

my current dir structure is
/
/inc
/userdirs/a/aa
/userdirs/b/ba
/userdirs/a hole bunch of recursive dirs
/bunchofotherdirs

so when i do a svn up i want to ignore or not update
userdirs and below
inc/settings.php

i have created a file in / called svnIgnoreFiles.me
i then did

[root@moosejaw html]# svn propset svn:ignore -F svnIgnoreFiles.me .
property 'svn:ignore' set on '.'

i delete userdirs/*

but when i do a svn up it still brings down from svn all the userdirs

what part am i missing??
thanks
Randy


configuring for changesets, on the server side

2011-09-08 Thread Hahn, Christopher (SAN DIEGO)
Hello,

I need to confirm that our SVN server is configured to support changesets.

I noticed that the output of a reviewboard call referred to our server not
having this capability turned off:
=
repository info: Path: https://svn.sdd.hp.com/rg0102/itsm-st, Base
path: /SharedTech/cwc/4.1.0-sm, Supports changesets: False
=

I am thinking that there is a global server property that I can set, but the 
red-bean
SVN manual does not refer to this. (not in any block of text that also refers to
changesets, I checked).

Any pointers into the docs appreciated.

Take care,

Christopher



[cid:image001.png@01CAF080.AD65F1E0]

Christopher Hahn
The Dude
SM Configuration Management
R&D Services, Hewlett-Packard
Phone: 858-655-4096
Cell: 619-630-9791
ch...@hp.com

Visit our SPE Portal





<>

Re: configuring for changesets, on the server side

2011-09-08 Thread Mark Phippard
On Thu, Sep 8, 2011 at 2:10 PM, Hahn, Christopher (SAN DIEGO) <
christopher.h...@hp.com> wrote:

>  Hello,
>
> ** **
>
> I need to confirm that our SVN server is configured to support changesets.
> 
>
> ** **
>
> I noticed that the output of a reviewboard call referred to our server not
> 
>
> having this capability turned off:
>
> =
>
> repository info: Path: https://svn.sdd.hp.com/rg0102/itsm-st, Base
>
> path: /SharedTech/cwc/4.1.0-sm, *Supports changesets: False*
>
> =
>
> ** **
>
> I am thinking that there is a global server property that I can set, but
> the red-bean
>
> SVN manual does not refer to this. (not in any block of text that also
> refers to 
>
> changesets, I checked).
>
> ** **
>
> Any pointers into the docs appreciated.
>
> ** **
>
> Take care,
>
> **
>

There is no server-side changesets feature in SVN.  Maybe since Reviewboard
supports a variety of SCM tools this is something more generic, saying your
SCM does not support changesets, where as others like Git probably do?


-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/


RE: configuring for changesets, on the server side

2011-09-08 Thread Hahn, Christopher (SAN DIEGO)
Yes, I had read this, but had to wonder what ReviewBoard was complaining about.

I will query on that front.  Thank you very much for the time.

Chris

From: Mark Phippard [mailto:markp...@gmail.com]
Sent: Thursday, September 08, 2011 11:14 AM
To: Hahn, Christopher (SAN DIEGO)
Cc: users@subversion.apache.org
Subject: Re: configuring for changesets, on the server side

On Thu, Sep 8, 2011 at 2:10 PM, Hahn, Christopher (SAN DIEGO) 
mailto:christopher.h...@hp.com>> wrote:
Hello,

I need to confirm that our SVN server is configured to support changesets.

I noticed that the output of a reviewboard call referred to our server not
having this capability turned off:
=
repository info: Path: https://svn.sdd.hp.com/rg0102/itsm-st, Base
path: /SharedTech/cwc/4.1.0-sm, Supports changesets: False
=

I am thinking that there is a global server property that I can set, but the 
red-bean
SVN manual does not refer to this. (not in any block of text that also refers to
changesets, I checked).

Any pointers into the docs appreciated.

Take care,

There is no server-side changesets feature in SVN.  Maybe since Reviewboard 
supports a variety of SCM tools this is something more generic, saying your SCM 
does not support changesets, where as others like Git probably do?


--
Thanks

Mark Phippard
http://markphip.blogspot.com/


Partial-tree merge

2011-09-08 Thread Andreas Krey
Hi everyone,

I have a question: I need to merge only some subtrees of a project which looks 
like
(names changed to protect the guilty):

  part/sub/view
  part/sub/watch
  part/sub/see
  part/sub/peer

I want only to merge 'watch' and 'view'. For 'view' I can just go into that
directory of a sandbox of the target branch and do 'svn merge'.

Unfortunately 'watch' does not exist in the target tree yet, so I can't
go in there to merge, and when I instead merge the entire 'path/sub'
and do only commit 'watch' I very much suspect that the mergeinfo will
be wrong, being set only on 'path/sub', but not on 'path/sub/watch'. (At
least, there is only a mergeinfo property on the merge base directory;
I doubt that a subtree commit will redistribute that.)

How can I gen svn to do what I want? [1]

Besides, when I'm getting tree conflicts of the add/add kind, and it's
(on 1.6.9) annoyingly complicated to get a diff between the working
copy file and the version on the branch just merged in (like 'svn cat
^/the/long/repo/pathname/of/module/branches/cvs/local/path/filename |
diff -u - filename'). Is there some trick?

Andreas

[1] I might add that the very ability to do partial merges is the main
reason I do not actively promote using git.

-- 
"Totally trivial. Famous last words."
From: Linus Torvalds 
Date: Fri, 22 Jan 2010 07:29:21 -0800


RE: configuring for changesets, on the server side

2011-09-08 Thread Hahn, Christopher (SAN DIEGO)
Well, my users are pushing back.

They pointed to a page that specifically describes the using ChangeSets from 
Eclipse+SVN:

SVN Workspace Synchronization:

http://www.eclipse.org/subversive/documentation/teamSupport/workspace_synch.php

I see there this description of the Show Change Set button:

Show Change Sets 
([http://www.eclipse.org/subversive/documentation/images/changeset.gif]) - 
displays specific model based on change sets. The view shows incoming changes 
grouped by commit comment which is handy for seeing who released what and why. 
For outgoing changes, the user can create change sets to group related changes.
For my users this functionality is not available.

I suppose that this might be a Client side config, and would really appreciate 
any pointers
to where this might be documented.

Thank you,

Christopher

From: Hahn, Christopher (SAN DIEGO)
Sent: Thursday, September 08, 2011 11:16 AM
To: Mark Phippard
Cc: users@subversion.apache.org
Subject: RE: configuring for changesets, on the server side

Yes, I had read this, but had to wonder what ReviewBoard was complaining about.

I will query on that front.  Thank you very much for the time.

Chris

From: Mark Phippard [mailto:markp...@gmail.com]
Sent: Thursday, September 08, 2011 11:14 AM
To: Hahn, Christopher (SAN DIEGO)
Cc: users@subversion.apache.org
Subject: Re: configuring for changesets, on the server side

On Thu, Sep 8, 2011 at 2:10 PM, Hahn, Christopher (SAN DIEGO) 
mailto:christopher.h...@hp.com>> wrote:
Hello,

I need to confirm that our SVN server is configured to support changesets.

I noticed that the output of a reviewboard call referred to our server not
having this capability turned off:
=
repository info: Path: https://svn.sdd.hp.com/rg0102/itsm-st, Base
path: /SharedTech/cwc/4.1.0-sm, Supports changesets: False
=

I am thinking that there is a global server property that I can set, but the 
red-bean
SVN manual does not refer to this. (not in any block of text that also refers to
changesets, I checked).

Any pointers into the docs appreciated.

Take care,

There is no server-side changesets feature in SVN.  Maybe since Reviewboard 
supports a variety of SCM tools this is something more generic, saying your SCM 
does not support changesets, where as others like Git probably do?


--
Thanks

Mark Phippard
http://markphip.blogspot.com/
<>

Re: configuring for changesets, on the server side

2011-09-08 Thread Mark Phippard
OK, but now you have changed from a question about an error spit out of
Review Board to a feature in a specific SVN client.

Lots of SVN clients have some kind of changeset feature.  They are all
client-side only so refer to the documentation for the client you are using.
 There is no feature you have to enable on the server to turn this on.  The
user just has to use it.




On Thu, Sep 8, 2011 at 3:14 PM, Hahn, Christopher (SAN DIEGO) <
christopher.h...@hp.com> wrote:

>  Well, my users are pushing back.
>
> ** **
>
> They pointed to a page that specifically describes the using ChangeSets
> from Eclipse+SVN:
>
> ** **
>
> SVN Workspace Synchronization:
>
>
> http://www.eclipse.org/subversive/documentation/teamSupport/workspace_synch.php
> 
>
> ** **
>
> I see there this description of the Show Change Set button:
>
> *Show Change Sets (**[image:
> http://www.eclipse.org/subversive/documentation/images/changeset.gif])* -
> displays specific model based on change sets. The view shows incoming
> changes grouped by commit comment which is handy for seeing who released
> what and why. For outgoing changes, the user can create change sets to group
> related changes.
>
> For my users this functionality is not available.
>
> ** **
>
> I suppose that this might be a Client side config, and would really
> appreciate any pointers
>
> to where this might be documented.
>
> ** **
>
> Thank you,
>
> ** **
>
> Christopher
>
> ** **
>
> *From:* Hahn, Christopher (SAN DIEGO)
> *Sent:* Thursday, September 08, 2011 11:16 AM
> *To:* Mark Phippard
>
> *Cc:* users@subversion.apache.org
> *Subject:* RE: configuring for changesets, on the server side
>
>  ** **
>
> Yes, I had read this, but had to wonder what ReviewBoard was complaining
> about.
>
> ** **
>
> I will query on that front.  Thank you very much for the time.
>
> ** **
>
> Chris
>
> ** **
>
> *From:* Mark Phippard [mailto:markp...@gmail.com]
> *Sent:* Thursday, September 08, 2011 11:14 AM
> *To:* Hahn, Christopher (SAN DIEGO)
> *Cc:* users@subversion.apache.org
> *Subject:* Re: configuring for changesets, on the server side
>
> ** **
>
> On Thu, Sep 8, 2011 at 2:10 PM, Hahn, Christopher (SAN DIEGO) <
> christopher.h...@hp.com> wrote:
>
>  Hello,
>
>  
>
> I need to confirm that our SVN server is configured to support changesets.
> 
>
>  
>
> I noticed that the output of a reviewboard call referred to our server not
> 
>
> having this capability turned off:
>
> =
>
> repository info: Path: https://svn.sdd.hp.com/rg0102/itsm-st, Base
>
> path: /SharedTech/cwc/4.1.0-sm, *Supports changesets: False*
>
> =
>
>  
>
> I am thinking that there is a global server property that I can set, but
> the red-bean
>
> SVN manual does not refer to this. (not in any block of text that also
> refers to 
>
> changesets, I checked).
>
>  
>
> Any pointers into the docs appreciated.
>
>  
>
> Take care,
>
>  ** **
>
> There is no server-side changesets feature in SVN.  Maybe since Reviewboard
> supports a variety of SCM tools this is something more generic, saying your
> SCM does not support changesets, where as others like Git probably do?
>
>
> 
>
> ** **
>
> --
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/
>



-- 
Thanks

Mark Phippard
http://markphip.blogspot.com/
<>

script or tool to walk back thru 1 file's history diffing..

2011-09-08 Thread subversion
Would like to write a script to follow the history of a single
file, backwards, diffing the file w/it's prior version all the way
back to the 1st version.  

By using 'svn info' to get the last chgd rev, and running 'svn
diff -c $lastchgd_rev ...', this seems simple enough if the URL to
the file does not change; but if the pathname in svn to the file
is renamed there is no choice but to look at 'svn log', right?

--
thanks/regards,
Tom

--
Does such a command line tool already exist?


Re: problems with propset svn:ignore

2011-09-08 Thread Ryan Schmidt

On Sep 8, 2011, at 11:41, Randy Paries wrote:

> i though i understood but does not seem to be working as i expected
> 
> my current dir structure is
> /
> /inc
> /userdirs/a/aa
> /userdirs/b/ba
> /userdirs/a hole bunch of recursive dirs
> /bunchofotherdirs
> 
> so when i do a svn up i want to ignore or not update
> userdirs and below
> inc/settings.php
> 
> i have created a file in / called svnIgnoreFiles.me
> i then did
> 
> [root@moosejaw html]# svn propset svn:ignore -F svnIgnoreFiles.me .
> property 'svn:ignore' set on '.'
> 
> i delete userdirs/*
> 
> but when i do a svn up it still brings down from svn all the userdirs
> 
> what part am i missing??

svn:ignore is for ignoring unversioned files that you do not want to commit to 
a repository.

If the files are already committed to the repository, then svn:ignore is not 
applicable.





Searching in SVN

2011-09-08 Thread Waseem Shahzad
Hi guys!

I would like to search a file amongst 1000+ files within
a Folder. Is there any way to do this with smart way.

 

 

Muchas Gracias, 

Waseem Bukhari

CM - Ext: 331

 



subscribe

2011-09-08 Thread Randy Paries