List Info

Thread: NOTICE: Subversion repository has changed




NOTICE: Subversion repository has changed
user name
2006-10-19 15:13:34
********************************************************
NOTICE FOR EVERYONE USING THE SVN VERSION OF CAMPCASTER
********************************************************

For everyone who is using the code from Subversion, please
note the
repository location has changed!

The easiest way is to just delete your previous checked-out
version, and
get a completely new version:

svn checkout
svn://code.campware.org/campcaster/trunk/campcaster


Alternatively (the harder way), you can switch a currently
checked-out
version by going into your currently checked-out version and
doing an
"svn switch" twice:
------------------------------------------------------------
-------
cd src/livesupport/

svn switch --relocate svn://code.campware.org/livesupport  
   svn://code.campware.org/campcaster

svn switch
svn://code.campware.org/campcaster/trunk/campcaster .
------------------------------------------------------------
-------

(Notice the dot (".") at the end of that last
command.

- Paul
NOTICE: Subversion repository has changed
user name
2006-10-19 19:10:34
After doing the switch I get the following error on make
run:

make -C ./src/products/gLiveSupport run
make[1]: Entering directory
`/home/mugur/work/livesupport/livesupport/src/products/gLive
Support'
./bin/gLiveSupport_devenv.sh
make[1]: ./bin/gLiveSupport_devenv.sh: Command not found
make[1]: *** [run] Error 127
make[1]: Leaving directory
`/home/mugur/work/livesupport/livesupport/src/products/gLive
Support'
make: *** [run] Error 2

Mugur

--- Paul Baranowski <paulpaulbaranowski.org>
wrote:
>
********************************************************
> NOTICE FOR EVERYONE USING THE SVN VERSION OF CAMPCASTER
>
********************************************************
> 
> For everyone who is using the code from Subversion,
please note the
> repository location has changed!
> 
> The easiest way is to just delete your previous
checked-out version, and
> get a completely new version:
> 
> svn checkout
svn://code.campware.org/campcaster/trunk/campcaster
> 
> 
> Alternatively (the harder way), you can switch a
currently checked-out
> version by going into your currently checked-out
version and doing an
> "svn switch" twice:
>
------------------------------------------------------------
-------
> cd src/livesupport/
> 
> svn switch --relocate
svn://code.campware.org/livesupport  
>    svn://code.campware.org/campcaster
> 
> svn switch
svn://code.campware.org/campcaster/trunk/campcaster .
>
------------------------------------------------------------
-------
> 
> (Notice the dot (".") at the end of that last
command.
> 
> - Paul
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection
around 
http://mail.yahoo.com 
NOTICE: Subversion repository has changed
user name
2006-10-19 20:46:55
Have you updated recently?  Lots of renaming of things have
happened.
You might have to do a "make distclean" and the
rebuild everything, but
the easy way is just to do a fresh checkout.


Mugur Rus wrote:
> After doing the switch I get the following error on
make run:
> 
> make -C ./src/products/gLiveSupport run
> make[1]: Entering directory
`/home/mugur/work/livesupport/livesupport/src/products/gLive
Support'
> ./bin/gLiveSupport_devenv.sh
> make[1]: ./bin/gLiveSupport_devenv.sh: Command not
found
> make[1]: *** [run] Error 127
> make[1]: Leaving directory
`/home/mugur/work/livesupport/livesupport/src/products/gLive
Support'
> make: *** [run] Error 2
> 
> Mugur
> 
> --- Paul Baranowski <paulpaulbaranowski.org>
wrote:
>>
********************************************************
>> NOTICE FOR EVERYONE USING THE SVN VERSION OF
CAMPCASTER
>>
********************************************************
>>
>> For everyone who is using the code from Subversion,
please note the
>> repository location has changed!
>>
>> The easiest way is to just delete your previous
checked-out version, and
>> get a completely new version:
>>
>> svn checkout
svn://code.campware.org/campcaster/trunk/campcaster
>>
>>
>> Alternatively (the harder way), you can switch a
currently checked-out
>> version by going into your currently checked-out
version and doing an
>> "svn switch" twice:
>>
------------------------------------------------------------
-------
>> cd src/livesupport/
>>
>> svn switch --relocate
svn://code.campware.org/livesupport  
>>    svn://code.campware.org/campcaster
>>
>> svn switch
svn://code.campware.org/campcaster/trunk/campcaster .
>>
------------------------------------------------------------
-------
>>
>> (Notice the dot (".") at the end of that
last command.
>>
>> - Paul
>>
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
protection around 
> http://mail.yahoo.com 
> 
NOTICE: Subversion repository has changed
user name
2006-10-19 23:50:06
You need to recompile everything:
$ make distclean
$ ./bin/setupDevelopmentEnvironment.sh
--apache-group=www-data
You do not need a fresh checkout.

Ferenc


On 10/19/06, Mugur Rus <mugur1973yahoo.com> wrote:
> After doing the switch I get the following error on
make run:
>
> make -C ./src/products/gLiveSupport run
> make[1]: Entering directory
`/home/mugur/work/livesupport/livesupport/src/products/gLive
Support'
> ./bin/gLiveSupport_devenv.sh
> make[1]: ./bin/gLiveSupport_devenv.sh: Command not
found
> make[1]: *** [run] Error 127
> make[1]: Leaving directory
`/home/mugur/work/livesupport/livesupport/src/products/gLive
Support'
> make: *** [run] Error 2
>
> Mugur
List of development tools for Campcaster (non-Ubuntu)?
user name
2006-10-22 12:33:35
Where can I find the new version of
http://code.campware.org/livesupport-dev/developm
entTools.html?

Marko
List of development tools for Campcaster (non-Ubuntu)?
user name
2006-10-22 18:50:19
Marko Pekic wrote:
> Where can I find the new version of
> http://code.campware.org/livesupport-dev/developm
entTools.html?
> 
> Marko

Please excuse our dust...  The new address is
   http://campcaster-doc.campware.org/developmentTools.html

and it can be reached from the main wiki page
   http://
code.campware.org/projects/campcaster/
under Developer Documentation -> development tools.

Some of the documentation still says LiveSupport, so please
pipe it 
through sed -e "s/LiveSupport/Campcaster/" in your
head.

Ferenc
NOTICE: Subversion repository has changed
user name
2006-10-22 20:54:58
thanks

--- Ferenc Gerlits <fgerlitsgmail.com> wrote:
> You need to recompile everything:
> $ make distclean
> $ ./bin/setupDevelopmentEnvironment.sh
--apache-group=www-data
> You do not need a fresh checkout.
> 
> Ferenc
> 
> 
> On 10/19/06, Mugur Rus <mugur1973yahoo.com> wrote:
> > After doing the switch I get the following error
on make run:
> >
> > make -C ./src/products/gLiveSupport run
> > make[1]: Entering directory
>
`/home/mugur/work/livesupport/livesupport/src/products/gLive
Support'
> > ./bin/gLiveSupport_devenv.sh
> > make[1]: ./bin/gLiveSupport_devenv.sh: Command not
found
> > make[1]: *** [run] Error 127
> > make[1]: Leaving directory
>
`/home/mugur/work/livesupport/livesupport/src/products/gLive
Support'
> > make: *** [run] Error 2
> >
> > Mugur
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection
around 
http://mail.yahoo.com 
[1-7]

about | contact  Other archives ( Real Estate discussion Medical topics )