Newly created projects start at revision 1, with a few directories automatically created. /trunk is one of those. Since you're restarting from revision 0, you'll need to manually create /trunk again. If you're working from a command line, something like:
svn co https://shharc.googlecode.com/svn/ shharc-temp cd shharc-temp mkdir trunk svn add trunk svn ci Once you've done this, you should be able to access your old working copy again. Daniel On Nov 5, 2:58 pm, chinnyreckon <[EMAIL PROTECTED]> wrote: > thanks > > sorry to be an idiot but how do i go about adding the files back. ive > tried checking out the project and it says > > Error: URL 'https://shharc.googlecode.com/svn/trunk'doesn't exist > > ive tried putting files in my old project dirrectory adding and then > committing but it says > > Error: '/svn/trunk' path not found > > On Nov 5, 10:38 pm, "Daniel O'Brien" <[EMAIL PROTECTED]> wrote: > > > Done! > > > Daniel > > > On Nov 5, 2:03 pm, chinnyreckon <[EMAIL PROTECTED]> wrote: > > > > and backed the file up. go ahead > > > > On Nov 5, 9:42 pm, chinnyreckon <[EMAIL PROTECTED]> wrote: > > > > > I have done svn rm on the files > > > > > On Nov 5, 9:40 pm, "Daniel O'Brien" <[EMAIL PROTECTED]> wrote: > > > > > > Yes, the repository reset will completely wipe out the existing > > > > > contents. > > > > > > Let me know once you've backed up what you need from the existing > > > > > repository, then I'll perform the reset. > > > > > > Daniel > > > > > > On Nov 5, 10:38 am, chinnyreckon <[EMAIL PROTECTED]> wrote: > > > > > > > ive done that now. Thanks for your help. > > > > > > > Do I have to readd all the necissary files again onced the > > > > > > repository > > > > > > is reset? > > > > > > > On Nov 5, 5:07 pm, "Daniel O'Brien" <[EMAIL PROTECTED]> wrote: > > > > > > > > Can you "svn rm" your existing contents? Once you've done so I'll > > > > > > > go > > > > > > > ahead with a reset. > > > > > > > > Daniel > > > > > > > > On Nov 5, 4:10 am, chinnyreckon <[EMAIL PROTECTED]> wrote: > > > > > > > > > perhaps reseting the revision number to version 0 will achieve > > > > > > > > this, i > > > > > > > > dont know. Basically I have some files checked in that shouldnt > > > > > > > > be > > > > > > > > there. The project name is shharc. > > > > > > > > > thanks > > > > > > > > > On Nov 5, 11:49 am, chinnyreckon <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Hi, > > > > > > > > > > I wish to remove some old revisions/files permanently from my > > > > > > > > > google > > > > > > > > > code project. Subversion keeps a history after delete. I am > > > > > > > > > quite > > > > > > > > > happy at present to remove the entire project history as it is > > > > > > > > > preaplha as only rewvisions from now onwards are of real > > > > > > > > > interest to > > > > > > > > > myself and anyone that downloads it. Can I in any way delete > > > > > > > > > the > > > > > > > > > project content and perhaps readd it whilst keeping the same > > > > > > > > > project > > > > > > > > > name or repository? > > > > > > > > > > thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hosting at Google Code" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-code-hosting?hl=en -~----------~----~----~----~------~----~------~--~---

