[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: installing SVN after development has started

From: Stephen Winnall <stephen.winnall_at_vimia.com>
Date: 2007-01-21 01:48:08 CET

Thanks to everyone for the quick response to my question. I have
tried to use svn_load_dirs.pl and it worked well for my first attempt,
but for my second, it is failing with the following message:

...
Running /opt/subversion/bin/svn propset svn:executable --file /tmp/
svn_load_dirs_077Tc2Ofvj/iAquVYI0mo modules/jsp-2.1/target/glassfish/
pwc-commons/src/java/com/sun/enterprise/web/monitor/impl/
PwcWebModuleStatsImpl.java
Running /opt/subversion/bin/svn rm --targets /tmp/
svn_load_dirs_077Tc2Ofvj/targets.00002
Running /opt/subversion/bin/svn propget svn:eol-style pom.xml@BASE
/opt/subversion/bin/svn_load_dirs.pl: /opt/subversion/bin/svn propget
svn:eol-style pom.xml@BASE failed with this output:
svn: 'pom.xml@BASE' is not under version control

After the first time I thought I had made a mistake with the
initial import, so I cleaned up and repeated the process
carefully. But I still get the error. I am not aware of having
done anything special to pom.xml: it should have got imported
with all the other stuff.

Can anyone help with this please?

Steve

On 18 Jan 2007, at 19:36, Ryan Schmidt wrote:

> On Jan 18, 2007, at 11:57, Stephen Winnall wrote:
>
>> I'm new to Subversion and I'd like to start using it for some
>> projects which have already been under development for
>> some time. I have copies of the original files for the projects
>> and would like to put these into the repository as the initial
>> version and then take the current status and load it as a
>> subsequent version on top of the initial version,
>>
>> I've no doubt this question has been asked many times before
>> (and I apologise for that), but I haven't been able to find the
>> right combination of keywords to make the mailing list archive
>> or Google spit it out, and I have a similar problem with the Book.
>>
>> Could someone please point me at what I should be reading
>> or give me a hint as to what terms I should be looking for.
>
> You should be looking into the svn_load_dirs.pl script which is
> included with the Subversion source distribution. Basically, you
> will "svn import" the initial version as your trunk. Then you will
> (probably want to) tag that version of trunk. Then you will use
> svn_load_dirs.pl to update the trunk and tag it again, with each
> subsequent iteration of the project that you have on hand. For
> example, when I started using Subversion, I had about 20 older
> versions of my project that I could import in this way.
>
> I recently suggested this for someone else. See my answer to his
> question #4 in the message after this one:
>
> http://svn.haxx.se/users/archive-2007-01/0481.shtml
>
> Read the chapter in the book on vendor branches for more on
> svn_load_dirs.pl.
>
>
> --
>
> To reply to the mailing list, please use your mailer's Reply To All
> function
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Jan 21 01:48:39 2007

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.