subdirectory

2013-05-10 Thread jakobaindreas11
how to make a subdirectory? -- You received this message because you are subscribed to the Google Groups Project Hosting on Google Code group. To unsubscribe from this group and stop receiving emails from it, send an email to google-code-hosting+unsubscr...@googlegroups.com. To post

Re: subdirectory

2013-05-10 Thread Jason Hall
Can you be more specific? If you're trying to create a subdirectory in source control, just add a directory in your local copy and commit the changes. On Sun, May 5, 2013 at 5:04 AM, jakobaindrea...@gmail.com wrote: how to make a subdirectory? -- You received this message because you

Re: Moving a subdirectory from repo A to repo B ?

2008-10-03 Thread Darren Pearce
Here's a sequence of commands that should do what you want. They are written for Unix but should be easily adapted to the command-line in Windows for example. As Ryan points out, you'll have to svnsync from projectA to a local repo that you have access to. Then do svndumpfilter to extract the

Moving a subdirectory from repo A to repo B ?

2008-10-02 Thread GCN
Hi, I know this kind of question was already asked for here but I cannot find a proper documentation for this (and I don't really want to break something in my repos). What I'm looking for is a step by step tutorial that explain how to move a repository subdir (with its whole history) to another

Re: Moving a subdirectory from repo A to repo B ?

2008-10-02 Thread Ryan Schmidt
On Oct 2, 2008, at 5:21 AM, GCN wrote: I know this kind of question was already asked for here but I cannot find a proper documentation for this (and I don't really want to break something in my repos). What I'm looking for is a step by step tutorial that explain how to move a repository

Re: Moving a subdirectory from repo A to repo B ?

2008-10-02 Thread GCN
Thanks Ryan for your reply. I already read most of the links you're giving. To be honest I was more looking for a moving a svn subdir from repo A to repo B for dummies kind of guide / webpage :) with a step-by-step HOWTO. Things like: type $ svnadmin create blahblah --paramA foo --paramB bar