List Info

Thread: RE: RE: CVS issue




RE: RE: CVS issue
country flaguser name
United States
2007-04-25 21:52:50
Hi Eric

Currently we have following 3 files that need to check in:

protocol/transport/common/system/transbuf.cpp
datatype/wm/common/pub/hxccomptr.h
datatype-restricted/wm/rtsp/import/wmrtsp-porting-kit/networ
k/client/inc
lude/wmsstring.h

how do need to do for checking in such code change?

Best Regards
Lu Mingjun

-----Original Message-----
From: datatype-dev-bounceshelixcommunity.org
[mailto:datatype-dev-bounceshelixcommunity.org] On
Behalf Of Eric Hyche
Sent: Wednesday, April 25, 2007 9:45 PM
To: Lu Mingjun-E7978C; datatype-devhelixcommunity.org
Cc: Qu Yongzhi-W20664; Lin Hai-w13735; Wang JinJian-E12714;
'Motorola-e680'; Xing Hongjiang-e7263c; Zhao Liang-E3423C
Subject: RE: [datatype-dev] RE: CVS issue


Regarding these changes:

 -158,8
+158,8 
 		if (p == NULL || pOther == NULL)
 			return false;	// One is NULL the other is not
 
-		HXCComPtr<IUnknown> punk1;
-		HXCComPtr<IUnknown> punk2;
+		HXCComPtr<IUnknown> *punk1;
+		HXCComPtr<IUnknown> *punk2;
 		p->QueryInterface(IID_IUnknown, (void**)&punk1);
 		pOther->QueryInterface(IID_IUnknown,
(void**)&punk2);
 		return punk1 == punk2;

I think I've already reviewed this, and we came up with a
correct fix
that worked for Motorola's compiler. What happened to that
fix? I think
it's something like:

	bool IsEqualObject(IUnknown* pOther)
	{
		if (p == NULL && pOther == NULL)
			return true;	// They are both NULL objects

		if (p == NULL || pOther == NULL)
			return false;	// One is NULL the other is not

-		HXCComPtr<IUnknown> punk1;
-		HXCComPtr<IUnknown> punk2;
-		p->QueryInterface(IID_IUnknown, (void**)&punk1);
-		pOther->QueryInterface(IID_IUnknown,
(void**)&punk2);
-		return punk1 == punk2;
+           IUnknown* pUnk = NULL;
+           p->QueryInterface(IID_IUnknown, (void**)
&pUnk);
+           bool bRet = (pOther == pUnk);
+           HX_RELEASE(pUnk);
+           return bRet;
	}


 -223,11
+223,11 
 
 	T* operator=(T* lp)
 	{
-		return
static_cast<T*>(HXComPtrAssign((IUnknown**)&p,
lp));
+		return
static_cast<T*>(HXComPtrAssign((IUnknown**)&(this-
>p), lp));
 	}
 	T* operator=(const HXCComPtr<T>& lp)
 	{
-		return
static_cast<T*>(HXComPtrAssign((IUnknown**)&p,
lp));
+		return
static_cast<T*>(HXComPtrAssign((IUnknown**)&(this-
>p), lp));
 	}
 };
 

This change looks fine.


Eric

=============================================
Eric Hyche (ehychereal.com)
Technical Lead
RealNetworks, Inc.  

> -----Original Message-----
> From: datatype-dev-bounceshelixcommunity.org
> [mailto:datatype-dev-bounceshelixcommunity.org] On
Behalf Of Lu 
> Mingjun-E7978C
> Sent: Tuesday, April 03, 2007 5:53 AM
> To: datatype-devhelixcommunity.org
> Cc: Qu Yongzhi-W20664; Lin Hai-w13735; Wang
JinJian-E12714; 
> Motorola-e680; Xing Hongjiang-e7263c; Zhao
Liang-E3423C
> Subject: [datatype-dev] RE: CVS issue
> 
> Please see the attached file for code changes belonging
to datatype 
> directory.
> 
> ________________________________
> 
> From: Lovish Dhawan [mailto:ldhawanreal.com]
> Sent: Tuesday, April 03, 2007 5:51 PM
> To: Lu Mingjun-E7978C; Rishi Mathew; Zhao Liang-E3423C;
Xing 
> Hongjiang-e7263c
> Cc: Wang JinJian-E12714; Motorola-e680; Qu
Yongzhi-W20664; Lin 
> Hai-w13735
> Subject: Re: CVS issue
> 
> 
> Mingjun,
>  
> This is good. You can send the CRs to datatype-devhelixcommunity.org 
> for the changes that you have done in datatype
modules.
> For datatype-restricted related changes, CRs will be
sent to 
> rarvcode-formprot-devhelixcommunity.org
>  
> Thanks,
> Lovish
>  
> 
> 	----- Original Message ----- 
> 	From: Lu Mingjun-E7978C <mailto:E7978Cmotorola.com>  
> 	To: Rishi Mathew <mailto:rmathewreal.com>  ; Lovish Dhawan 
> <mailto:ldhawanreal.com>  ; Zhao Liang-E3423C 
> <mailto:E3423Cmotorola.com>  ; Xing Hongjiang-e7263c

> <mailto:e7263cmotorola.com>
> 	Cc: Wang JinJian-E12714 <mailto:E12714motorola.com>  ;
Motorola-e680 
> <mailto:motorola-private-e680helixcommunity.org>  ;
Qu
> Yongzhi-W20664 <mailto:W20664motorola.com>  ; Lin
Hai-w13735 
> <mailto:w13735motorola.com>
> 	Sent: Tuesday, April 03, 2007 2:56 PM
> 	Subject: RE: CVS issue
> 
> 	Hi Rishi
> 	 
> 	I have finally completed such a process. Thanks for
your help.
But 
> could you tell me where do I need to send diff results
for review? We 
> have changed codes belonging to datatype and
datatype-restricted 
> directories.
> 	 
> 	Best Regards
> 	Lu Mingjun
> 	
> ________________________________
> 
> 	From: Rishi Mathew [mailto:rmathewreal.com]

> 	Sent: Tuesday, April 03, 2007 7:27 AM
> 	To: Lu Mingjun-E7978C; Lovish Dhawan; Zhao
Liang-E3423C; Xing 
> Hongjiang-e7263c
> 	Cc: Wang JinJian-E12714; Motorola-e680; Qu
Yongzhi-W20664; Lin 
> Hai-w13735
> 	Subject: RE: CVS issue
> 	
> 	
> 	Mingjun,
> 	
> 	Please try again. I just gave this account access to
all
restricted 
> projects, including WM. I would suggest that you try
checking out the 
> source in a completely new directory so that you can
verify the access

> rights.
> 	
> 	Thanks,
> 	Rishi.
> 	
> 	At 02:14 AM 4/2/2007, Lu Mingjun-E7978C wrote:
> 	
> 
> 		Sorry for such an error.
> 		
> 		
> ________________________________
> 
> 		From: Lovish Dhawan [ mailto:ldhawanreal.com

> <mailto:ldhawanreal.com> ]
> 		Sent: Monday, April 02, 2007 5:10 PM
> 		To: Lu Mingjun-E7978C; Rishi Mathew; Zhao
Liang-E3423C;
Xing 
> Hongjiang-e7263c
> 		Cc: Wang JinJian-E12714; Motorola-e680; Qu
Yongzhi-W20664; Lin 
> Hai-w13735
> 		Subject: Re: CVS issue
> 		
> 		Hi Mingjun,
> 		 
> 		I think you forgot attachments. Please attach the
required files.
> 		 
> 		Thanks,
> 		Lovish
> 		
> 
> 			----- Original Message -----
> 			
> 			From: Lu Mingjun-E7978C
> <mailto:E7978Cmotorola.com>
> 			
> 			To: Lovish Dhawan
> <mailto:ldhawanreal.com>  ; Rishi Mathew
<mailto:rmathewreal.com>  ;

> Zhao Liang-E3423C <mailto:E3423Cmotorola.com>  ; Xing 
> Hongjiang-e7263c <mailto:e7263cmotorola.com>
> 			
> 			Cc: Wang JinJian-E12714
> <mailto:E12714motorola.com>  ; Motorola-e680 
> <mailto:motorola-private-e680helixcommunity.org>  ;
Qu
> Yongzhi-W20664 <mailto:W20664motorola.com>  ; Lin
Hai-w13735 
> <mailto:w13735motorola.com>
> 			
> 			Sent: Monday, April 02, 2007 12:15 PM
> 			
> 			Subject: RE: CVS issue
> 			
> 			
> 			Hi Lovish and Rishi
> 			
> 			
> 			  
> 			We cannot get all these codes after modifying
.buildrc file. Please 
> see attached build.out file and .buildrc file for
settings.
> 			
> 			
> 			  
> 			Additionally there are only directory structures
and no cpp/c files 
> in both datatype-dist and datatype-restricted
directories. Please 
> check if
> e3423c(<helix_used_id>) has enough access right
to these files.
> 			
> 			
> 			  
> 			Best Regards
> 			
> 			Lu Mingjun
> 			
> 			
> ________________________________
> 
> 			From: Lovish Dhawan [
> mailto:ldhawanreal.com <mailto:ldhawanreal.com> ]
> 			
> 			Sent: Monday, April 02, 2007 12:56 PM
> 			
> 			To: Lu Mingjun-E7978C; Rishi Mathew; Zhao
Liang-E3423C; Xing 
> Hongjiang-e7263c
> 			
> 			Cc: Wang JinJian-E12714; Motorola-e680; Qu
Yongzhi-W20664; Lin 
> Hai-w13735
> 			
> 			Subject: Re: CVS issue
> 			
> 			
> 			Mingjun,
> 			
> 			
> 			  
> 			Please check if you have
> 			
> 			
> 			  
> 			AddCVS("wmaudiodist",
> ":ext:<helix_used_id>cvs.helixcommunity.org:/cvsroot/wmaudio-dist")
> 			
> 			AddCVS("wmvideodist",
> ":ext:<helix_used_id>cvs.helixcommunity.org:/cvsroot/wmvideo-dist")
> 			
> 			AddCVS("wmprotocoldist",
> ":ext:<helix_used_id>cvs.helixcommunity.org:/cvsroot/wmprotoc
> ol-dist")
> 			
> 			in your .buildrc file?
> 			
> 			
> 			  
> 			Thanks,
> 			
> 			Lovish
> 			
> 			
> 			  
> 			
> 			
> 
> 				----- Original Message -----
> 				
> 				From: Lu Mingjun-E7978C
> <mailto:E7978Cmotorola.com>
> 				
> 				To: Rishi Mathew
> <mailto:rmathewreal.com>  ; Zhao Liang-E3423C 
> <mailto:E3423Cmotorola.com>  ; Xing Hongjiang-e7263c

> <mailto:e7263cmotorola.com>  ; Lovish Dhawan 
> <mailto:ldhawanreal.com>  ; mfrazierreal.com
> 				
> 				Cc: Wang JinJian-E12714
> <mailto:E12714motorola.com>  ; Motorola-e680 
> <mailto:motorola-private-e680helixcommunity.org>  ;
Qu
> Yongzhi-W20664 <mailto:W20664motorola.com>  ; Lin
Hai-w13735 
> <mailto:w13735motorola.com>
> 				
> 				Sent: Monday, April 02, 2007 8:46 AM
> 				
> 				Subject: RE: CVS issue
> 				
> 				
> 				Hi Rishi
> 				
> 				
> 				build.out is attached in this
> email, but from build.out, I cannot see any info
related to such an 
> issue.
> 				
> 				
> 				  
> 				Best Regards
> 				
> 				Lu Mingjun
> 				
> 				
> ________________________________
> 
> 				From: Rishi Mathew [
> mailto:rmathewreal.com <mailto:rmathewreal.com> ]
> 				
> 				Sent: Thursday, March 29, 2007 10:14 PM
> 				
> 				To: Lu Mingjun-E7978C; Zhao
> Liang-E3423C; Xing Hongjiang-e7263c; Lovish Dhawan;
mfrazierreal.com
> 				
> 				Cc: Wang JinJian-E12714;
> Motorola-e680; Qu Yongzhi-W20664; Lin Hai-w13735
> 				
> 				Subject: RE: CVS issue
> 				
> 				
> 				Mingjun,
> 				
> 				
> 				Can you attach the build.out
> and show us the exact error that you are seeing?
> 				
> 				
> 				Thanks,
> 				
> 				Rishi.
> 				
> 				
> 				At 01:10 AM 3/29/2007, Lu
> Mingjun-E7978C wrote:
> 				
> 
> 					Hi Rishi
> 					
> 					
> 					  
> 					According to such
> settings, there are still some directories missing in
checkout output.

> These include all subdirectories of the following:
> 					
> 					
> 					  
> 					
>
datatype-restricted/wm/audio/codec/wma9/import/wma9dec/audio

> 					
> 					
> datatype-restricted/wm/rtsp/import/wmrtsp-porting-kit
> 					
> 					
>
datatype-restricted/wm/video/codec/wmv9/import/wmv9dec_vc1_r
tm
> /embedsetup
> 					
> 					
> 					  
> 					so we need to know how
> we can do further.
> 					
> 					
> 					  
> 					Best Regards
> 					
> 					Lu Mingjun
> 					
> 					
> 					
> 					
> ________________________________
> 
> 					From: Zhao Liang-E3423C
> 					
> 					Sent: Thursday, March
> 29, 2007 2:34 PM
> 					
> 					To: 'Rishi Mathew';
> Xing Hongjiang-e7263c; Lovish Dhawan; mfrazierreal.com;
Lu 
> Mingjun-E7978C
> 					
> 					Cc: Wang
> JinJian-E12714; Motorola-e680; Qu Yongzhi-W20664; Lin
Hai-w13735
> 					
> 					Subject: RE: CVS issue
> 					
> 					
> 					Rishi,
> 					
> 					
> 					  
> 					thanks
> 					
> 					
> 					
> 					  
> 					BRs
> 					
> 					
> 					Zhao Liang
> 					
> 					
> 					Tel:86-10-65646158
> 					
> 					
> 					
> 					
> ________________________________
> 
> 					From: Rishi Mathew [
> mailto:rmathewreal.com]
> 					
> 					Sent: Thursday, March
> 29, 2007 2:26 PM
> 					
> 					To: Zhao Liang-E3423C;
> Xing Hongjiang-e7263c; Lovish Dhawan; mfrazierreal.com
> 					
> 					Cc: Wang
> JinJian-E12714; Motorola-e680; Qu Yongzhi-W20664; Lin
Hai-w13735
> 					
> 					Subject: RE: CVS issue
> 					
> 					
> 					Zhao Liang,
> 					
> 					
> 					From build menu, you
> can choose target "all_wm_plugins" and BIF
"helix_restricted". This 
> should download all the WM code from CVS to your local
box.
> 					
> 					
> 					Thanks,
> 					
> 					Rishi.
> 					
> 					
> 					At 07:32 PM 3/27/2007,
> Zhao Liang-E3423C wrote:
> 					
> 
> 						Rishi,
> 						
> 						
> 						  
> 						Can you tell me
> how to add Windows Media code to CVS?
> 						
> 						i only find the
> binary distribution
> 						
> 						
> 						  
> 						
> AddCVS("wmaudiodist",
> ":ext:usercvs.helixcommunity.org:/cvsroot/wmaudio-dist")
> 						
> 						
> AddCVS("wmvideodist",
> ":ext:ehychecvs.helixcommunity.org:/cvsroot/wmvideo-dist")
> 						
> 						
> AddCVS("wmprotocoldist",
> ":ext:ehychecvs.helixcommunity.org:/cvsroot/wmprotocol-dist"
)
> 						
> 						
> 						  
> 						but it is not the code.
> 						
> 						
> 						  
> 						thanks
> 						
> 						
> 						
> BRs<?xml:namespace prefix = o ns =
> "urn:schemas-microsoft-com:office:office"
/>
> 						
> 						
> 						Zhao Liang
> 						
> 						
> 						Tel:86-10-65646158
> 						
> 						
> 						
> 						
> ________________________________
> 
> 						From: Rishi
> Mathew [ mailto:rmathewreal.com]
> 						
> 						Sent: Tuesday,
> March 27, 2007 4:29 AM
> 						
> 						To: Zhao
> Liang-E3423C; Xing Hongjiang-e7263c; Lovish Dhawan;
mfrazierreal.com
> 						
> 						Cc: Wang
> JinJian-E12714; Motorola-e680; Qu Yongzhi-W20664; Lin
Hai-w13735
> 						
> 						Subject: RE: CVS issue
> 						
> 						
> 						Zhao Liang,
> 						
> 						
> 						I have uploaded
> latest Atlas build to FTP server.
> 						
> 						
> 						Thanks,
> 						
> 						Rishi.
> 						
> 						
> 						At 07:22 PM
> 3/21/2007, Zhao Liang-E3423C wrote:
> 						
> 
> 							Hi Rishi,
> 							
> 							
> 							  
> 							For
> re-sync to helix community for arm11 platform change,
we will send our

> change via sending mail to helix-client-dev maillist. i
think it is 
> convenient for us.
> 							
> 							
> 							  
> 							BTW,
> when can you send the pack of latest atlas code to us?
> 							
> 							
> 							  
> 							thanks
> 							
> 							
> 							
> BRs<?xml:namespace prefix = o ns =
> "urn:schemas-microsoft-com:office:office"
/>
> 							
> 							
> 							Zhao Liang
> 							
> 							
> 							
> Tel:86-10-65646158
> 							
> 							
> 							
> 							
> ________________________________
> 
> 							From: 
> Rishi Mathew [ mailto:rmathewreal.com]
> 							
> 							Sent: 
> Friday, March 09, 2007 10:40 AM
> 							
> 							To: 
> Zhao Liang-E3423C; Xing Hongjiang-e7263c; Lovish
Dhawan; 
> mfrazierreal.com
> 							
> 							Cc: 
> Wang JinJian-E12714; Motorola-e680; Qu Yongzhi-W20664;
Lin Hai-w13735
> 							
> 							
> Subject: RE: CVS issue
> 							
> 							
> 							
> Yongzhi, Zhao Liang,
> 							
> 							
> 							As
> discussed in our conference call, we would like to see
Moto engineers 
> collaborating in the community. Here is a write-up that
I had written 
> a few months back.
> 							
> 							
> 							Regards,
> 							
> 							Rishi.
> 							
> 							
> 							At
> 06:14 PM 2/14/2007, Zhao Liang-E3423C wrote:
> 							
> 
> 								
> Hi Rishi,
> 								
> 								
> 								  
> 								
> I understand your opinion, we may do more contribution
to Helix 
> Community.  For network limitation, now we can not
> access helix cvs directly.   
> 								
> 								
> But I don't think we can not do a reverse for helix
community. we can 
> also do more contribution to helix community, we can
commit our change

> to helix on internet server periodly.
> 								
> 								
> 								  
> 								
> Even if we can access cvs in moto network, we may do
the same work 
> with on internet server, because our code is managed in
clearcase, not

> cvs, and we should copy our code out of clearcase vob,
then do cvs 
> check in.
> 								
> 								
> 								  
> 								
> For our code change, I also find some difficulty, such
as for audio 
> and video codec, we don't use real's codec, and it is
replaced by our 
> own arm11 codec, so do you think how can we attend the
helix 
> community?  can you give some suggestion ?
> for my opinion, I think we can Sync the code based on
helix.
> 								
> 								
> 								  
> 								thanks
> 								
> 								
> 								
> BRs<?xml:namespace prefix = o ns =
> "urn:schemas-microsoft-com:office:office"
/>
> 								
> 								
> 								
> Zhao Liang
> 								
> 								
> 								
> Tel:86-010-65646158
> 								
> 								
> 								
> 								
> ________________________________
> 
> 								
> From: Rishi Mathew [ mailto:rmathewreal.com]
> 								
> 								
> Sent: Thursday, February 15, 2007 6:01 AM
> 								
> 								
> To: Zhao Liang-E3423C; Xing Hongjiang-e7263c; Lovish
Dhawan; 
> mfrazierreal.com
> 								
> 								
> Cc: Wang JinJian-E12714; Motorola-e680; Qu
Yongzhi-W20664
> 								
> 								
> Subject: RE: CVS issue
> 								
> 								
> 								
> Hi Zhao Liang,
> 								
> 								
> 								
> Ideally, we would have liked Motorola developers to be
able to check 
> in the changes to our CVS server as well on a periodic
basis. While 
> you seem to have solved the problem of how to sync the
code from our 
> CVS Server ---> Moto code-base, we still have to
figure out a way to 
> do the reverse.
> 								
> 								
> 								
> This is quite important from our point of view as we
would like 
> Motorola engineers to be part of the Helix Community
and have your 
> code reviewed and committed in a public manner just
like other 
> engineers of the Helix Community do.
> 								
> 								
> 								Thanks,
> 								
> 								Rishi.
> 								
> 								
> 								
> At 10:58 PM 2/13/2007, Zhao Liang-E3423C wrote:
> 								
> 
> 								
> 	Hi Rishi,
> 									
> 									
> 								
> 	  
> 								
> 	I tried this solution to access cvs, but failed,
moto's network 
> doesn't support sock proxy, and http authentication is
not BASIC 
> authentication,  so i can not
> access your cvs.   
> 									
> 									
> 								
> 	  
> 								
> 	But no problem, this doesn't prevent us to sync with
your code,
we 
> can copy soucecode from internet server, this server is
administered 
> by us.
> 									
> 									
> 								
> 	  
> 								
> 	thanks
> 									
> 									
> 								
> 	BRs<?xml:namespace prefix = o ns =
> "urn:schemas-microsoft-com:office:office"
/>
> 									
> 									
> 								
> 	Zhao Liang
> 									
> 									
> 								
> 	Tel:86-010-65646158
> 									
> 									
> 									
> 									
> ________________________________
> 
> 								
> 	From: Rishi Mathew [ mailto:rmathewreal.com]
> 									
> 								
> 	Sent: Thursday, February 08, 2007 9:50 AM
> 									
> 								
> 	To: Zhao Liang-E3423C; Xing Hongjiang-e7263c; Lovish
Dhawan; 
> mfrazierreal.com
> 									
> 								
> 	Cc: Wang JinJian-E12714; Motorola-e680; Qu
Yongzhi-W20664
> 									
> 								
> 	Subject: RE: CVS issue
> 									
> 									
> 								
> 	Hi Zhao Liang,
> 									
> 									
> 								
> 	We are investigating what more can be done to have you
connect
to our 
> CVS server.
> 									
> 									
> 								
> 	For example, see
> http
://zippo.taiyo.co.jp/~gotoh/ssh/connect.html
> 									
> 									
> 								
> 	-Rishi.
> 									
> 									
> 								
> 	At 09:29 PM 2/6/2007, Zhao Liang-E3423C wrote:
> 									
> 
> 								
> 		Rishi,
> 								
> 		
> 								
> 		
> 								
> 		  
> 								
> 		for moto's network, even before we visit website, we
should firstly 
> input username and passwd to authourize the instance. 
but we don't  
> how to set proxy for ssh.
> 								
> 		
> 								
> 		
> 								
> 		
> 								
> 		  
> 								
> 		BRs
> 								
> 		
> 								
> 		
> 								
> 		Zhao Liang
> 								
> 		
> 								
> 		
> 								
> 		Tel:86-010-65646158
> 								
> 		
> 								
> 		
> 								
> 		
> 								
> 		
> ________________________________
> 
> 								
> 		From: Xing Hongjiang-e7263c
> 								
> 		
> 								
> 		Sent: Wednesday, February 07, 2007 11:41 AM
> 								
> 		
> 								
> 		To: Zhao Liang-E3423C; 'Rishi Mathew'; 'Lovish
Dhawan'; 
> 'mfrazierreal.com'
> 								
> 		
> 								
> 		Cc: Wang JinJian-E12714; 'Motorola-e680'; Qu
> Yongzhi-W20664
> 								
> 		
> 								
> 		Subject: RE: update Helix Issue List(2007/02/06)
> 								
> 		
> 								
> 		
> 								
> 		Hi Rishi,
> 								
> 		
> 								
> 		
> 								
> 		  
> 								
> 		    When I execute "ssh -l henryxing
cvs.helixcommunity.org" on our 
> linux system in our internal network , the result is
"ssh: 
> cvs.helixcommunity.org: Name or service not
known". I think we can not

> connect the cvs server through http, I cann't ping the
cvs server.
> 								
> 		
> 								
> 		    
> 								
> 		
> 								
> 		      In our internal net, the http port is 1080,
not
the default 
> 80. So  I think we do not directly connect your cvs
server using port 
> 80. Maybe we need a ssh proxy for connecting the
internet(when I 
> connect ftp server on internet, I must do through the
ftp proxy in our

> internal net), but  I do not find the proxy, maybe it
is against  our 
> company policy.
> 								
> 		
> 								
> 		
> 								
> 		  
> 								
> 		      The metioned above is our status for attempt
to
connect cvs 
> server in our internal net.
> 								
> 		
> 								
> 		
> 								
> 		  
> 								
> 		
> 								
> 		  
> 								
> 		Thanks!
> 								
> 		
> 								
> 		
> 								
> 		  
> 								
> 		
> 								
> 		  
> 								
> 		Hongjiang Xing
> 								
> 		
> 								
> 		
> 								
> 		  
> 								
> 		
> 								
> 		
> 								
> 		
> ________________________________
> 
> 								
> 		From: Zhao Liang-E3423C
> 								
> 		
> 								
> 		Sent: Tuesday, February 06, 2007 6:08 PM
> 								
> 		
> 								
> 		To: Rishi Mathew; Lovish Dhawan; mfrazierreal.com
> 								
> 		
> 								
> 		Cc: Wang JinJian-E12714; Motorola-e680; Xing
Hongjiang-e7263c; Qu 
> Yongzhi-W20664
> 								
> 		
> 								
> 		Subject: update Helix Issue List(2007/02/06)
> 								
> 		
> 								
> 		
> 								
> 		Hi Rishi,
> 								
> 		
> 								
> 		
> 								
> 		  
> 								
> 		I updated the list, add one issue.
> 								
> 		
> 								
> 		
> 								
> 		  
> 								
> 		thanks
> 								
> 		
> 								
> 		
> 								
> 		
> 								
> 		  
> 								
> 		BRs
> 								
> 		
> 								
> 		
> 								
> 		Zhao Liang
> 								
> 		
> 								
> 		
> 								
> 		Tel:86-010-65646158
> 
> 
> 
> 								
> 	Rishi Mathew
> 									
> 								
> 	Sr. Software Development Engineer
> 									
> 								
> 	Helix Community
> 									
> 								
> 	Real Networks, Inc. 
> 									
> 								
> 	rmathewreal.com
> 									
> 								
> 	http://www.helixcommuni
ty.org <http://www.helixco
mmunity.org/>
> 									
> 								
> 	http://www.realnetworks.com/products/support/devsupp
ort.html
> 
> 
> 
> 								
> Rishi Mathew
> 								
> 								
> Sr. Software Development Engineer
> 								
> 								
> Helix Community
> 								
> 								
> Real Networks, Inc. 
> 								
> 								
> rmathewreal.com
> 								
> 								
> http://www.helixcommuni
ty.org <http://www.helixco
mmunity.org/>
> 								
> 								
> http://www.realnetworks.com/products/support/devsupp
ort.html
> 
> 
> 
> 							Rishi Mathew
> 							
> 							Sr. 
> Software Development Engineer
> 							
> 							Helix Community
> 							
> 							Real
> Networks, Inc. 
> 							
> 							
> rmathewreal.com
> 							
> 							
> http://www.helixcommuni
ty.org <http://www.helixco
mmunity.org/>
> 							
> 							
> http://www.realnetworks.com/products/support/devsupp
ort.html
> 
> 
> 
> 						Rishi Mathew
> 						
> 						Sr. Software
> Development Engineer
> 						
> 						Helix Community
> 						
> 						Real Networks, Inc. 
> 						
> 						rmathewreal.com
> 						
> 						
> http://www.helixcommuni
ty.org <http://www.helixco
mmunity.org/>
> 						
> 						
> http://www.realnetworks.com/products/support/devsupp
ort.html
> 
> 
> 
> 					Rishi Mathew
> 					
> 					Sr. Software
> Development Engineer
> 					
> 					Helix Community
> 					
> 					Real Networks, Inc. 
> 					
> 					rmathewreal.com
> 					
> 					
> http://www.helixcommuni
ty.org <http://www.helixco
mmunity.org/>
> 					
> 					
> http://www.realnetworks.com/products/support/devsupp
ort.html
> 
> 
> 
> 				Rishi Mathew
> 				
> 				Sr. Software Development Engineer
> 				
> 				Helix Community
> 				
> 				Real Networks, Inc. 
> 				
> 				rmathewreal.com
> 				
> 				http://www.helixcommuni
ty.org
> <http://www.helixco
mmunity.org/>
> 				
> 				
> http://www.realnetworks.com/products/support/devsupp
ort.html
> 				
> 				
> 
> 
> 	
> 	Rishi Mathew
> 	Sr. Software Development Engineer
> 	Helix Community
> 	Real Networks, Inc. 
> 	rmathewreal.com 
> 	http://www.helixcommuni
ty.org
> 	<http://www.helixco
mmunity.org/>
> http://www.realnetworks.com/products/support/devsupp
ort.html
> 	
> 
> 


_______________________________________________
Datatype-dev mailing list
Datatype-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev

_______________________________________________
Datatype-dev mailing list
Datatype-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev

RE: RE: CVS issue
country flaguser name
United States
2007-04-26 07:05:41
I assume that the persons who will be committing
the change have been given CVS commit privileges, correct?

If so, then just use "cvs commit" and make
sure and include the original CR text from
the email in the CVS commit log (not the diffs,
just the message explaining what was changed and
why).

Eric

=============================================
Eric Hyche (ehychereal.com)
Technical Lead
RealNetworks, Inc.  

> -----Original Message-----
> From: Lu Mingjun-E7978C [mailto:E7978Cmotorola.com] 
> Sent: Wednesday, April 25, 2007 10:53 PM
> To: ehychereal.com; datatype-devhelixcommunity.org
> Cc: Qu Yongzhi-W20664; Lin Hai-w13735; Wang
JinJian-E12714; 
> Motorola-e680; Xing Hongjiang-e7263c; Zhao
Liang-E3423C
> Subject: RE: [datatype-dev] RE: CVS issue
> 
> Hi Eric
> 
> Currently we have following 3 files that need to check
in:
> 
> protocol/transport/common/system/transbuf.cpp
> datatype/wm/common/pub/hxccomptr.h
>
datatype-restricted/wm/rtsp/import/wmrtsp-porting-kit/networ
k/
client/inc
> lude/wmsstring.h
> 
> how do need to do for checking in such code change?
> 
> Best Regards
> Lu Mingjun
> 
> -----Original Message-----
> From: datatype-dev-bounceshelixcommunity.org
> [mailto:datatype-dev-bounceshelixcommunity.org] On
Behalf Of 
> Eric Hyche
> Sent: Wednesday, April 25, 2007 9:45 PM
> To: Lu Mingjun-E7978C; datatype-devhelixcommunity.org
> Cc: Qu Yongzhi-W20664; Lin Hai-w13735; Wang
JinJian-E12714;
> 'Motorola-e680'; Xing Hongjiang-e7263c; Zhao
Liang-E3423C
> Subject: RE: [datatype-dev] RE: CVS issue
> 
> 
> Regarding these changes:
> 
>  -158,8 +158,8 
>  		if (p == NULL || pOther == NULL)
>  			return false;	// One is NULL the other is not
>  
> -		HXCComPtr<IUnknown> punk1;
> -		HXCComPtr<IUnknown> punk2;
> +		HXCComPtr<IUnknown> *punk1;
> +		HXCComPtr<IUnknown> *punk2;
>  		p->QueryInterface(IID_IUnknown,
(void**)&punk1);
>  		pOther->QueryInterface(IID_IUnknown,
(void**)&punk2);
>  		return punk1 == punk2;
> 
> I think I've already reviewed this, and we came up with
a correct fix
> that worked for Motorola's compiler. What happened to
that 
> fix? I think
> it's something like:
> 
> 	bool IsEqualObject(IUnknown* pOther)
> 	{
> 		if (p == NULL && pOther == NULL)
> 			return true;	// They are both NULL objects
> 
> 		if (p == NULL || pOther == NULL)
> 			return false;	// One is NULL the other is not
> 
> -		HXCComPtr<IUnknown> punk1;
> -		HXCComPtr<IUnknown> punk2;
> -		p->QueryInterface(IID_IUnknown,
(void**)&punk1);
> -		pOther->QueryInterface(IID_IUnknown,
(void**)&punk2);
> -		return punk1 == punk2;
> +           IUnknown* pUnk = NULL;
> +           p->QueryInterface(IID_IUnknown, (void**)
&pUnk);
> +           bool bRet = (pOther == pUnk);
> +           HX_RELEASE(pUnk);
> +           return bRet;
> 	}
> 
> 
>  -223,11 +223,11 
>  
>  	T* operator=(T* lp)
>  	{
> -		return
static_cast<T*>(HXComPtrAssign((IUnknown**)&p,
> lp));
> +		return
>
static_cast<T*>(HXComPtrAssign((IUnknown**)&(this-
>p), lp));
>  	}
>  	T* operator=(const HXCComPtr<T>& lp)
>  	{
> -		return
static_cast<T*>(HXComPtrAssign((IUnknown**)&p,
> lp));
> +		return
>
static_cast<T*>(HXComPtrAssign((IUnknown**)&(this-
>p), lp));
>  	}
>  };
>  
> 
> This change looks fine.
> 
> 
> Eric
> 
> =============================================
> Eric Hyche (ehychereal.com)
> Technical Lead
> RealNetworks, Inc.  
> 
> > -----Original Message-----
> > From: datatype-dev-bounceshelixcommunity.org
> > [mailto:datatype-dev-bounceshelixcommunity.org] On
Behalf Of Lu 
> > Mingjun-E7978C
> > Sent: Tuesday, April 03, 2007 5:53 AM
> > To: datatype-devhelixcommunity.org
> > Cc: Qu Yongzhi-W20664; Lin Hai-w13735; Wang
JinJian-E12714; 
> > Motorola-e680; Xing Hongjiang-e7263c; Zhao
Liang-E3423C
> > Subject: [datatype-dev] RE: CVS issue
> > 
> > Please see the attached file for code changes
belonging to datatype 
> > directory.
> > 
> > ________________________________
> > 
> > From: Lovish Dhawan [mailto:ldhawanreal.com]
> > Sent: Tuesday, April 03, 2007 5:51 PM
> > To: Lu Mingjun-E7978C; Rishi Mathew; Zhao
Liang-E3423C; Xing 
> > Hongjiang-e7263c
> > Cc: Wang JinJian-E12714; Motorola-e680; Qu
Yongzhi-W20664; Lin 
> > Hai-w13735
> > Subject: Re: CVS issue
> > 
> > 
> > Mingjun,
> >  
> > This is good. You can send the CRs to 
> datatype-devhelixcommunity.org 
> > for the changes that you have done in datatype
modules.
> > For datatype-restricted related changes, CRs will
be sent to 
> > rarvcode-formprot-devhelixcommunity.org
> >  
> > Thanks,
> > Lovish
> >  
> > 
> > 	----- Original Message ----- 
> > 	From: Lu Mingjun-E7978C <mailto:E7978Cmotorola.com>  
> > 	To: Rishi Mathew <mailto:rmathewreal.com>  ; Lovish Dhawan 
> > <mailto:ldhawanreal.com>  ; Zhao
Liang-E3423C 
> > <mailto:E3423Cmotorola.com>  ; Xing
Hongjiang-e7263c 
> > <mailto:e7263cmotorola.com>
> > 	Cc: Wang JinJian-E12714 <mailto:E12714motorola.com>  ;
> Motorola-e680 
> > <mailto:motorola-private-e680helixcommunity.org>  ; Qu
> > Yongzhi-W20664 <mailto:W20664motorola.com>  ; Lin Hai-w13735 
> > <mailto:w13735motorola.com>
> > 	Sent: Tuesday, April 03, 2007 2:56 PM
> > 	Subject: RE: CVS issue
> > 
> > 	Hi Rishi
> > 	 
> > 	I have finally completed such a process. Thanks
for your help.
> But 
> > could you tell me where do I need to send diff
results for 
> review? We 
> > have changed codes belonging to datatype and
datatype-restricted 
> > directories.
> > 	 
> > 	Best Regards
> > 	Lu Mingjun
> > 	
> > ________________________________
> > 
> > 	From: Rishi Mathew [mailto:rmathewreal.com]

> > 	Sent: Tuesday, April 03, 2007 7:27 AM
> > 	To: Lu Mingjun-E7978C; Lovish Dhawan; Zhao
Liang-E3423C; Xing 
> > Hongjiang-e7263c
> > 	Cc: Wang JinJian-E12714; Motorola-e680; Qu
Yongzhi-W20664; Lin 
> > Hai-w13735
> > 	Subject: RE: CVS issue
> > 	
> > 	
> > 	Mingjun,
> > 	
> > 	Please try again. I just gave this account access
to all
> restricted 
> > projects, including WM. I would suggest that you
try 
> checking out the 
> > source in a completely new directory so that you
can verify 
> the access
> 
> > rights.
> > 	
> > 	Thanks,
> > 	Rishi.
> > 	
> > 	At 02:14 AM 4/2/2007, Lu Mingjun-E7978C wrote:
> > 	
> > 
> > 		Sorry for such an error.
> > 		
> > 		
> > ________________________________
> > 
> > 		From: Lovish Dhawan [ mailto:ldhawanreal.com

> > <mailto:ldhawanreal.com> ]
> > 		Sent: Monday, April 02, 2007 5:10 PM
> > 		To: Lu Mingjun-E7978C; Rishi Mathew; Zhao
Liang-E3423C;
> Xing 
> > Hongjiang-e7263c
> > 		Cc: Wang JinJian-E12714; Motorola-e680; Qu
> Yongzhi-W20664; Lin 
> > Hai-w13735
> > 		Subject: Re: CVS issue
> > 		
> > 		Hi Mingjun,
> > 		 
> > 		I think you forgot attachments. Please attach
the
> required files.
> > 		 
> > 		Thanks,
> > 		Lovish
> > 		
> > 
> > 			----- Original Message -----
> > 			
> > 			From: Lu Mingjun-E7978C
> > <mailto:E7978Cmotorola.com>
> > 			
> > 			To: Lovish Dhawan
> > <mailto:ldhawanreal.com>  ; Rishi
Mathew 
> <mailto:rmathewreal.com>  ;
> 
> > Zhao Liang-E3423C <mailto:E3423Cmotorola.com>  ; Xing 
> > Hongjiang-e7263c <mailto:e7263cmotorola.com>
> > 			
> > 			Cc: Wang JinJian-E12714
> > <mailto:E12714motorola.com>  ;
Motorola-e680 
> > <mailto:motorola-private-e680helixcommunity.org>  ; Qu
> > Yongzhi-W20664 <mailto:W20664motorola.com>  ; Lin Hai-w13735 
> > <mailto:w13735motorola.com>
> > 			
> > 			Sent: Monday, April 02, 2007 12:15 PM
> > 			
> > 			Subject: RE: CVS issue
> > 			
> > 			
> > 			Hi Lovish and Rishi
> > 			
> > 			
> > 			  
> > 			We cannot get all these codes after modifying
> .buildrc file. Please 
> > see attached build.out file and .buildrc file for
settings.
> > 			
> > 			
> > 			  
> > 			Additionally there are only directory
structures
> and no cpp/c files 
> > in both datatype-dist and datatype-restricted
directories. Please 
> > check if
> > e3423c(<helix_used_id>) has enough access
right to these files.
> > 			
> > 			
> > 			  
> > 			Best Regards
> > 			
> > 			Lu Mingjun
> > 			
> > 			
> > ________________________________
> > 
> > 			From: Lovish Dhawan [
> > mailto:ldhawanreal.com
<mailto:ldhawanreal.com> ]
> > 			
> > 			Sent: Monday, April 02, 2007 12:56 PM
> > 			
> > 			To: Lu Mingjun-E7978C; Rishi Mathew; Zhao
> Liang-E3423C; Xing 
> > Hongjiang-e7263c
> > 			
> > 			Cc: Wang JinJian-E12714; Motorola-e680; Qu
> Yongzhi-W20664; Lin 
> > Hai-w13735
> > 			
> > 			Subject: Re: CVS issue
> > 			
> > 			
> > 			Mingjun,
> > 			
> > 			
> > 			  
> > 			Please check if you have
> > 			
> > 			
> > 			  
> > 			AddCVS("wmaudiodist",
> > ":ext:<helix_used_id>cvs.helixcommunity.org:/cvsroot/wmaudio-dist")
> > 			
> > 			AddCVS("wmvideodist",
> > ":ext:<helix_used_id>cvs.helixcommunity.org:/cvsroot/wmvideo-dist")
> > 			
> > 			AddCVS("wmprotocoldist",
> > ":ext:<helix_used_id>cvs.helixcommunity.org:/cvsroot/wmprotoc
> > ol-dist")
> > 			
> > 			in your .buildrc file?
> > 			
> > 			
> > 			  
> > 			Thanks,
> > 			
> > 			Lovish
> > 			
> > 			
> > 			  
> > 			
> > 			
> > 
> > 				----- Original Message -----
> > 				
> > 				From: Lu Mingjun-E7978C
> > <mailto:E7978Cmotorola.com>
> > 				
> > 				To: Rishi Mathew
> > <mailto:rmathewreal.com>  ; Zhao
Liang-E3423C 
> > <mailto:E3423Cmotorola.com>  ; Xing
Hongjiang-e7263c 
> > <mailto:e7263cmotorola.com>  ; Lovish
Dhawan 
> > <mailto:ldhawanreal.com>  ;
mfrazierreal.com
> > 				
> > 				Cc: Wang JinJian-E12714
> > <mailto:E12714motorola.com>  ;
Motorola-e680 
> > <mailto:motorola-private-e680helixcommunity.org>  ; Qu
> > Yongzhi-W20664 <mailto:W20664motorola.com>  ; Lin Hai-w13735 
> > <mailto:w13735motorola.com>
> > 				
> > 				Sent: Monday, April 02, 2007 8:46 AM
> > 				
> > 				Subject: RE: CVS issue
> > 				
> > 				
> > 				Hi Rishi
> > 				
> > 				
> > 				build.out is attached in this
> > email, but from build.out, I cannot see any info
related to such an 
> > issue.
> > 				
> > 				
> > 				  
> > 				Best Regards
> > 				
> > 				Lu Mingjun
> > 				
> > 				
> > ________________________________
> > 
> > 				From: Rishi Mathew [
> > mailto:rmathewreal.com
<mailto:rmathewreal.com> ]
> > 				
> > 				Sent: Thursday, March 29, 2007 10:14 PM
> > 				
> > 				To: Lu Mingjun-E7978C; Zhao
> > Liang-E3423C; Xing Hongjiang-e7263c; Lovish
Dhawan; 
> mfrazierreal.com
> > 				
> > 				Cc: Wang JinJian-E12714;
> > Motorola-e680; Qu Yongzhi-W20664; Lin Hai-w13735
> > 				
> > 				Subject: RE: CVS issue
> > 				
> > 				
> > 				Mingjun,
> > 				
> > 				
> > 				Can you attach the build.out
> > and show us the exact error that you are seeing?
> > 				
> > 				
> > 				Thanks,
> > 				
> > 				Rishi.
> > 				
> > 				
> > 				At 01:10 AM 3/29/2007, Lu
> > Mingjun-E7978C wrote:
> > 				
> > 
> > 					Hi Rishi
> > 					
> > 					
> > 					  
> > 					According to such
> > settings, there are still some directories missing
in 
> checkout output.
> 
> > These include all subdirectories of the
following:
> > 					
> > 					
> > 					  
> > 					
> >
datatype-restricted/wm/audio/codec/wma9/import/wma9dec/audio

> > 					
> > 					
> >
datatype-restricted/wm/rtsp/import/wmrtsp-porting-kit
> > 					
> > 					
> >
datatype-restricted/wm/video/codec/wmv9/import/wmv9dec_vc1_r
tm
> > /embedsetup
> > 					
> > 					
> > 					  
> > 					so we need to know how
> > we can do further.
> > 					
> > 					
> > 					  
> > 					Best Regards
> > 					
> > 					Lu Mingjun
> > 					
> > 					
> > 					
> > 					
> > ________________________________
> > 
> > 					From: Zhao Liang-E3423C
> > 					
> > 					Sent: Thursday, March
> > 29, 2007 2:34 PM
> > 					
> > 					To: 'Rishi Mathew';
> > Xing Hongjiang-e7263c; Lovish Dhawan; mfrazierreal.com;
Lu 
> > Mingjun-E7978C
> > 					
> > 					Cc: Wang
> > JinJian-E12714; Motorola-e680; Qu Yongzhi-W20664;
Lin Hai-w13735
> > 					
> > 					Subject: RE: CVS issue
> > 					
> > 					
> > 					Rishi,
> > 					
> > 					
> > 					  
> > 					thanks
> > 					
> > 					
> > 					
> > 					  
> > 					BRs
> > 					
> > 					
> > 					Zhao Liang
> > 					
> > 					
> > 					Tel:86-10-65646158
> > 					
> > 					
> > 					
> > 					
> > ________________________________
> > 
> > 					From: Rishi Mathew [
> > mailto:rmathewreal.com]
> > 					
> > 					Sent: Thursday, March
> > 29, 2007 2:26 PM
> > 					
> > 					To: Zhao Liang-E3423C;
> > Xing Hongjiang-e7263c; Lovish Dhawan; mfrazierreal.com
> > 					
> > 					Cc: Wang
> > JinJian-E12714; Motorola-e680; Qu Yongzhi-W20664;
Lin Hai-w13735
> > 					
> > 					Subject: RE: CVS issue
> > 					
> > 					
> > 					Zhao Liang,
> > 					
> > 					
> > 					From build menu, you
> > can choose target "all_wm_plugins" and
BIF "helix_restricted". This 
> > should download all the WM code from CVS to your
local box.
> > 					
> > 					
> > 					Thanks,
> > 					
> > 					Rishi.
> > 					
> > 					
> > 					At 07:32 PM 3/27/2007,
> > Zhao Liang-E3423C wrote:
> > 					
> > 
> > 						Rishi,
> > 						
> > 						
> > 						  
> > 						Can you tell me
> > how to add Windows Media code to CVS?
> > 						
> > 						i only find the
> > binary distribution
> > 						
> > 						
> > 						  
> > 						
> > AddCVS("wmaudiodist",
> > ":ext:usercvs.helixcommunity.org:/cvsroot/wmaudio-dist")
> > 						
> > 						
> > AddCVS("wmvideodist",
> > ":ext:ehychecvs.helixcommunity.org:/cvsroot/wmvideo-dist")
> > 						
> > 						
> > AddCVS("wmprotocoldist",
> > ":ext:ehychecvs.helixcommunity.org:/cvsroot/wmprotocol-dist"
)
> > 						
> > 						
> > 						  
> > 						but it is not the code.
> > 						
> > 						
> > 						  
> > 						thanks
> > 						
> > 						
> > 						
> > BRs<?xml:namespace prefix = o ns =
> >
"urn:schemas-microsoft-com:office:office" />
> > 						
> > 						
> > 						Zhao Liang
> > 						
> > 						
> > 						Tel:86-10-65646158
> > 						
> > 						
> > 						
> > 						
> > ________________________________
> > 
> > 						From: Rishi
> > Mathew [ mailto:rmathewreal.com]
> > 						
> > 						Sent: Tuesday,
> > March 27, 2007 4:29 AM
> > 						
> > 						To: Zhao
> > Liang-E3423C; Xing Hongjiang-e7263c; Lovish
Dhawan; 
> mfrazierreal.com
> > 						
> > 						Cc: Wang
> > JinJian-E12714; Motorola-e680; Qu Yongzhi-W20664;
Lin Hai-w13735
> > 						
> > 						Subject: RE: CVS issue
> > 						
> > 						
> > 						Zhao Liang,
> > 						
> > 						
> > 						I have uploaded
> > latest Atlas build to FTP server.
> > 						
> > 						
> > 						Thanks,
> > 						
> > 						Rishi.
> > 						
> > 						
> > 						At 07:22 PM
> > 3/21/2007, Zhao Liang-E3423C wrote:
> > 						
> > 
> > 							Hi Rishi,
> > 							
> > 							
> > 							  
> > 							For
> > re-sync to helix community for arm11 platform
change, we 
> will send our
> 
> > change via sending mail to helix-client-dev
maillist. i think it is 
> > convenient for us.
> > 							
> > 							
> > 							  
> > 							BTW,
> > when can you send the pack of latest atlas code to
us?
> > 							
> > 							
> > 							  
> > 							thanks
> > 							
> > 							
> > 							
> > BRs<?xml:namespace prefix = o ns =
> >
"urn:schemas-microsoft-com:office:office" />
> > 							
> > 							
> > 							Zhao Liang
> > 							
> > 							
> > 							
> > Tel:86-10-65646158
> > 							
> > 							
> > 							
> > 							
> > ________________________________
> > 
> > 							From: 
> > Rishi Mathew [ mailto:rmathewreal.com]
> > 							
> > 							Sent: 
> > Friday, March 09, 2007 10:40 AM
> > 							
> > 							To: 
> > Zhao Liang-E3423C; Xing Hongjiang-e7263c; Lovish
Dhawan; 
> > mfrazierreal.com
> > 							
> > 							Cc: 
> > Wang JinJian-E12714; Motorola-e680; Qu
Yongzhi-W20664; Lin 
> Hai-w13735
> > 							
> > 							
> > Subject: RE: CVS issue
> > 							
> > 							
> > 							
> > Yongzhi, Zhao Liang,
> > 							
> > 							
> > 							As
> > discussed in our conference call, we would like to
see Moto 
> engineers 
> > collaborating in the community. Here is a write-up
that I 
> had written 
> > a few months back.
> > 							
> > 							
> > 							Regards,
> > 							
> > 							Rishi.
> > 							
> > 							
> > 							At
> > 06:14 PM 2/14/2007, Zhao Liang-E3423C wrote:
> > 							
> > 
> > 								
> > Hi Rishi,
> > 								
> > 								
> > 								  
> > 								
> > I understand your opinion, we may do more
contribution to Helix 
> > Community.  For network limitation, now we can
not
> > access helix cvs directly.   
> > 								
> > 								
> > But I don't think we can not do a reverse for
helix 
> community. we can 
> > also do more contribution to helix community, we
can commit 
> our change
> 
> > to helix on internet server periodly.
> > 								
> > 								
> > 								  
> > 								
> > Even if we can access cvs in moto network, we may
do the same work 
> > with on internet server, because our code is
managed in 
> clearcase, not
> 
> > cvs, and we should copy our code out of clearcase
vob, then do cvs 
> > check in.
> > 								
> > 								
> > 								  
> > 								
> > For our code change, I also find some difficulty,
such as for audio 
> > and video codec, we don't use real's codec, and it
is 
> replaced by our 
> > own arm11 codec, so do you think how can we attend
the helix 
> > community?  can you give some suggestion ?
> > for my opinion, I think we can Sync the code based
on helix.
> > 								
> > 								
> > 								  
> > 								thanks
> > 								
> > 								
> > 								
> > BRs<?xml:namespace prefix = o ns =
> >
"urn:schemas-microsoft-com:office:office" />
> > 								
> > 								
> > 								
> > Zhao Liang
> > 								
> > 								
> > 								
> > Tel:86-010-65646158
> > 								
> > 								
> > 								
> > 								
> > ________________________________
> > 
> > 								
> > From: Rishi Mathew [ mailto:rmathewreal.com]
> > 								
> > 								
> > Sent: Thursday, February 15, 2007 6:01 AM
> > 								
> > 								
> > To: Zhao Liang-E3423C; Xing Hongjiang-e7263c;
Lovish Dhawan; 
> > mfrazierreal.com
> > 								
> > 								
> > Cc: Wang JinJian-E12714; Motorola-e680; Qu
Yongzhi-W20664
> > 								
> > 								
> > Subject: RE: CVS issue
> > 								
> > 								
> > 								
> > Hi Zhao Liang,
> > 								
> > 								
> > 								
> > Ideally, we would have liked Motorola developers
to be able 
> to check 
> > in the changes to our CVS server as well on a
periodic basis. While 
> > you seem to have solved the problem of how to sync
the code 
> from our 
> > CVS Server ---> Moto code-base, we still have
to figure out 
> a way to 
> > do the reverse.
> > 								
> > 								
> > 								
> > This is quite important from our point of view as
we would like 
> > Motorola engineers to be part of the Helix
Community and have your 
> > code reviewed and committed in a public manner
just like other 
> > engineers of the Helix Community do.
> > 								
> > 								
> > 								Thanks,
> > 								
> > 								Rishi.
> > 								
> > 								
> > 								
> > At 10:58 PM 2/13/2007, Zhao Liang-E3423C wrote:
> > 								
> > 
> > 								
> > 	Hi Rishi,
> > 									
> > 									
> > 								
> > 	  
> > 								
> > 	I tried this solution to access cvs, but failed,
moto's network 
> > doesn't support sock proxy, and http
authentication is not BASIC 
> > authentication,  so i can not
> > access your cvs.   
> > 									
> > 									
> > 								
> > 	  
> > 								
> > 	But no problem, this doesn't prevent us to sync
with your code,
> we 
> > can copy soucecode from internet server, this
server is 
> administered 
> > by us.
> > 									
> > 									
> > 								
> > 	  
> > 								
> > 	thanks
> > 									
> > 									
> > 								
> > 	BRs<?xml:namespace prefix = o ns =
> >
"urn:schemas-microsoft-com:office:office" />
> > 									
> > 									
> > 								
> > 	Zhao Liang
> > 									
> > 									
> > 								
> > 	Tel:86-010-65646158
> > 									
> > 									
> > 									
> > 									
> > ________________________________
> > 
> > 								
> > 	From: Rishi Mathew [ mailto:rmathewreal.com]
> > 									
> > 								
> > 	Sent: Thursday, February 08, 2007 9:50 AM
> > 									
> > 								
> > 	To: Zhao Liang-E3423C; Xing Hongjiang-e7263c;
Lovish Dhawan; 
> > mfrazierreal.com
> > 									
> > 								
> > 	Cc: Wang JinJian-E12714; Motorola-e680; Qu
Yongzhi-W20664
> > 									
> > 								
> > 	Subject: RE: CVS issue
> > 									
> > 									
> > 								
> > 	Hi Zhao Liang,
> > 									
> > 									
> > 								
> > 	We are investigating what more can be done to
have you connect
> to our 
> > CVS server.
> > 									
> > 									
> > 								
> > 	For example, see
> > http
://zippo.taiyo.co.jp/~gotoh/ssh/connect.html
> > 									
> > 									
> > 								
> > 	-Rishi.
> > 									
> > 									
> > 								
> > 	At 09:29 PM 2/6/2007, Zhao Liang-E3423C wrote:
> > 									
> > 
> > 								
> > 		Rishi,
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		  
> > 								
> > 		for moto's network, even before we visit
website, we
> should firstly 
> > input username and passwd to authourize the
instance.  but 
> we don't  
> > how to set proxy for ssh.
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		  
> > 								
> > 		BRs
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		Zhao Liang
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		Tel:86-010-65646158
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		
> > ________________________________
> > 
> > 								
> > 		From: Xing Hongjiang-e7263c
> > 								
> > 		
> > 								
> > 		Sent: Wednesday, February 07, 2007 11:41 AM
> > 								
> > 		
> > 								
> > 		To: Zhao Liang-E3423C; 'Rishi Mathew'; 'Lovish
Dhawan'; 
> > 'mfrazierreal.com'
> > 								
> > 		
> > 								
> > 		Cc: Wang JinJian-E12714; 'Motorola-e680'; Qu
> > Yongzhi-W20664
> > 								
> > 		
> > 								
> > 		Subject: RE: update Helix Issue
List(2007/02/06)
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		Hi Rishi,
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		  
> > 								
> > 		    When I execute "ssh -l henryxing
> cvs.helixcommunity.org" on our 
> > linux system in our internal network , the result
is "ssh: 
> > cvs.helixcommunity.org: Name or service not
known". I think 
> we can not
> 
> > connect the cvs server through http, I cann't ping
the cvs server.
> > 								
> > 		
> > 								
> > 		    
> > 								
> > 		
> > 								
> > 		      In our internal net, the http port is
1080, not
> the default 
> > 80. So  I think we do not directly connect your
cvs server 
> using port 
> > 80. Maybe we need a ssh proxy for connecting the
internet(when I 
> > connect ftp server on internet, I must do through
the ftp 
> proxy in our
> 
> > internal net), but  I do not find the proxy, maybe
it is 
> against  our 
> > company policy.
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		  
> > 								
> > 		      The metioned above is our status for
attempt to
> connect cvs 
> > server in our internal net.
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		  
> > 								
> > 		
> > 								
> > 		  
> > 								
> > 		Thanks!
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		  
> > 								
> > 		
> > 								
> > 		  
> > 								
> > 		Hongjiang Xing
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		  
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		
> > ________________________________
> > 
> > 								
> > 		From: Zhao Liang-E3423C
> > 								
> > 		
> > 								
> > 		Sent: Tuesday, February 06, 2007 6:08 PM
> > 								
> > 		
> > 								
> > 		To: Rishi Mathew; Lovish Dhawan; mfrazierreal.com
> > 								
> > 		
> > 								
> > 		Cc: Wang JinJian-E12714; Motorola-e680; Xing
> Hongjiang-e7263c; Qu 
> > Yongzhi-W20664
> > 								
> > 		
> > 								
> > 		Subject: update Helix Issue List(2007/02/06)
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		Hi Rishi,
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		  
> > 								
> > 		I updated the list, add one issue.
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		  
> > 								
> > 		thanks
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		  
> > 								
> > 		BRs
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		Zhao Liang
> > 								
> > 		
> > 								
> > 		
> > 								
> > 		Tel:86-010-65646158
> > 
> > 
> > 
> > 								
> > 	Rishi Mathew
> > 									
> > 								
> > 	Sr. Software Development Engineer
> > 									
> > 								
> > 	Helix Community
> > 									
> > 								
> > 	Real Networks, Inc. 
> > 									
> > 								
> > 	rmathewreal.com
> > 									
> > 								
> > 	http://www.helixcommuni
ty.org <http://www.helixco
mmunity.org/>
> > 									
> > 								
> > 	http://www.realnetworks.com/products/support/devsupp
ort.html
> > 
> > 
> > 
> > 								
> > Rishi Mathew
> > 								
> > 								
> > Sr. Software Development Engineer
> > 								
> > 								
> > Helix Community
> > 								
> > 								
> > Real Networks, Inc. 
> > 								
> > 								
> > rmathewreal.com
> > 								
> > 								
> > http://www.helixcommuni
ty.org <http://www.helixco
mmunity.org/>
> > 								
> > 								
> > http://www.realnetworks.com/products/support/devsupp
ort.html
> > 
> > 
> > 
> > 							Rishi Mathew
> > 							
> > 							Sr. 
> > Software Development Engineer
> > 							
> > 							Helix Community
> > 							
> > 							Real
> > Networks, Inc. 
> > 							
> > 							
> > rmathewreal.com
> > 							
> > 							
> > http://www.helixcommuni
ty.org <http://www.helixco
mmunity.org/>
> > 							
> > 							
> > http://www.realnetworks.com/products/support/devsupp
ort.html
> > 
> > 
> > 
> > 						Rishi Mathew
> > 						
> > 						Sr. Software
> > Development Engineer
> > 						
> > 						Helix Community
> > 						
> > 						Real Networks, Inc. 
> > 						
> > 						rmathewreal.com
> > 						
> > 						
> > http://www.helixcommuni
ty.org <http://www.helixco
mmunity.org/>
> > 						
> > 						
> > http://www.realnetworks.com/products/support/devsupp
ort.html
> > 
> > 
> > 
> > 					Rishi Mathew
> > 					
> > 					Sr. Software
> > Development Engineer
> > 					
> > 					Helix Community
> > 					
> > 					Real Networks, Inc. 
> > 					
> > 					rmathewreal.com
> > 					
> > 					
> > http://www.helixcommuni
ty.org <http://www.helixco
mmunity.org/>
> > 					
> > 					
> > http://www.realnetworks.com/products/support/devsupp
ort.html
> > 
> > 
> > 
> > 				Rishi Mathew
> > 				
> > 				Sr. Software Development Engineer
> > 				
> > 				Helix Community
> > 				
> > 				Real Networks, Inc. 
> > 				
> > 				rmathewreal.com
> > 				
> > 				http://www.helixcommuni
ty.org
> > <http://www.helixco
mmunity.org/>
> > 				
> > 				
> > http://www.realnetworks.com/products/support/devsupp
ort.html
> > 				
> > 				
> > 
> > 
> > 	
> > 	Rishi Mathew
> > 	Sr. Software Development Engineer
> > 	Helix Community
> > 	Real Networks, Inc. 
> > 	rmathewreal.com 
> > 	http://www.helixcommuni
ty.org
> > 	<http://www.helixco
mmunity.org/>
> > http://www.realnetworks.com/products/support/devsupp
ort.html
> > 	
> > 
> > 
> 
> 
> _______________________________________________
> Datatype-dev mailing list
> Datatype-devhelixcommunity.org
> http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev
> 


_______________________________________________
Datatype-dev mailing list
Datatype-devhelixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/da
tatype-dev

[1-2]

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