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

Cant get modules to work?

From: Kent Karlsson <kent_at_popwire.com>
Date: 2002-10-25 18:06:11 CEST

I have set up three repositories.

/test1
        /Applications
                /LocalApplication
                        LocalApplication.c
        /Components
                /LocalComponent
                        LocalComponent.c

/test2
        app.c

/test3
        component.c

How do I get /test2 to become /test1/Applications/RemoteApplication and
/test3 to /test1/Components/RemoteComponent in the repository. So that
when person B checks out test1 he will get all the files.

When I tried to use svn co http://marvin:8080/test3 RemoteComponent I
get:
svn: Obstructed update
svn: revision 0 doesn't match existing revision 1 in 'RemoteComponent'
[kent:svn/test1/Components] kent% cd RemoteComponent/
[kent:test1/Components/RemoteComponent] kent% svn update
At revision 1.
[kent:test1/Components/RemoteComponent] kent% cd ..
[kent:svn/test1/Components] kent% svn add RemoteComponent
svn: warning: 'RemoteComponent' is already under revision control

If I try to svn copy http://marvin:8080/test3 RemoteComponent
everything will look nice a cosy until I try to commit it and get 500
Internal server error and the test3 repository will break.

The handbook doesnt specify how Im supposed to create it, only how its
supposed to work. I need some help.

Btw, is it any special reason that the configure script wants 1.3.14 or
1.3.15 but not 1.3.16?

-- kent

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Oct 25 18:06:56 2002

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

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