>
>svnadmin dump mainproject > mainproject.dump
>svndumpfilter include branch/this_new_stuff < mainproject.dump >
>new_stuff_only.dmp
I guess I did try it bofore and I got this error:
Revision 2003 committed as 2003.
Revision 2004 committed as 2004.
Revision 2005 committed as 2005.
Revision 2006
>
>If the old repository root is svn://x.x.x.x/mainproject and the stuff you want
>to include in the dump is in branch/this_new_stuff in the old repository, then
>you need to run:
>
>svnadmin dump mainproject > mainproject.dump
>svndumpfilter include branch/this_new_stuff < mainproject.dump >
>new
I have a new problem. Not a problem with the software I think this is
sysadmin/user error.
I've read the docs and examples on how to use svnadmin dump and svndumpfilter.
I'm familiar with dumps and loads. But I have a new task appointed to me.
I have a directory structure that looks like this
On Wed, Jan 20, 2016 at 01:25:08AM +0100, Stefan wrote:
>
>Basically the command you'd use is svnadmin dump [REPOSPATH] -r 1:X
>where X is the last revision you want to include (aka: the one from june
>2015).
>See: http://svnbook.red-bean.com/en/1.8/svn.ref.svnadmin.c.dump.html
>
>Then you do an sv
On Tue, Jan 19, 2016 at 04:44:36PM -0700, jbl...@icloud.com wrote:
>
>Ok, this is still workable. The first option assumes that your auditors have
>no clue how to use SVN and would be fine with raw source code minus all the
>nice meta-data provided by subversion. The second option assumes your audi
On Wed, Jan 20, 2016 at 12:40:12AM +0100, Stefan wrote:
>This is quite an unclear requirement to me. If it's an audit, you'd normally
You should see the look on my face when they asked me! I was like "huh? just
install Tortoise and they can view all the changes they want!". But then they
said n
On Tue, Jan 19, 2016 at 01:52:33PM -0700, jbl...@icloud.com wrote:
>
>To present the code as a change over time, you have a couple of options. You
>could perform the same export as above but do so for each revision of the
>repository over the selected range. This could be automated creating separat
On Tue, Jan 19, 2016 at 01:52:33PM -0700, jbl...@icloud.com wrote:
>
>To present the code as a snapshot of a point in time, you could look at the
>"svn export" command and specify either a date or revision number
>corresponding to the date you are looking for. This dump of code could easily
I *THI
SVN on Linux
Tortoise on PC's installed
First let me say, I'm the sysadmin, not a developer so they tasked me to get
this done. I take care of the SVN linux box and making sure it's up and
running. I can do basic stuff on SVN such as commit and checking out.
But here's something they asked me to